com.esri.arcgis.geodatabase
Interface ITopology2

All Superinterfaces:
ITopology, java.io.Serializable
All Known Implementing Classes:
ITopology2Proxy, Topology

public interface ITopology2
extends ITopology, java.io.Serializable

COM Interface 'ITopology2'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members that control 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDff9b929c_9726_4f60_ac10_e798999bce71
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.ITopology
IIDc08348e2_5ac1_4d88_a2d0_b675317bb6cd
 
Method Summary
 double getZClusterTolerance()
          The z cluster tolerance of the topology.
 
Methods inherited from interface com.esri.arcgis.geodatabase.ITopology
addClass, getCache, getClusterTolerance, getDirtyArea, getFeatureDataset, getMaximumGeneratedErrorCount, getState, getTopologyID, removeClass, validateTopology
 

Field Detail

IIDff9b929c_9726_4f60_ac10_e798999bce71

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

getZClusterTolerance

double getZClusterTolerance()
                            throws java.io.IOException,
                                   AutomationException
The z cluster tolerance of the topology.

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