This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Constants > E > esriSRPoleLocation Constants (ArcObjects .NET 10.4 SDK) |
Describes the location of a pole with respect to the PCS horizon.
Constant | Value | Description |
---|---|---|
esriSRPole_OutsideBoundary | 0 | The pole for this projected coordinate system is outside the PCS horizon boundary. |
esriSRPole_OnBoundary | 1 | The pole for this projected coordinate system is on the PCS horizon boundary. |
esriSRPole_InsideBoundary | 2 | The pole for this projected coordinate system is inside the PCS horizon boundary. |
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.