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.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.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 d1,
	ref double d2,
	ref double d3,
	ref double d4,
	ref double d5
)

Parameters

d1
Type: SystemDouble
Bounding Region Min X
d2
Type: SystemDouble
Bounding Region Min Y
d3
Type: SystemDouble
Bounding Region Max X
d4
Type: SystemDouble
Bounding Region Max Y
d5
Type: SystemDouble
Resolution
See Also