 | CMVUMapFromPLT Method |
Creates a new map from a PLT file.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static void MapFromPLT(
CGXNETCore gxNetShared,
CMAP map,
string base,
string data,
string plt,
double mpx,
double mpy
)
public static void MapFromPLT(
CGXNETCore gxNetShared,
CMAP map,
string base,
string data,
string plt,
double mpx,
double mpy
)
Public Shared Sub MapFromPLT (
gxNetShared As CGXNETCore,
map As CMAP,
base As String,
data As String,
plt As String,
mpx As Double,
mpy As Double
)
Public Shared Sub MapFromPLT (
gxNetShared As CGXNETCore,
map As CMAP,
base As String,
data As String,
plt As String,
mpx As Double,
mpy As Double
)
public:
static void MapFromPLT(
CGXNETCore^ gxNetShared,
CMAP^ map,
String^ base,
String^ data,
String^ plt,
double mpx,
double mpy
)
public:
static void MapFromPLT(
CGXNETCore^ gxNetShared,
CMAP^ map,
String^ base,
String^ data,
String^ plt,
double mpx,
double mpy
)
static member MapFromPLT :
gxNetShared : CGXNETCore *
map : CMAP *
base : string *
data : string *
plt : string *
mpx : float *
mpy : float -> unit
static member MapFromPLT :
gxNetShared : CGXNETCore *
map : CMAP *
base : string *
data : string *
plt : string *
mpx : float *
mpy : float -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - map
- Type: GeoEngine.Core.GXNetXCMAP
MAP Handle - base
- Type: SystemString
Name to use for the base map view - data
- Type: SystemString
Name to use for the data view - plt
- Type: SystemString
Plot file name - mpx
- Type: SystemDouble
Map paper size in X direction (cm) - mpy
- Type: SystemDouble
Map paper size in Y direction (cm)
Remarks
This only creates a map, it does not read the PLT into
the map. The base view and data view will be the same
size.
See Also