Package | Description |
---|---|
agi.foundation.coordinates |
Contains types for quantifying and converting between various coordinate representations.
|
agi.foundation.geometry.shapes |
Contains types for representing geometric shapes such as curves, surfaces, and solids.
|
Modifier and Type | Method and Description |
---|---|
static UniversalPolarStereographic |
UniversalPolarStereographic.getUndefined()
Gets a set of
UniversalPolarStereographic coordinates with
Easting (get ) and Northing (get ) values of Double.NaN
and Hemisphere (get ) 0. |
Modifier and Type | Method and Description |
---|---|
static boolean |
UniversalPolarStereographic.equals(UniversalPolarStereographic left,
UniversalPolarStereographic right)
Returns
true if the two instances are exactly equal. |
boolean |
UniversalPolarStereographic.equalsEpsilon(UniversalPolarStereographic other,
double epsilon)
Indicates whether each coordinate value of another instance of this type
is within the required tolerance of the corresponding coordinate value of this instance.
|
boolean |
UniversalPolarStereographic.equalsType(UniversalPolarStereographic other)
Indicates whether another instance of this type is exactly equal to this instance.
|
static boolean |
UniversalPolarStereographic.notEquals(UniversalPolarStereographic left,
UniversalPolarStereographic right)
Returns
true if the two instances are not exactly equal. |
boolean |
MilitaryGridReferenceSystem.tryConvertToUniversalPolarStereographic(UniversalPolarStereographic[] ups)
Attempts to convert this instance to a set of
UniversalPolarStereographic coordinates. |
Constructor and Description |
---|
MilitaryGridReferenceSystem(UniversalPolarStereographic coordinates)
Initializes a set of Military Grid Reference System (MGRS)
coordinates from the provided
Universal Polar Stereographic (UPS) coordinates. |
Modifier and Type | Method and Description |
---|---|
UniversalPolarStereographic |
Ellipsoid.cartographicToUniversalPolarStereographic(Cartographic coordinates)
Converts the location given in terms of planetodetic cartographic coordinates to Universal Polar Stereographic (UPS) coordinates.
|
UniversalPolarStereographic |
Ellipsoid.cartographicToUniversalPolarStereographic(double longitude,
double latitude)
Converts the location given in terms of planetodetic longitude and latitude to Universal Polar Stereographic (UPS) coordinates.
|
Modifier and Type | Method and Description |
---|---|
Cartographic |
Ellipsoid.universalPolarStereographicToCartographic(UniversalPolarStereographic coordinates)
Converts the location given in terms of Universal Polar Stereographic (UPS) coordinates
to planetodetic cartographic coordinates.
|