Click or drag to resize
CPJProjectBoundingRectangleRes Method
Project a bounding rectangle with resolution.

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
This function behaves just like ProjBoundingRectangle_PJ except that it also computes an approximate resolution at the reprojected coordinate system from a given original resolution.
Syntax
public void ProjectBoundingRectangleRes(
	ref double min_x,
	ref double min_y,
	ref double max_x,
	ref double max_y,
	ref double res
)

Parameters

min_x
Type: SystemDouble
Bounding Region Min X
min_y
Type: SystemDouble
Bounding Region Min Y
max_x
Type: SystemDouble
Bounding Region Max X
max_y
Type: SystemDouble
Bounding Region Max Y
res
Type: SystemDouble
Resolution
See Also