public interface esriShapeModifiers
extends java.io.Serializable
Description: 'Bits that can be added to the esriGeneral... shape types.' 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 |
esriShapeBasicModifierMask
The shape has Zs or Ms.
|
static int |
esriShapeBasicTypeMask
Mask to check only the low-order two bits of Modifier information.
|
static int |
esriShapeExtendedModifierMask
The shape has Zs or Ms.
|
static int |
esriShapeHasCurves
The shape has non-linear segments.
|
static int |
esriShapeHasIDs
The shape has identifiers (IDs) on some or all vertices/points.
|
static int |
esriShapeHasMaterials
The shape has Material attributes (Multipatch-specific attribute).
|
static int |
esriShapeHasMs
The shape has measures (Ms) on some or all vertices/points.
|
static int |
esriShapeHasNormals
The shape has Normals on each vertex (Multipatch-specific attribute).
|
static int |
esriShapeHasPartIDs
The shape has PartID attributes (Multipatch-specific attribute).
|
static int |
esriShapeHasTextures
The shape has Texture attributes (Multipatch-specific attribute).
|
static int |
esriShapeHasZs
The shape has heights (Zs) on all vertices/points.
|
static int |
esriShapeIsCompressed
The shape is Compressed (Multipatch-specific attribute).
|
static int |
esriShapeModifierMask
Mask to check only the high-order two bits of Modifier information.
|
static int |
esriShapeMultiPatchModifierMask
Mask to check only the high-order four bits of Modifier information.
|
static int |
esriShapeNonBasicModifierMask
The shape does not have Zs or Ms.
|
static final int esriShapeHasZs
static final int esriShapeHasMs
static final int esriShapeHasCurves
static final int esriShapeHasIDs
static final int esriShapeHasNormals
static final int esriShapeHasTextures
static final int esriShapeHasPartIDs
static final int esriShapeHasMaterials
static final int esriShapeIsCompressed
static final int esriShapeModifierMask
static final int esriShapeMultiPatchModifierMask
static final int esriShapeBasicTypeMask
static final int esriShapeBasicModifierMask
static final int esriShapeNonBasicModifierMask
static final int esriShapeExtendedModifierMask