Click or drag to resize

CIMURangeGrids Method

Determine bounding rectangle for a set of grids

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

public static void RangeGrids(
	CGXNETCore gxNetShared,
	string grids,
	CIPJ ipj,
	ref double min_x,
	ref double min_y,
	ref double max_x,
	ref double max_y
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
grids
Type: SystemString
List of grid files, "|" delimited
ipj
Type: GeoEngine.Core.GXNetXCIPJ
Projection for the range - see notes
min_x
Type: SystemDouble
Min X - returned range in the projection
min_y
Type: SystemDouble
Min Y
max_x
Type: SystemDouble
Max X
max_y
Type: SystemDouble
Max Y
Remarks
If an IPJ is IPJ_CS_UNKNOWN, the IPJ of the first grid in the list will be used and the IPJ will be returned in this setting. Otherwise, the range in the requested IPJ will be determined.
See Also