|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITopologyContainer
COM Interface 'ITopologyContainer'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'
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 =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IIDc2a33a05_adab_4fc9_938c_cb0e14476686
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
ITopology |
createTopology(java.lang.String name,
double clusterTolerance,
int maxGeneratedErrorCount,
java.lang.String configurationKeyword)
Creates a new topology. |
double |
getDefaultClusterTolerance()
The default cluster tolerance as per the topology engine. |
double |
getMaximumClusterTolerance()
The maximal cluster tolerance as per the topology engine. |
double |
getMinimumClusterTolerance()
The minimal 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. |
Field Detail |
---|
static final int IIDc2a33a05_adab_4fc9_938c_cb0e14476686
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |