Package com.esri.core.geometry
Interface ShapeType
-
interface ShapeType
-
-
Field Summary
Fields Modifier and Type Field Description static int
ShapeGeneralMultiPatch
static int
ShapeGeneralMultiPoint
static int
ShapeGeneralPoint
static int
ShapeGeneralPolygon
static int
ShapeGeneralPolyline
static int
ShapeMultiPatch
static int
ShapeMultiPatchM
static int
ShapeMultiPoint
static int
ShapeMultiPointM
static int
ShapeMultiPointZ
static int
ShapeMultiPointZM
static int
ShapeNull
static int
ShapePoint
static int
ShapePointM
static int
ShapePointZ
static int
ShapePointZM
static int
ShapePolygon
static int
ShapePolygonM
static int
ShapePolygonZ
static int
ShapePolygonZM
static int
ShapePolyline
static int
ShapePolylineM
static int
ShapePolylineZ
static int
ShapePolylineZM
static int
ShapeTypeLast
-
-
-
Field Detail
-
ShapeNull
static final int ShapeNull
- See Also:
- Constant Field Values
-
ShapePoint
static final int ShapePoint
- See Also:
- Constant Field Values
-
ShapePointM
static final int ShapePointM
- See Also:
- Constant Field Values
-
ShapePointZM
static final int ShapePointZM
- See Also:
- Constant Field Values
-
ShapePointZ
static final int ShapePointZ
- See Also:
- Constant Field Values
-
ShapeMultiPoint
static final int ShapeMultiPoint
- See Also:
- Constant Field Values
-
ShapeMultiPointM
static final int ShapeMultiPointM
- See Also:
- Constant Field Values
-
ShapeMultiPointZM
static final int ShapeMultiPointZM
- See Also:
- Constant Field Values
-
ShapeMultiPointZ
static final int ShapeMultiPointZ
- See Also:
- Constant Field Values
-
ShapePolyline
static final int ShapePolyline
- See Also:
- Constant Field Values
-
ShapePolylineM
static final int ShapePolylineM
- See Also:
- Constant Field Values
-
ShapePolylineZM
static final int ShapePolylineZM
- See Also:
- Constant Field Values
-
ShapePolylineZ
static final int ShapePolylineZ
- See Also:
- Constant Field Values
-
ShapePolygon
static final int ShapePolygon
- See Also:
- Constant Field Values
-
ShapePolygonM
static final int ShapePolygonM
- See Also:
- Constant Field Values
-
ShapePolygonZM
static final int ShapePolygonZM
- See Also:
- Constant Field Values
-
ShapePolygonZ
static final int ShapePolygonZ
- See Also:
- Constant Field Values
-
ShapeMultiPatchM
static final int ShapeMultiPatchM
- See Also:
- Constant Field Values
-
ShapeMultiPatch
static final int ShapeMultiPatch
- See Also:
- Constant Field Values
-
ShapeGeneralPolyline
static final int ShapeGeneralPolyline
- See Also:
- Constant Field Values
-
ShapeGeneralPolygon
static final int ShapeGeneralPolygon
- See Also:
- Constant Field Values
-
ShapeGeneralPoint
static final int ShapeGeneralPoint
- See Also:
- Constant Field Values
-
ShapeGeneralMultiPoint
static final int ShapeGeneralMultiPoint
- See Also:
- Constant Field Values
-
ShapeGeneralMultiPatch
static final int ShapeGeneralMultiPatch
- See Also:
- Constant Field Values
-
ShapeTypeLast
static final int ShapeTypeLast
- See Also:
- Constant Field Values
-
-