Click or drag to resize

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
Syntax
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
)

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