com.esri.arcgisws
Class DETopology

java.lang.Object
  extended by com.esri.arcgisws.DataElement
      extended by com.esri.arcgisws.DEDataset
          extended by com.esri.arcgisws.DEGeoDataset
              extended by com.esri.arcgisws.DETopology
All Implemented Interfaces:
Serializable

public class DETopology
extends DEGeoDataset
implements Serializable

Topology Data Element object.

Java class for DETopology complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="DETopology">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}DEGeoDataset">
       <sequence>
         <element name="ClusterTolerance" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="ZClusterTolerance" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="MaxGeneratedErrorCount" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="FeatureClassNames" type="{http://www.esri.com/schemas/ArcGIS/10.0}Names"/>
         <element name="TopologyRules" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfTopologyRule"/>
         <element name="TopologyID" type="{http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
Topology Data Element object.

See Also:
Serialized Form

Constructor Summary
DETopology()
          DETopology default constructor.
DETopology(String catalogPath, String name, Boolean childrenExpanded, Boolean fullPropsRetrieved, Boolean metadataRetrieved, XmlPropertySet metadata, DataElement[] children, EsriDatasetType datasetType, Integer dsid, Boolean versioned, Boolean canVersion, String configurationKeyword, Envelope extent, SpatialReference spatialReference, double clusterTolerance, double zClusterTolerance, int maxGeneratedErrorCount, String[] featureClassNames, TopologyRule[] topologyRules, int topologyID)
          Deprecated. 
 
Method Summary
 double getClusterTolerance()
          The cluster tolerance of the topology.
 String[] getFeatureClassNames()
          The feature classes involved in the topology.
 int getMaxGeneratedErrorCount()
          Gets the value of the maxGeneratedErrorCount property.
 int getTopologyID()
          The ID of the topology.
 TopologyRule[] getTopologyRules()
          Gets the value of the topologyRules property.
 double getZClusterTolerance()
          The z cluster tolerance of the topology.
 void setClusterTolerance(double value)
          The cluster tolerance of the topology.
 void setFeatureClassNames(String[] value)
          The feature classes involved in the topology.
 void setMaxGeneratedErrorCount(int value)
          Sets the value of the maxGeneratedErrorCount property.
 void setTopologyID(int value)
          The ID of the topology.
 void setTopologyRules(TopologyRule[] value)
          Sets the value of the topologyRules property.
 void setZClusterTolerance(double value)
          The z cluster tolerance of the topology.
 
Methods inherited from class com.esri.arcgisws.DEGeoDataset
getExtent, getSpatialReference, setExtent, setSpatialReference
 
Methods inherited from class com.esri.arcgisws.DEDataset
getCanVersion, getConfigurationKeyword, getDatasetType, getDSID, getVersioned, isCanVersion, isVersioned, setCanVersion, setConfigurationKeyword, setDatasetType, setDSID, setVersioned
 
Methods inherited from class com.esri.arcgisws.DataElement
getCatalogPath, getChildren, getChildrenExpanded, getFullPropsRetrieved, getMetadata, getMetadataRetrieved, getName, isChildrenExpanded, isFullPropsRetrieved, isMetadataRetrieved, setCatalogPath, setChildren, setChildrenExpanded, setFullPropsRetrieved, setMetadata, setMetadataRetrieved, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DETopology

@Deprecated
public DETopology(String catalogPath,
                             String name,
                             Boolean childrenExpanded,
                             Boolean fullPropsRetrieved,
                             Boolean metadataRetrieved,
                             XmlPropertySet metadata,
                             DataElement[] children,
                             EsriDatasetType datasetType,
                             Integer dsid,
                             Boolean versioned,
                             Boolean canVersion,
                             String configurationKeyword,
                             Envelope extent,
                             SpatialReference spatialReference,
                             double clusterTolerance,
                             double zClusterTolerance,
                             int maxGeneratedErrorCount,
                             String[] featureClassNames,
                             TopologyRule[] topologyRules,
                             int topologyID)
Deprecated. 

DETopology constructor.


DETopology

public DETopology()
DETopology default constructor.

Method Detail

getClusterTolerance

public double getClusterTolerance()
The cluster tolerance of the topology. Gets the value of the clusterTolerance property.


setClusterTolerance

public void setClusterTolerance(double value)
The cluster tolerance of the topology. Sets the value of the clusterTolerance property.


getZClusterTolerance

public double getZClusterTolerance()
The z cluster tolerance of the topology. Gets the value of the zClusterTolerance property.


setZClusterTolerance

public void setZClusterTolerance(double value)
The z cluster tolerance of the topology. Sets the value of the zClusterTolerance property.


getMaxGeneratedErrorCount

public int getMaxGeneratedErrorCount()
Gets the value of the maxGeneratedErrorCount property.


setMaxGeneratedErrorCount

public void setMaxGeneratedErrorCount(int value)
Sets the value of the maxGeneratedErrorCount property.


getFeatureClassNames

public String[] getFeatureClassNames()
The feature classes involved in the topology. Gets the value of the featureClassNames property.

Returns:
possible object is []

setFeatureClassNames

public void setFeatureClassNames(String[] value)
The feature classes involved in the topology. Sets the value of the featureClassNames property.

Parameters:
value - allowed object is []

getTopologyRules

public TopologyRule[] getTopologyRules()
Gets the value of the topologyRules property.

Returns:
possible object is []

setTopologyRules

public void setTopologyRules(TopologyRule[] value)
Sets the value of the topologyRules property.

Parameters:
value - allowed object is []

getTopologyID

public int getTopologyID()
The ID of the topology. Gets the value of the topologyID property.


setTopologyID

public void setTopologyID(int value)
The ID of the topology. Sets the value of the topologyID property.