Click or drag to resize
CUSERMETAUpdateExtents2D Method
Edit an existing XML metadata file by changing the extents and projection data

Available since Oasis montaj version: 7.0.1
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public static void UpdateExtents2D(
	CGXNETCore gxNetShared,
	string filename,
	CIPJ ipj,
	double min_x,
	double min_y,
	double max_x,
	double max_y
)

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