Click or drag to resize
CIMURangeLL Method
Determine the range in lat. and long. of a projected grid

Available since Oasis montaj version: 5.0.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
This routine determines the latitude and longitudes along the edge of a grid and returns the minimal and maximal values. It scans each row and and column and finds the first non-dummy position at the start and end, and then determines the coordinates at those points. If the grid has no data, no IPJ object, or if the Source Type of the IPJ is not IPJ_TYPE_PCS (projected coordinate system), then the returned values are dummies (GS_R8DM).
Syntax
public static void RangeLL(
	CIMG oIMG1,
	ref double d2,
	ref double d3,
	ref double d4,
	ref double d5
)

Parameters

oIMG1
Type: GeoEngine.Core.GXNetCIMG
input image
d2
Type: SystemDouble
Min latitude
d3
Type: SystemDouble
Min longitude
d4
Type: SystemDouble
Max latitude
d5
Type: SystemDouble
Max longitude
See Also