|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDETopology
Provides access to members that return information about topology data elements.
Method Summary | |
---|---|
double |
getClusterTolerance()
The cluster tolerance of the topology. |
IStringArray |
getFeatureClassNames()
The feature classes involved in the topology. |
int |
getMaximumGeneratedErrorCount()
The maximum number of errors to generate when validating a topology. |
IArray |
getRules()
The topology rules. |
double |
getZClusterTolerance()
The z cluster tolerance of the topology. |
void |
setClusterTolerance(double clusterTol)
The cluster tolerance of the topology. |
void |
setFeatureClassNamesByRef(IStringArray featureClassNames)
The feature classes involved in the topology. |
void |
setMaximumGeneratedErrorCount(int maxErrorCount)
The maximum number of errors to generate when validating a topology. |
void |
setRulesByRef(IArray rules)
The topology rules. |
void |
setZClusterTolerance(double clusterTol)
The z cluster tolerance of the topology. |
Method Detail |
---|
double getClusterTolerance() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setClusterTolerance(double clusterTol) throws IOException, AutomationException
clusterTol
- The clusterTol (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getZClusterTolerance() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setZClusterTolerance(double clusterTol) throws IOException, AutomationException
clusterTol
- The clusterTol (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getMaximumGeneratedErrorCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMaximumGeneratedErrorCount(int maxErrorCount) throws IOException, AutomationException
maxErrorCount
- The maxErrorCount (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IArray getRules() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRulesByRef(IArray rules) throws IOException, AutomationException
rules
- A reference to a com.esri.arcgis.system.IArray (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IStringArray getFeatureClassNames() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFeatureClassNamesByRef(IStringArray featureClassNames) throws IOException, AutomationException
featureClassNames
- A reference to a com.esri.arcgis.system.IStringArray (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 |