com.esri.arcgis.geometry
Interface esriSRPoleGeometry

All Superinterfaces:
Serializable

public interface esriSRPoleGeometry
extends Serializable

Describes the geometry of a pole in a projected coordinate system.

Remarks

This enumeration is used for horizon objects that are based upon a projected coordinate system. Whether a pole is not present, a point, or a line matters when clipping and closing geometries after they are projected.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


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