 | CGISCreateMap2D Method |
CreateMap2D_GIS Create a new 2D map for GIS imports.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void CreateMap2D(
string map,
double map_scale,
CIPJ ipj,
int map2_d
)
public void CreateMap2D(
string map,
double map_scale,
CIPJ ipj,
int map2_d
)
Public Sub CreateMap2D (
map As String,
map_scale As Double,
ipj As CIPJ,
map2_d As Integer
)
Public Sub CreateMap2D (
map As String,
map_scale As Double,
ipj As CIPJ,
map2_d As Integer
)
public:
void CreateMap2D(
String^ map,
double map_scale,
CIPJ^ ipj,
int map2_d
)
public:
void CreateMap2D(
String^ map,
double map_scale,
CIPJ^ ipj,
int map2_d
)
member CreateMap2D :
map : string *
map_scale : float *
ipj : CIPJ *
map2_d : int -> unit
member CreateMap2D :
map : string *
map_scale : float *
ipj : CIPJ *
map2_d : int -> unit
Parameters
- map
- Type: SystemString
Map name - map_scale
- Type: SystemDouble
Map scale (can be <define>rDUMMY</define>) - ipj
- Type: GeoEngine.Core.GXNetXCIPJ
Projection (no orientation) - map2_d
- Type: SystemInt32
<define>GIS_MAP2D</define>
Remarks
This function was created to minimize duplication in
creation of new maps with 2D views.
See Also