com.esri.arcgis.geometry
Interface esriSRPoleLocation

All Superinterfaces:
java.io.Serializable

public interface esriSRPoleLocation
extends java.io.Serializable

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

Description: 'Describes the location of a pole with respect to the PCS horizon.' 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_InsideBoundary
          The pole for this projected coordinate system is inside the PCS horizon boundary.
static int esriSRPole_OnBoundary
          The pole for this projected coordinate system is on the PCS horizon boundary.
static int esriSRPole_OutsideBoundary
          The pole for this projected coordinate system is outside the PCS horizon boundary.
 

Field Detail

esriSRPole_OutsideBoundary

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

See Also:
Constant Field Values

esriSRPole_OnBoundary

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

See Also:
Constant Field Values

esriSRPole_InsideBoundary

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

See Also:
Constant Field Values