com.esri.arcgis.schematic
Interface ISchematicAttributeGeometry

All Superinterfaces:
ISchematicAttribute, Serializable
All Known Implementing Classes:
ISchematicAttributeGeometryProxy, SchematicAttributeGeometry

public interface ISchematicAttributeGeometry
extends ISchematicAttribute, Serializable

Provides access to members that manage the schematic attribute geometry.

Description

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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

getFieldName

String getFieldName()
                    throws IOException,
                           AutomationException
Shape field name of the schematic attribute geometry.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The fieldName
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFieldName

void setFieldName(String fieldName)
                  throws IOException,
                         AutomationException
Shape field name of the schematic attribute geometry.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
fieldName - The fieldName (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAttributeGeometryType

int getAttributeGeometryType()
                             throws IOException,
                                    AutomationException
Attribute geometry type of the schematic attribute geometry.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
A com.esri.arcgis.schematic.esriSchematicAttributeGeometryType constant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAttributeGeometryType

void setAttributeGeometryType(int type)
                              throws IOException,
                                     AutomationException
Attribute geometry type of the schematic attribute geometry.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
type - A com.esri.arcgis.schematic.esriSchematicAttributeGeometryType constant (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.