|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface esriGeometryAttributes
The set of attributes that a geometry can have.
Internal emuneration used to specify which attribute is being modified or returned. Each attribute is controlled individually by separate Awareness interfaces.
esriAttributeZ = The Z attribute. Set awareness with IZAware.
esriAttributeM = The M (measure) attribute. Set awareness with IMAware.
esriAttributeID = The PointID attribute. Set awareness with IPointIDAware.
esriAttributeNormal = The Surface Normal attribute. Set awareness with INormalAware.
esriAttributeTexture = The Surface Texture attribute. Set awareness with ITextureAware.
esriAttributeAll = Relates to all attributes.
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 |
---|
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |