com.esri.arcgisws
Class DEGeoDataset

java.lang.Object
  extended bycom.esri.arcgisws.DataElement
      extended bycom.esri.arcgisws.DEDataset
          extended bycom.esri.arcgisws.DEGeoDataset
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DECadastralFabric, DEFeatureDataset, DEGeometricNetwork, DENetworkDataset, DERasterDataset, DETopology

public class DEGeoDataset
extends DEDataset
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
DEGeoDataset()
           
DEGeoDataset(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)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 Envelope getExtent()
          Gets the extent value for this DEGeoDataset.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 SpatialReference getSpatialReference()
          Gets the spatialReference value for this DEGeoDataset.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setExtent(Envelope extent)
          Sets the extent value for this DEGeoDataset.
 void setSpatialReference(SpatialReference spatialReference)
          Sets the spatialReference value for this DEGeoDataset.
 
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

DEGeoDataset

public DEGeoDataset()

DEGeoDataset

public DEGeoDataset(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)
Method Detail

getExtent

public Envelope getExtent()
Gets the extent value for this DEGeoDataset.

Returns:
extent

setExtent

public void setExtent(Envelope extent)
Sets the extent value for this DEGeoDataset.

Parameters:
extent -

getSpatialReference

public SpatialReference getSpatialReference()
Gets the spatialReference value for this DEGeoDataset.

Returns:
spatialReference

setSpatialReference

public void setSpatialReference(SpatialReference spatialReference)
Sets the spatialReference value for this DEGeoDataset.

Parameters:
spatialReference -

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class DEDataset

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