com.esri.arcgisws
Class DERasterDataset

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

public class DERasterDataset
extends DEGeoDataset
implements Serializable

Java class for DERasterDataset complex type.

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

 <complexType name="DERasterDataset">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}DEGeoDataset">
       <sequence>
         <element name="Format" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="CompressionType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="SensorType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="BandCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="Permanent" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="StorageDef" type="{http://www.esri.com/schemas/ArcGIS/10.0}RasterStorageDef" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
DERasterDataset()
          DERasterDataset default constructor.
DERasterDataset(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, String format, String compressionType, String sensorType, Integer bandCount, Boolean permanent, RasterStorageDef storageDef)
          Deprecated. 
 
Method Summary
 Integer getBandCount()
          Gets the value of the bandCount property.
 String getCompressionType()
          Gets the value of the compressionType property.
 String getFormat()
          Gets the value of the format property.
 Boolean getPermanent()
          Gets the value of the permanent property.
 String getSensorType()
          Gets the value of the sensorType property.
 RasterStorageDef getStorageDef()
          Gets the value of the storageDef property.
 Boolean isPermanent()
           
 void setBandCount(Integer value)
          Sets the value of the bandCount property.
 void setCompressionType(String value)
          Sets the value of the compressionType property.
 void setFormat(String value)
          Sets the value of the format property.
 void setPermanent(Boolean value)
          Sets the value of the permanent property.
 void setSensorType(String value)
          Sets the value of the sensorType property.
 void setStorageDef(RasterStorageDef value)
          Sets the value of the storageDef property.
 
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

DERasterDataset

@Deprecated
public DERasterDataset(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,
                                  String format,
                                  String compressionType,
                                  String sensorType,
                                  Integer bandCount,
                                  Boolean permanent,
                                  RasterStorageDef storageDef)
Deprecated. 

DERasterDataset constructor.


DERasterDataset

public DERasterDataset()
DERasterDataset default constructor.

Method Detail

getFormat

public String getFormat()
Gets the value of the format property.

Returns:
possible object is String

setFormat

public void setFormat(String value)
Sets the value of the format property.

Parameters:
value - allowed object is String

getCompressionType

public String getCompressionType()
Gets the value of the compressionType property.

Returns:
possible object is String

setCompressionType

public void setCompressionType(String value)
Sets the value of the compressionType property.

Parameters:
value - allowed object is String

getSensorType

public String getSensorType()
Gets the value of the sensorType property.

Returns:
possible object is String

setSensorType

public void setSensorType(String value)
Sets the value of the sensorType property.

Parameters:
value - allowed object is String

getBandCount

public Integer getBandCount()
Gets the value of the bandCount property.

Returns:
possible object is Integer

setBandCount

public void setBandCount(Integer value)
Sets the value of the bandCount property.

Parameters:
value - allowed object is Integer

getPermanent

public Boolean getPermanent()
Gets the value of the permanent property.

Returns:
possible object is Boolean

isPermanent

public Boolean isPermanent()

setPermanent

public void setPermanent(Boolean value)
Sets the value of the permanent property.

Parameters:
value - allowed object is Boolean

getStorageDef

public RasterStorageDef getStorageDef()
Gets the value of the storageDef property.

Returns:
possible object is RasterStorageDef

setStorageDef

public void setStorageDef(RasterStorageDef value)
Sets the value of the storageDef property.

Parameters:
value - allowed object is RasterStorageDef