com.esri.arcgis.schematic
Interface ISchematicFeature
- All Superinterfaces:
- IFeature, IObject, IRow, IRowBuffer, Serializable
- All Known Subinterfaces:
- ISchematicInMemoryFeature, ISchematicInMemoryFeatureLink, ISchematicInMemoryFeatureNode, ISchematicInMemoryFeatureNodeOnLink, ISchematicInMemoryFeatureSubLink
- All Known Implementing Classes:
- ISchematicFeatureProxy, ISchematicInMemoryFeatureLinkProxy, ISchematicInMemoryFeatureNodeOnLinkProxy, ISchematicInMemoryFeatureNodeProxy, ISchematicInMemoryFeatureProxy, ISchematicInMemoryFeatureSubLinkProxy, SchematicInMemoryFeatureLink, SchematicInMemoryFeatureNode, SchematicInMemoryFeatureNodeOnLink, SchematicInMemoryFeatureSubLink, SchematicLink, SchematicNode, SchematicNodeOnLink, SchematicSubLink
public interface ISchematicFeature
- extends IFeature, Serializable
Provides access to members that control the schematic feature.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
getName
String getName()
throws IOException,
AutomationException
- Name of the schematic element.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Returns:
- The name
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
getSchematicElementClass
ISchematicElementClass getSchematicElementClass()
throws IOException,
AutomationException
- Schematic element class related to the schematic element.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Returns:
- A reference to a com.esri.arcgis.schematic.ISchematicElementClass
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
getSchematicDiagram
ISchematicDiagram getSchematicDiagram()
throws IOException,
AutomationException
- Schematic diagram related to the schematic element.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Returns:
- A reference to a com.esri.arcgis.schematic.ISchematicDiagram
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.