com.esri.arcgisws
Class DERasterDataset

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

public class DERasterDataset
extends DEGeoDataset
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
DERasterDataset()
           
DERasterDataset(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, java.lang.String format, java.lang.String compressionType, java.lang.String sensorType, java.lang.Integer bandCount, java.lang.Boolean permanent, RasterStorageDef storageDef)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.Integer getBandCount()
          Gets the bandCount value for this DERasterDataset.
 java.lang.String getCompressionType()
          Gets the compressionType value for this DERasterDataset.
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 getFormat()
          Gets the format value for this DERasterDataset.
 java.lang.Boolean getPermanent()
          Gets the permanent value for this DERasterDataset.
 java.lang.String getSensorType()
          Gets the sensorType value for this DERasterDataset.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 RasterStorageDef getStorageDef()
          Gets the storageDef value for this DERasterDataset.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setBandCount(java.lang.Integer bandCount)
          Sets the bandCount value for this DERasterDataset.
 void setCompressionType(java.lang.String compressionType)
          Sets the compressionType value for this DERasterDataset.
 void setFormat(java.lang.String format)
          Sets the format value for this DERasterDataset.
 void setPermanent(java.lang.Boolean permanent)
          Sets the permanent value for this DERasterDataset.
 void setSensorType(java.lang.String sensorType)
          Sets the sensorType value for this DERasterDataset.
 void setStorageDef(RasterStorageDef storageDef)
          Sets the storageDef value for this DERasterDataset.
 
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

DERasterDataset

public DERasterDataset()

DERasterDataset

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

getFormat

public java.lang.String getFormat()
Gets the format value for this DERasterDataset.

Returns:
format

setFormat

public void setFormat(java.lang.String format)
Sets the format value for this DERasterDataset.

Parameters:
format -

getCompressionType

public java.lang.String getCompressionType()
Gets the compressionType value for this DERasterDataset.

Returns:
compressionType

setCompressionType

public void setCompressionType(java.lang.String compressionType)
Sets the compressionType value for this DERasterDataset.

Parameters:
compressionType -

getSensorType

public java.lang.String getSensorType()
Gets the sensorType value for this DERasterDataset.

Returns:
sensorType

setSensorType

public void setSensorType(java.lang.String sensorType)
Sets the sensorType value for this DERasterDataset.

Parameters:
sensorType -

getBandCount

public java.lang.Integer getBandCount()
Gets the bandCount value for this DERasterDataset.

Returns:
bandCount

setBandCount

public void setBandCount(java.lang.Integer bandCount)
Sets the bandCount value for this DERasterDataset.

Parameters:
bandCount -

getPermanent

public java.lang.Boolean getPermanent()
Gets the permanent value for this DERasterDataset.

Returns:
permanent

setPermanent

public void setPermanent(java.lang.Boolean permanent)
Sets the permanent value for this DERasterDataset.

Parameters:
permanent -

getStorageDef

public RasterStorageDef getStorageDef()
Gets the storageDef value for this DERasterDataset.

Returns:
storageDef

setStorageDef

public void setStorageDef(RasterStorageDef storageDef)
Sets the storageDef value for this DERasterDataset.

Parameters:
storageDef -

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