|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface esriShapeModifiers
Bits that can be added to the esriGeneral... shape types.
Field Summary | |
---|---|
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 two bits of Modifier information. |
static int |
esriShapeNonBasicModifierMask
The shape does not have Zs or Ms. |
Field Detail |
---|
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |