CartographicExtent Constructor (Double, Double, Double, Double, Double) |
Initializes a new instance with the specified coordinate bounds.
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public CartographicExtent(
double west,
double south,
double east,
double north,
double piInNativeUnits
)
Public Sub New (
west As Double,
south As Double,
east As Double,
north As Double,
piInNativeUnits As Double
)
public:
CartographicExtent(
double west,
double south,
double east,
double north,
double piInNativeUnits
)
new :
west : float *
south : float *
east : float *
north : float *
piInNativeUnits : float -> CartographicExtent
Parameters
- west
- Type: SystemDouble
The westernmost longitude. - south
- Type: SystemDouble
The southernmost latitude. - east
- Type: SystemDouble
The easternmost longitude. - north
- Type: SystemDouble
The northernmost latitude. - piInNativeUnits
- Type: SystemDouble
The value of π in native units for the longitude and latitude coordinates of the extent.
See Also