CartographicExtent Constructor (Double, Double, Double, Double) |
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
)
Public Sub New (
west As Double,
south As Double,
east As Double,
north As Double
)
public:
CartographicExtent(
double west,
double south,
double east,
double north
)
new :
west : float *
south : float *
east : float *
north : 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.
See Also