public interface esriShapeType
extends java.io.Serializable
Description: 'Esri Shapefile shape types. Refer to the Esri Shapefile whitepaper for details. The ...General... types listed below are currently not public and not supported in shapefiles.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Modifier and Type | Field and Description |
---|---|
static int |
esriShapeGeneralMultiPatch
New style three dimensional multipatch type - can have vertex identifier, normal, texture coordinates, and part material attributes.
|
static int |
esriShapeGeneralMultipoint
New style two dimensional multipoint type - can have identifier (ID) attributes.
|
static int |
esriShapeGeneralPoint
New style two dimensional point type - can have identifier (ID) attribute.
|
static int |
esriShapeGeneralPolygon
New style two dimensional polygon type - can have non-linear segments and vertex identifier (ID) attributes.
|
static int |
esriShapeGeneralPolyline
New style two dimensional polyline type - can have non-linear segments and vertex identifier (ID) attributes.
|
static int |
esriShapeMultiPatch
Three dimensional multipatch.
|
static int |
esriShapeMultiPatchM
Three dimensional multipatch with measures (Ms) on some or all vertices.
|
static int |
esriShapeMultipoint
Collection of two dimensional points.
|
static int |
esriShapeMultipointM
Collection of two dimensional points with measure (M) attributes.
|
static int |
esriShapeMultipointZ
Collection of two dimensional points with height (Z) attributes.
|
static int |
esriShapeMultipointZM
Collection of two dimensional points with measure (M) and height (Z) attributes.
|
static int |
esriShapeNull
Empty shape and unknown type.
|
static int |
esriShapePoint
Two dimensional point.
|
static int |
esriShapePointM
Two dimensional point with a measure (M) attribute.
|
static int |
esriShapePointZ
Two dimensional point with height (Z) attribute.
|
static int |
esriShapePointZM
Two dimensional point with measure (M) and height (Z) attributes.
|
static int |
esriShapePolygon
Two dimensional polygon with no attributes and all vertices connected by straight lines.
|
static int |
esriShapePolygonM
Two dimensional polygon with measures (Ms) on some or all vertices.
|
static int |
esriShapePolygonZ
Two dimensional polygon with heights (Zs) on all vertices.
|
static int |
esriShapePolygonZM
Two dimensional polygon with measures (Ms) on some vertices and heights (Zs) on all vertices.
|
static int |
esriShapePolyline
Two dimensional polyline with no attributes and all vertices connected by straight lines.
|
static int |
esriShapePolylineM
Two dimensional polyline with measures (Ms) on some or all vertices.
|
static int |
esriShapePolylineZ
Two dimensional polyline with heights (Zs) on all vertices.
|
static int |
esriShapePolylineZM
Two dimensional polyline with measures (Ms) on some or all vertices and heights (Zs) on all vertices.
|
static int |
esriShapeTypeLast |
static final int esriShapeNull
static final int esriShapePoint
static final int esriShapePointM
static final int esriShapePointZM
static final int esriShapePointZ
static final int esriShapeMultipoint
static final int esriShapeMultipointM
static final int esriShapeMultipointZM
static final int esriShapeMultipointZ
static final int esriShapePolyline
static final int esriShapePolylineM
static final int esriShapePolylineZM
static final int esriShapePolylineZ
static final int esriShapePolygon
static final int esriShapePolygonM
static final int esriShapePolygonZM
static final int esriShapePolygonZ
static final int esriShapeMultiPatchM
static final int esriShapeMultiPatch
static final int esriShapeGeneralPolyline
static final int esriShapeGeneralPolygon
static final int esriShapeGeneralPoint
static final int esriShapeGeneralMultipoint
static final int esriShapeGeneralMultiPatch
static final int esriShapeTypeLast