Click or drag to resize
CPJProjectBoundingRectangleRes2 Method
Project a bounding rectangle with resolution and error tolerance.

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
This is the same as ProjectBoundingRectangleRes_PJ except that the bounding rectangle will be limited to an area within which the projection can be performed to an accuracy better than the specified error tolerance.
Syntax
public void ProjectBoundingRectangleRes2(
	ref double min_x,
	ref double min_y,
	ref double max_x,
	ref double max_y,
	ref double res,
	double err
)

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
err
Type: SystemDouble
Maximum allowable projection error if <= 0.0, will use 0.005% of smallest dimension
See Also