 | CUSERMETAUpdateExtents2D Method |
Edit an existing XML metadata file by
changing the extents and projection data
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static void UpdateExtents2D(
CGXNETCore gxNetShared,
string filename,
CIPJ ipj,
double min_x,
double min_y,
double max_x,
double max_y
)
public static void UpdateExtents2D(
CGXNETCore gxNetShared,
string filename,
CIPJ ipj,
double min_x,
double min_y,
double max_x,
double max_y
)
Public Shared Sub UpdateExtents2D (
gxNetShared As CGXNETCore,
filename As String,
ipj As CIPJ,
min_x As Double,
min_y As Double,
max_x As Double,
max_y As Double
)
Public Shared Sub UpdateExtents2D (
gxNetShared As CGXNETCore,
filename As String,
ipj As CIPJ,
min_x As Double,
min_y As Double,
max_x As Double,
max_y As Double
)
public:
static void UpdateExtents2D(
CGXNETCore^ gxNetShared,
String^ filename,
CIPJ^ ipj,
double min_x,
double min_y,
double max_x,
double max_y
)
public:
static void UpdateExtents2D(
CGXNETCore^ gxNetShared,
String^ filename,
CIPJ^ ipj,
double min_x,
double min_y,
double max_x,
double max_y
)
static member UpdateExtents2D :
gxNetShared : CGXNETCore *
filename : string *
ipj : CIPJ *
min_x : float *
min_y : float *
max_x : float *
max_y : float -> unit
static member UpdateExtents2D :
gxNetShared : CGXNETCore *
filename : string *
ipj : CIPJ *
min_x : float *
min_y : float *
max_x : float *
max_y : float -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - filename
- Type: SystemString
Filename of existing metadata to update - ipj
- Type: GeoEngine.Core.GXNetXCIPJ
New projection - min_x
- Type: SystemDouble
New MinX value - min_y
- Type: SystemDouble
New MinY value - max_x
- Type: SystemDouble
New MaxX value - max_y
- Type: SystemDouble
New MaxY value
See Also