|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface esriSRPoleGeometry
Describes the geometry of a pole in a projected coordinate system.
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.
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 |
---|
static final int esriSRPole_None
static final int esriSRPole_IsPoint
static final int esriSRPole_IsStraightLine
static final int esriSRPole_IsCurvedLine
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |