Click or drag to resize

CPJProjectBoundingRectangleRes Method

Project a bounding rectangle with resolution.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void ProjectBoundingRectangleRes(
	ref double min_x,
	ref double min_y,
	ref double max_x,
	ref double max_y,
	ref double res
)

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
Remarks
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.
See Also