com.esri.arcgis.geometry
Interface esriGeometryAttributes

All Superinterfaces:
java.io.Serializable

public interface esriGeometryAttributes
extends java.io.Serializable

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

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 =


Field Summary
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.
 

Field Detail

esriAttributeNone

static final int esriAttributeNone
No attribute.

See Also:
Constant Field Values

esriAttributeZ

static final int esriAttributeZ
The height (Z) attribute.

See Also:
Constant Field Values

esriAttributeM

static final int esriAttributeM
The measure (M) attribute.

See Also:
Constant Field Values

esriAttributeID

static final int esriAttributeID
The vertex identifier (ID, PointID) attribute.

See Also:
Constant Field Values

esriAttributeNormal

static final int esriAttributeNormal
The surface Normal attribute (Multipatch-specific).

See Also:
Constant Field Values

esriAttributeTexture

static final int esriAttributeTexture
The surface Texture attribute (Multipatch-specific).

See Also:
Constant Field Values

esriAttributeAll

static final int esriAttributeAll
Any/all attributes.

See Also:
Constant Field Values