|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITopologyProperties
Provides access to members that return properties of a topology.
The ITopologyProperties interface provides access to additional properties of a topology not supplied through the ITopology interface such as the enumeration of feature classes and spatial reference of the Topology.
Method Summary | |
---|---|
IEnumFeatureClass |
getClasses()
An enumerator over the FeatureClasses. |
double |
getClusterTolerance()
The cluster tolerance of the topology. |
ISpatialReference |
getSpatialReference()
The spatial reference for the dataset. |
Method Detail |
---|
double getClusterTolerance() throws IOException, AutomationException
The ClusterTolerance property will return the cluster tolerance of the Topology. It will be the same value as is returned from the ITopology::ClusterTolerance property.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnumFeatureClass getClasses() throws IOException, AutomationException
The Classes property will return an enumeration of the feature classes that participate in the Topology. Calling this method is analogous to using the IFeatureClassContainer::Classes property.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISpatialReference getSpatialReference() throws IOException, AutomationException
The SpatialReference property will return the spatial reference of the Topology.
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 |