com.esri.arcgisws
Class DEGeoDataset

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

public class DEGeoDataset
extends DEDataset
implements Serializable

Java class for DEGeoDataset complex type.

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

 <complexType name="DEGeoDataset">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}DEDataset">
       <sequence>
         <element name="Extent" type="{http://www.esri.com/schemas/ArcGIS/10.0}Envelope"/>
         <element name="SpatialReference" type="{http://www.esri.com/schemas/ArcGIS/10.0}SpatialReference"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
DEGeoDataset()
          DEGeoDataset default constructor.
DEGeoDataset(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)
          Deprecated. 
 
Method Summary
 Envelope getExtent()
          The extent of the coverage.
 SpatialReference getSpatialReference()
          The spatial reference of the geodataset.
 void setExtent(Envelope value)
          The extent of the coverage.
 void setSpatialReference(SpatialReference value)
          The spatial reference of the geodataset.
 
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

DEGeoDataset

@Deprecated
public DEGeoDataset(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)
Deprecated. 

DEGeoDataset constructor.


DEGeoDataset

public DEGeoDataset()
DEGeoDataset default constructor.

Method Detail

getExtent

public Envelope getExtent()
The extent of the coverage. Gets the value of the extent property.

Returns:
possible object is Envelope

setExtent

public void setExtent(Envelope value)
The extent of the coverage. Sets the value of the extent property.

Parameters:
value - allowed object is Envelope

getSpatialReference

public SpatialReference getSpatialReference()
The spatial reference of the geodataset. Gets the value of the spatialReference property.

Returns:
possible object is SpatialReference

setSpatialReference

public void setSpatialReference(SpatialReference value)
The spatial reference of the geodataset. Sets the value of the spatialReference property.

Parameters:
value - allowed object is SpatialReference