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

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.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 min_xl,
	double min_yl,
	double max_xl,
	double max_yl,
	ref double min_x,
	ref double min_y,
	ref double max_x,
	ref double max_y
)

Parameters

min_xl
Type: SystemDouble
Output limited bounding region Min X
min_yl
Type: SystemDouble
Min Y
max_xl
Type: SystemDouble
Max X
max_yl
Type: SystemDouble
Max Y
min_x
Type: SystemDouble
Bounding Region Min X
min_y
Type: SystemDouble
Min Y
max_x
Type: SystemDouble
Max X
max_y
Type: SystemDouble
Max Y
See Also