com.esri.arcgis.geometry
Interface esriGeodeticType

All Superinterfaces:
Serializable

public interface esriGeodeticType
extends Serializable

Describes the kinds of geodetic curves that can be constructed.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Field Summary
static int esriGeodeticTypeGeodesic
           
static int esriGeodeticTypeGreatElliptic
           
static int esriGeodeticTypeLoxodrome
           
static int esriGeodeticTypeNormalSection
           
 

Field Detail

esriGeodeticTypeGeodesic

static final int esriGeodeticTypeGeodesic
See Also:
Constant Field Values

esriGeodeticTypeLoxodrome

static final int esriGeodeticTypeLoxodrome
See Also:
Constant Field Values

esriGeodeticTypeGreatElliptic

static final int esriGeodeticTypeGreatElliptic
See Also:
Constant Field Values

esriGeodeticTypeNormalSection

static final int esriGeodeticTypeNormalSection
See Also:
Constant Field Values