Package com.esri.core.geometry
Interface GeodeticCurveType
interface GeodeticCurveType
Values for use in Geodetic length and area calculations
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Shortest distance between two points on an ellipsoidestatic final int
The line on a spheroid defined along the intersection at the surface by a plane that passes through the center of the spheroid.static final int
A line of constant bearing or azimuth.static final int
static 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:
-