Click or drag to resize
CPJProjectLimitedBoundingRectangle Method
Project a bounding rectangle with limits.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
The bounding rectangle will be limited to no larger than the area specified in the output projection. This is useful when projecting from limits that are unreasonable in the target projection.
Syntax
public void ProjectLimitedBoundingRectangle(
	double d1,
	double d2,
	double d3,
	double d4,
	ref double d5,
	ref double d6,
	ref double d7,
	ref double d8
)

Parameters

d1
Type: SystemDouble
Output limited bounding region Min X
d2
Type: SystemDouble
Min Y
d3
Type: SystemDouble
Max X
d4
Type: SystemDouble
Max Y
d5
Type: SystemDouble
Bounding Region Min X
d6
Type: SystemDouble
Min Y
d7
Type: SystemDouble
Max X
d8
Type: SystemDouble
Max Y
See Also