Interface GeodeticCurveType
interface GeodeticCurveType
Values for use in Geodetic length and area calculations
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intShortest distance between two points on an ellipsoidestatic final intThe line on a spheroid defined along the intersection at the surface by a plane that passes through the center of the spheroid.static final intA line of constant bearing or azimuth.static final intstatic final int
-
Field Details
-
Geodesic
static final int GeodesicShortest distance between two points on an ellipsoide- See Also:
-
Loxodrome
static final int LoxodromeA line of constant bearing or azimuth. Also known as a rhmub line- See Also:
-
GreatElliptic
static final int GreatEllipticThe line on a spheroid defined along the intersection at the surface by a plane that passes through the center of the spheroid. When the spheroid flattening is equal to zero (sphere) then a Great Elliptic is a Great Circle- See Also:
-
NormalSection
static final int NormalSection- See Also:
-
ShapePreserving
static final int ShapePreserving- See Also:
-