com.esri.arcgis.geodatabase
Interface ITopologyClassName

All Superinterfaces:
Serializable
All Known Implementing Classes:
CoverageFeatureClassName, FeatureClassName, FgdbFeatureClassName, RasterCatalogName

public interface ITopologyClassName
extends Serializable

Provides access to members that return information about the topology class.

Remarks

Interface to set and get the TopologyName

Product Availability

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


Method Summary
 ITopologyName getTopologyName()
          The Topology Name object.
 void setTopologyNameByRef(ITopologyName topologyName)
          The Topology Name object.
 

Method Detail

getTopologyName

ITopologyName getTopologyName()
                              throws IOException,
                                     AutomationException
The Topology Name object.

Remarks

Returns the TopologyName object of the Topology that this TopologyClassName's TopologyClass is a part of.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Returns:
A reference to a com.esri.arcgis.geodatabase.ITopologyName
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTopologyNameByRef

void setTopologyNameByRef(ITopologyName topologyName)
                          throws IOException,
                                 AutomationException
The Topology Name object.

Remarks

Sets the TopologyName object of the Topology that this TopologyClassName's TopologyClass is a part of.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Parameters:
topologyName - A reference to a com.esri.arcgis.geodatabase.ITopologyName (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.