com.esri.arcgis.geometry
Interface esriShapeModifiers

All Superinterfaces:
java.io.Serializable

public interface esriShapeModifiers
extends java.io.Serializable

Constants from esriShapeModifiers' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriGeometry.olb'

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 =


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

esriShapeHasZs

static final int esriShapeHasZs
The shape has heights (Zs) on all vertices/points.

See Also:
Constant Field Values

esriShapeHasMs

static final int esriShapeHasMs
The shape has measures (Ms) on some or all vertices/points.

See Also:
Constant Field Values

esriShapeHasCurves

static final int esriShapeHasCurves
The shape has non-linear segments.

See Also:
Constant Field Values

esriShapeHasIDs

static final int esriShapeHasIDs
The shape has identifiers (IDs) on some or all vertices/points.

See Also:
Constant Field Values

esriShapeHasNormals

static final int esriShapeHasNormals
The shape has Normals on each vertex (Multipatch-specific attribute).

See Also:
Constant Field Values

esriShapeHasTextures

static final int esriShapeHasTextures
The shape has Texture attributes (Multipatch-specific attribute).

See Also:
Constant Field Values

esriShapeHasPartIDs

static final int esriShapeHasPartIDs
The shape has PartID attributes (Multipatch-specific attribute).

See Also:
Constant Field Values

esriShapeHasMaterials

static final int esriShapeHasMaterials
The shape has Material attributes (Multipatch-specific attribute).

See Also:
Constant Field Values

esriShapeIsCompressed

static final int esriShapeIsCompressed
The shape is Compressed (Multipatch-specific attribute).

See Also:
Constant Field Values

esriShapeModifierMask

static final int esriShapeModifierMask
Mask to check only the high-order two bits of Modifier information.

See Also:
Constant Field Values

esriShapeMultiPatchModifierMask

static final int esriShapeMultiPatchModifierMask
Mask to check only the high-order two bits of Modifier information.

See Also:
Constant Field Values

esriShapeBasicTypeMask

static final int esriShapeBasicTypeMask
Mask to check only the low-order two bits of Modifier information.

See Also:
Constant Field Values

esriShapeBasicModifierMask

static final int esriShapeBasicModifierMask
The shape has Zs or Ms.

See Also:
Constant Field Values

esriShapeNonBasicModifierMask

static final int esriShapeNonBasicModifierMask
The shape does not have Zs or Ms.

See Also:
Constant Field Values

esriShapeExtendedModifierMask

static final int esriShapeExtendedModifierMask
The shape has Zs or Ms.

See Also:
Constant Field Values