|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITopologyName
Provides access to members that control the topology name.
Method Summary | |
---|---|
IName |
getDirtyAreasName()
Dirty areas name object. |
IDatasetName |
getFeatureDatasetName()
Name of feature dataset containing the topology. |
IName |
getTopologyErrorName(int geometryType)
Name of class holding errors for the specified geometry type. |
void |
setFeatureDatasetNameByRef(IDatasetName name)
Name of feature dataset containing the topology. |
Method Detail |
---|
IName getDirtyAreasName() throws IOException, AutomationException
Returns the Name object of the FeatureClass storing the DirtyAreas in the Topology.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IName getTopologyErrorName(int geometryType) throws IOException, AutomationException
geometryType
- A com.esri.arcgis.geometry.esriGeometryType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IDatasetName getFeatureDatasetName() throws IOException, AutomationException
Returns the FeatureDataset the Topology is in.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFeatureDatasetNameByRef(IDatasetName name) throws IOException, AutomationException
Sets the FeatureDatasetName of the TopologyName for the purposes of opening the Topology through the Name object. This is not used to move the Topology to a different FeatureDataset. The Topology must already be in the FeatureDataset passed in.
name
- A reference to a com.esri.arcgis.geodatabase.IDatasetName (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 |