com.esri.arcgis.geometry
Interface esriSRPoleLocation

All Superinterfaces:
Serializable

public interface esriSRPoleLocation
extends Serializable

Describes the location of a pole with respect to the PCS horizon.

Remarks

This enumeration is used for horizon objects that are based upon a projected coordinate system. Whether a pole is outside, on the edge, or inside the horizon 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_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