|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISchematicAttributeGeometry
Provides access to members that manage the schematic attribute geometry.
A Geometry attribute can be configured on schematic feature classes to retrieve geometry data from any specific SHAPE field related to an ArcGIS feature—that is, to retrieve an x-coordinate, y-coordinate, or list of vertices
| Method Summary | |
|---|---|
int |
getAttributeGeometryType()
Attribute geometry type of the schematic attribute geometry. |
String |
getFieldName()
Shape field name of the schematic attribute geometry. |
void |
setAttributeGeometryType(int type)
Attribute geometry type of the schematic attribute geometry. |
void |
setFieldName(String fieldName)
Shape field name of the schematic attribute geometry. |
| Methods inherited from interface com.esri.arcgis.schematic.ISchematicAttribute |
|---|
delete, getCLSID, getDescription, getName, getSchematicObjectClass, getValue, setName |
| Method Detail |
|---|
String getFieldName()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setFieldName(String fieldName)
throws IOException,
AutomationException
fieldName - The fieldName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getAttributeGeometryType()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setAttributeGeometryType(int type)
throws IOException,
AutomationException
type - A com.esri.arcgis.schematic.esriSchematicAttributeGeometryType constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||