 | 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
Syntaxpublic 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
)
Public Sub ProjectBoundingRectangleRes (
ByRef min_x As Double,
ByRef min_y As Double,
ByRef max_x As Double,
ByRef max_y As Double,
ByRef res As Double
)
Public Sub ProjectBoundingRectangleRes (
ByRef min_x As Double,
ByRef min_y As Double,
ByRef max_x As Double,
ByRef max_y As Double,
ByRef res As Double
)
public:
void ProjectBoundingRectangleRes(
double% min_x,
double% min_y,
double% max_x,
double% max_y,
double% res
)
public:
void ProjectBoundingRectangleRes(
double% min_x,
double% min_y,
double% max_x,
double% max_y,
double% res
)
member ProjectBoundingRectangleRes :
min_x : float byref *
min_y : float byref *
max_x : float byref *
max_y : float byref *
res : float byref -> unit
member ProjectBoundingRectangleRes :
min_x : float byref *
min_y : float byref *
max_x : float byref *
max_y : float byref *
res : float byref -> unit
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