com.esri.arcgis.geodatabase
Interface ITopologyContainer

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
ITopologyContainer2
All Known Implementing Classes:
FeatureDataset, ITopologyContainer2Proxy, ITopologyContainerProxy

public interface ITopologyContainer
extends java.io.Serializable

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

IIDc2a33a05_adab_4fc9_938c_cb0e14476686

static final int IIDc2a33a05_adab_4fc9_938c_cb0e14476686
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getTopology

ITopology getTopology(int index)
                      throws java.io.IOException,
                             AutomationException
The topology at the specified index.

Parameters:
index - The index (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.ITopology
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTopologyByName

ITopology getTopologyByName(java.lang.String name)
                            throws java.io.IOException,
                                   AutomationException
The topology with the specified name.

Parameters:
name - The name (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.ITopology
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTopologyByID

ITopology getTopologyByID(int iD)
                          throws java.io.IOException,
                                 AutomationException
The topology with the specified ID.

Parameters:
iD - The iD (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.ITopology
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTopologyCount

int getTopologyCount()
                     throws java.io.IOException,
                            AutomationException
The number of topologies in the container.

Returns:
The count
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

createTopology

ITopology createTopology(java.lang.String name,
                         double clusterTolerance,
                         int maxGeneratedErrorCount,
                         java.lang.String configurationKeyword)
                         throws java.io.IOException,
                                AutomationException
Creates a new topology.

Parameters:
name - The name (in)
clusterTolerance - The clusterTolerance (in)
maxGeneratedErrorCount - The maxGeneratedErrorCount (in)
configurationKeyword - The configurationKeyword (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.ITopology
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDefaultClusterTolerance

double getDefaultClusterTolerance()
                                  throws java.io.IOException,
                                         AutomationException
The default cluster tolerance as per the topology engine.

Returns:
The clusterTolerance
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMinimumClusterTolerance

double getMinimumClusterTolerance()
                                  throws java.io.IOException,
                                         AutomationException
The minimal cluster tolerance as per the topology engine.

Returns:
The clusterTolerance
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMaximumClusterTolerance

double getMaximumClusterTolerance()
                                  throws java.io.IOException,
                                         AutomationException
The maximal cluster tolerance as per the topology engine.

Returns:
The clusterTolerance
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.