com.esri.arcgisws
Class DETopology

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

public class DETopology
extends DEGeoDataset
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
DETopology()
           
DETopology(java.lang.String catalogPath, java.lang.String name, java.lang.Boolean childrenExpanded, java.lang.Boolean fullPropsRetrieved, java.lang.Boolean metadataRetrieved, XmlPropertySet metadata, DataElement[] children, EsriDatasetType datasetType, java.lang.Integer DSID, java.lang.Boolean versioned, java.lang.Boolean canVersion, Envelope extent, SpatialReference spatialReference, double clusterTolerance, double ZClusterTolerance, int maxGeneratedErrorCount, java.lang.String[] featureClassNames, TopologyRule[] topologyRules)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 double getClusterTolerance()
          Gets the clusterTolerance value for this DETopology.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String[] getFeatureClassNames()
          Gets the featureClassNames value for this DETopology.
 int getMaxGeneratedErrorCount()
          Gets the maxGeneratedErrorCount value for this DETopology.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 TopologyRule[] getTopologyRules()
          Gets the topologyRules value for this DETopology.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 double getZClusterTolerance()
          Gets the ZClusterTolerance value for this DETopology.
 int hashCode()
           
 void setClusterTolerance(double clusterTolerance)
          Sets the clusterTolerance value for this DETopology.
 void setFeatureClassNames(java.lang.String[] featureClassNames)
          Sets the featureClassNames value for this DETopology.
 void setMaxGeneratedErrorCount(int maxGeneratedErrorCount)
          Sets the maxGeneratedErrorCount value for this DETopology.
 void setTopologyRules(TopologyRule[] topologyRules)
          Sets the topologyRules value for this DETopology.
 void setZClusterTolerance(double ZClusterTolerance)
          Sets the ZClusterTolerance value for this DETopology.
 
Methods inherited from class com.esri.arcgisws.DEGeoDataset
getExtent, getSpatialReference, setExtent, setSpatialReference
 
Methods inherited from class com.esri.arcgisws.DEDataset
getCanVersion, getDatasetType, getDSID, getVersioned, setCanVersion, setDatasetType, setDSID, setVersioned
 
Methods inherited from class com.esri.arcgisws.DataElement
getCatalogPath, getChildren, getChildrenExpanded, getFullPropsRetrieved, getMetadata, getMetadataRetrieved, getName, setCatalogPath, setChildren, setChildrenExpanded, setFullPropsRetrieved, setMetadata, setMetadataRetrieved, setName
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DETopology

public DETopology()

DETopology

public DETopology(java.lang.String catalogPath,
                  java.lang.String name,
                  java.lang.Boolean childrenExpanded,
                  java.lang.Boolean fullPropsRetrieved,
                  java.lang.Boolean metadataRetrieved,
                  XmlPropertySet metadata,
                  DataElement[] children,
                  EsriDatasetType datasetType,
                  java.lang.Integer DSID,
                  java.lang.Boolean versioned,
                  java.lang.Boolean canVersion,
                  Envelope extent,
                  SpatialReference spatialReference,
                  double clusterTolerance,
                  double ZClusterTolerance,
                  int maxGeneratedErrorCount,
                  java.lang.String[] featureClassNames,
                  TopologyRule[] topologyRules)
Method Detail

getClusterTolerance

public double getClusterTolerance()
Gets the clusterTolerance value for this DETopology.

Returns:
clusterTolerance

setClusterTolerance

public void setClusterTolerance(double clusterTolerance)
Sets the clusterTolerance value for this DETopology.

Parameters:
clusterTolerance -

getZClusterTolerance

public double getZClusterTolerance()
Gets the ZClusterTolerance value for this DETopology.

Returns:
ZClusterTolerance

setZClusterTolerance

public void setZClusterTolerance(double ZClusterTolerance)
Sets the ZClusterTolerance value for this DETopology.

Parameters:
ZClusterTolerance -

getMaxGeneratedErrorCount

public int getMaxGeneratedErrorCount()
Gets the maxGeneratedErrorCount value for this DETopology.

Returns:
maxGeneratedErrorCount

setMaxGeneratedErrorCount

public void setMaxGeneratedErrorCount(int maxGeneratedErrorCount)
Sets the maxGeneratedErrorCount value for this DETopology.

Parameters:
maxGeneratedErrorCount -

getFeatureClassNames

public java.lang.String[] getFeatureClassNames()
Gets the featureClassNames value for this DETopology.

Returns:
featureClassNames

setFeatureClassNames

public void setFeatureClassNames(java.lang.String[] featureClassNames)
Sets the featureClassNames value for this DETopology.

Parameters:
featureClassNames -

getTopologyRules

public TopologyRule[] getTopologyRules()
Gets the topologyRules value for this DETopology.

Returns:
topologyRules

setTopologyRules

public void setTopologyRules(TopologyRule[] topologyRules)
Sets the topologyRules value for this DETopology.

Parameters:
topologyRules -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class DEGeoDataset

hashCode

public int hashCode()
Overrides:
hashCode in class DEGeoDataset

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer