public interface ITopologyProperties
extends java.io.Serializable
Description: 'Provides access to members that return properties of a topology.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID40658b10_2c65_4b38_b00f_4d40ab551e27 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IEnumFeatureClass |
getClasses()
An enumerator over the FeatureClasses.
|
double |
getClusterTolerance()
The cluster tolerance of the topology.
|
ISpatialReference |
getSpatialReference()
The spatial reference for the dataset.
|
static final int IID40658b10_2c65_4b38_b00f_4d40ab551e27
static final int xxDummy
static final java.lang.String IID
double getClusterTolerance() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IEnumFeatureClass getClasses() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ISpatialReference getSpatialReference() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.