com.esri.arcgis.geodatabase
Interface ITopologyProperties

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

public interface ITopologyProperties
extends java.io.Serializable

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

Description: 'Provides access to members that return properties of 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 IID40658b10_2c65_4b38_b00f_4d40ab551e27
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IEnumFeatureClass getClasses()
          An enumerator over the FeatureClasses.
 double getClusterTolerance()
          The cluster tolerance of the topology.
 ISpatialReference getSpatialReference()
          The spatial reference for the dataset.
 

Field Detail

IID40658b10_2c65_4b38_b00f_4d40ab551e27

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

getClusterTolerance

double getClusterTolerance()
                           throws java.io.IOException,
                                  AutomationException
The 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.

getClasses

IEnumFeatureClass getClasses()
                             throws java.io.IOException,
                                    AutomationException
An enumerator over the FeatureClasses.

Returns:
A reference to a com.esri.arcgis.geodatabase.IEnumFeatureClass
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSpatialReference

ISpatialReference getSpatialReference()
                                      throws java.io.IOException,
                                             AutomationException
The spatial reference for the dataset.

Returns:
A reference to a com.esri.arcgis.geometry.ISpatialReference
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.