com.esri.arcgis.geometry
Interface esriGeometryAttributes
- All Superinterfaces:
- java.io.Serializable
- public interface esriGeometryAttributes
- extends java.io.Serializable
The set of attributes that a geometry can have.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Supported Platforms
Windows, Solaris, Linux
Remarks
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.
esriAttributeNone
public static final int esriAttributeNone
- See Also:
- Constant Field Values
esriAttributeZ
public static final int esriAttributeZ
- See Also:
- Constant Field Values
esriAttributeM
public static final int esriAttributeM
- See Also:
- Constant Field Values
esriAttributeID
public static final int esriAttributeID
- See Also:
- Constant Field Values
esriAttributeNormal
public static final int esriAttributeNormal
- See Also:
- Constant Field Values
esriAttributeTexture
public static final int esriAttributeTexture
- See Also:
- Constant Field Values
esriAttributeAll
public static final int esriAttributeAll
- See Also:
- Constant Field Values