com.esri.arcgis.geometry
Interface esriSRPoleGeometry

All Superinterfaces:
java.io.Serializable

public interface esriSRPoleGeometry
extends java.io.Serializable

Constants from esriSRPoleGeometry' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriGeometry.olb'

Description: 'Describes the geometry of a pole in a projected coordinate system.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static int esriSRPole_IsCurvedLine
          The pole for this projected coordinate system is a curved line.
static int esriSRPole_IsPoint
          The pole for this projected coordinate system is a point.
static int esriSRPole_IsStraightLine
          The pole for this projected coordinate system is a straight line.
static int esriSRPole_None
          The pole for this projected coordinate system is outside the PCS horizon boundary.
 

Field Detail

esriSRPole_None

static final int esriSRPole_None
The pole for this projected coordinate system is outside the PCS horizon boundary.

See Also:
Constant Field Values

esriSRPole_IsPoint

static final int esriSRPole_IsPoint
The pole for this projected coordinate system is a point.

See Also:
Constant Field Values

esriSRPole_IsStraightLine

static final int esriSRPole_IsStraightLine
The pole for this projected coordinate system is a straight line.

See Also:
Constant Field Values

esriSRPole_IsCurvedLine

static final int esriSRPole_IsCurvedLine
The pole for this projected coordinate system is a curved line.

See Also:
Constant Field Values