com.esri.arcgis.geodatabase
Interface ITopologyContainer2

All Superinterfaces:
ITopologyContainer, java.io.Serializable
All Known Implementing Classes:
FeatureDataset, ITopologyContainer2Proxy

public interface ITopologyContainer2
extends ITopologyContainer, java.io.Serializable

COM Interface 'ITopologyContainer2'. 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 IIDf6146622_e8f8_496e_9d50_800594ff3378
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.ITopologyContainer
IIDc2a33a05_adab_4fc9_938c_cb0e14476686
 
Method Summary
 ITopology createTopologyEx(java.lang.String name, double clusterTolerance, double zClusterTolerance, int maxGeneratedErrorCount, java.lang.String configurationKeyword)
          Creates a new topology.
 double getDefaultZClusterTolerance()
          The default z cluster tolerance as per the topology engine.
 double getMaximumZClusterTolerance()
          The maximal z cluster tolerance as per the topology engine.
 double getMinimumZClusterTolerance()
          The minimal z cluster tolerance as per the topology engine.
 
Methods inherited from interface com.esri.arcgis.geodatabase.ITopologyContainer
createTopology, getDefaultClusterTolerance, getMaximumClusterTolerance, getMinimumClusterTolerance, getTopology, getTopologyByID, getTopologyByName, getTopologyCount
 

Field Detail

IIDf6146622_e8f8_496e_9d50_800594ff3378

static final int IIDf6146622_e8f8_496e_9d50_800594ff3378
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

createTopologyEx

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

Parameters:
name - The name (in)
clusterTolerance - The clusterTolerance (in)
zClusterTolerance - The zClusterTolerance (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.

getDefaultZClusterTolerance

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

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

getMinimumZClusterTolerance

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

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

getMaximumZClusterTolerance

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

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