com.esri.arcgisws
Class DEFeatureDataset

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.DEFeatureDataset
All Implemented Interfaces:
Serializable

public class DEFeatureDataset
extends DEGeoDataset
implements Serializable

Feature Dataset Data Element object.

Java class for DEFeatureDataset complex type.

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

 <complexType name="DEFeatureDataset">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}DEGeoDataset">
     </extension>
   </complexContent>
 </complexType>
 
Feature Dataset Data Element object.

See Also:
Serialized Form

Constructor Summary
DEFeatureDataset()
          DEFeatureDataset default constructor.
DEFeatureDataset(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
 
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

DEFeatureDataset

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

DEFeatureDataset constructor.


DEFeatureDataset

public DEFeatureDataset()
DEFeatureDataset default constructor.