public interface ITopologyContainer
extends java.io.Serializable
Description: 'Provides access to members that create, add, and hand out topologies.' 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 |
IIDc2a33a05_adab_4fc9_938c_cb0e14476686 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
ITopology |
createTopology(java.lang.String name,
double clusterTolerance,
int maxGeneratedErrorCount,
java.lang.String configurationKeyword)
Creates a new topology.
|
ITopology |
createTopologyEx(java.lang.String name,
double clusterTolerance,
double zClusterTolerance,
int maxGeneratedErrorCount,
java.lang.String configurationKeyword)
Creates a new topology.
|
double |
getDefaultClusterTolerance()
The default cluster tolerance as per the topology engine.
|
double |
getDefaultZClusterTolerance()
The default z cluster tolerance as per the topology engine.
|
double |
getMaximumClusterTolerance()
The maximal cluster tolerance as per the topology engine.
|
double |
getMaximumZClusterTolerance()
The maximal z cluster tolerance as per the topology engine.
|
double |
getMinimumClusterTolerance()
The minimal cluster tolerance as per the topology engine.
|
double |
getMinimumZClusterTolerance()
The minimal z cluster tolerance as per the topology engine.
|
ITopology |
getTopology(int index)
The topology at the specified index.
|
ITopology |
getTopologyByID(int iD)
The topology with the specified ID.
|
ITopology |
getTopologyByName(java.lang.String name)
The topology with the specified name.
|
int |
getTopologyCount()
The number of topologies in the container.
|
static final int IIDc2a33a05_adab_4fc9_938c_cb0e14476686
static final int xxDummy
static final java.lang.String IID
ITopology getTopology(int index) throws java.io.IOException, AutomationException
index
- The index (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ITopology getTopologyByName(java.lang.String name) throws java.io.IOException, AutomationException
name
- The name (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ITopology getTopologyByID(int iD) throws java.io.IOException, AutomationException
iD
- The iD (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getTopologyCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ITopology createTopology(java.lang.String name, double clusterTolerance, int maxGeneratedErrorCount, java.lang.String configurationKeyword) throws java.io.IOException, AutomationException
name
- The name (in)clusterTolerance
- The clusterTolerance (in)maxGeneratedErrorCount
- The maxGeneratedErrorCount (in)configurationKeyword
- The configurationKeyword (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getDefaultClusterTolerance() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getMinimumClusterTolerance() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getMaximumClusterTolerance() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ITopology createTopologyEx(java.lang.String name, double clusterTolerance, double zClusterTolerance, int maxGeneratedErrorCount, java.lang.String configurationKeyword) throws java.io.IOException, AutomationException
name
- The name (in)clusterTolerance
- The clusterTolerance (in)zClusterTolerance
- The zClusterTolerance (in)maxGeneratedErrorCount
- The maxGeneratedErrorCount (in)configurationKeyword
- The configurationKeyword (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getDefaultZClusterTolerance() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getMinimumZClusterTolerance() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getMaximumZClusterTolerance() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.