public interface esriGeometryAttributes
extends java.io.Serializable
Description: 'The set of attributes that a geometry can have.' 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 |
esriAttributeAll
Any/all attributes.
|
static int |
esriAttributeID
The vertex identifier (ID, PointID) attribute.
|
static int |
esriAttributeM
The measure (M) attribute.
|
static int |
esriAttributeNone
No attribute.
|
static int |
esriAttributeNormal
The surface Normal attribute (Multipatch-specific).
|
static int |
esriAttributeTexture
The surface Texture attribute (Multipatch-specific).
|
static int |
esriAttributeZ
The height (Z) attribute.
|
static final int esriAttributeNone
static final int esriAttributeZ
static final int esriAttributeM
static final int esriAttributeID
static final int esriAttributeNormal
static final int esriAttributeTexture
static final int esriAttributeAll