com.esri.arcgisws
Class DERasterBand

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

public class DERasterBand
extends DETable
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
DERasterBand()
           
DERasterBand(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, boolean hasOID, java.lang.String OIDFieldName, Fields fields, Indexes indexes, java.lang.String CLSID, java.lang.String EXTCLSID, java.lang.String[] relationshipClassNames, java.lang.String aliasName, java.lang.String modelName, java.lang.Boolean hasGlobalID, java.lang.String globalIDFieldName, java.lang.String rasterFieldName, PropertySet extensionProperties, java.lang.String subtypeFieldName, java.lang.Integer defaultSubtypeCode, Subtype[] subtypes, ControllerMembership[] controllerMemberships, java.lang.Boolean isInteger, java.lang.Double meanCellHeight, java.lang.Double meanCellWidth, java.lang.Integer height, java.lang.Integer width, RstPixelType pixelType, java.lang.Integer primaryField, EsriRasterTableTypeEnum tableType, 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 DERasterBand.
 java.lang.Integer getHeight()
          Gets the height value for this DERasterBand.
 java.lang.Boolean getIsInteger()
          Gets the isInteger value for this DERasterBand.
 java.lang.Double getMeanCellHeight()
          Gets the meanCellHeight value for this DERasterBand.
 java.lang.Double getMeanCellWidth()
          Gets the meanCellWidth value for this DERasterBand.
 RstPixelType getPixelType()
          Gets the pixelType value for this DERasterBand.
 java.lang.Integer getPrimaryField()
          Gets the primaryField value for this DERasterBand.
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 DERasterBand.
 EsriRasterTableTypeEnum getTableType()
          Gets the tableType value for this DERasterBand.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.Integer getWidth()
          Gets the width value for this DERasterBand.
 int hashCode()
           
 void setExtent(Envelope extent)
          Sets the extent value for this DERasterBand.
 void setHeight(java.lang.Integer height)
          Sets the height value for this DERasterBand.
 void setIsInteger(java.lang.Boolean isInteger)
          Sets the isInteger value for this DERasterBand.
 void setMeanCellHeight(java.lang.Double meanCellHeight)
          Sets the meanCellHeight value for this DERasterBand.
 void setMeanCellWidth(java.lang.Double meanCellWidth)
          Sets the meanCellWidth value for this DERasterBand.
 void setPixelType(RstPixelType pixelType)
          Sets the pixelType value for this DERasterBand.
 void setPrimaryField(java.lang.Integer primaryField)
          Sets the primaryField value for this DERasterBand.
 void setSpatialReference(SpatialReference spatialReference)
          Sets the spatialReference value for this DERasterBand.
 void setTableType(EsriRasterTableTypeEnum tableType)
          Sets the tableType value for this DERasterBand.
 void setWidth(java.lang.Integer width)
          Sets the width value for this DERasterBand.
 
Methods inherited from class com.esri.arcgisws.DETable
getAliasName, getCLSID, getControllerMemberships, getDefaultSubtypeCode, getEXTCLSID, getExtensionProperties, getFields, getGlobalIDFieldName, getHasGlobalID, getIndexes, getModelName, getOIDFieldName, getRasterFieldName, getRelationshipClassNames, getSubtypeFieldName, getSubtypes, isHasOID, setAliasName, setCLSID, setControllerMemberships, setDefaultSubtypeCode, setEXTCLSID, setExtensionProperties, setFields, setGlobalIDFieldName, setHasGlobalID, setHasOID, setIndexes, setModelName, setOIDFieldName, setRasterFieldName, setRelationshipClassNames, setSubtypeFieldName, setSubtypes
 
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

DERasterBand

public DERasterBand()

DERasterBand

public DERasterBand(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,
                    boolean hasOID,
                    java.lang.String OIDFieldName,
                    Fields fields,
                    Indexes indexes,
                    java.lang.String CLSID,
                    java.lang.String EXTCLSID,
                    java.lang.String[] relationshipClassNames,
                    java.lang.String aliasName,
                    java.lang.String modelName,
                    java.lang.Boolean hasGlobalID,
                    java.lang.String globalIDFieldName,
                    java.lang.String rasterFieldName,
                    PropertySet extensionProperties,
                    java.lang.String subtypeFieldName,
                    java.lang.Integer defaultSubtypeCode,
                    Subtype[] subtypes,
                    ControllerMembership[] controllerMemberships,
                    java.lang.Boolean isInteger,
                    java.lang.Double meanCellHeight,
                    java.lang.Double meanCellWidth,
                    java.lang.Integer height,
                    java.lang.Integer width,
                    RstPixelType pixelType,
                    java.lang.Integer primaryField,
                    EsriRasterTableTypeEnum tableType,
                    Envelope extent,
                    SpatialReference spatialReference)
Method Detail

getIsInteger

public java.lang.Boolean getIsInteger()
Gets the isInteger value for this DERasterBand.

Returns:
isInteger

setIsInteger

public void setIsInteger(java.lang.Boolean isInteger)
Sets the isInteger value for this DERasterBand.

Parameters:
isInteger -

getMeanCellHeight

public java.lang.Double getMeanCellHeight()
Gets the meanCellHeight value for this DERasterBand.

Returns:
meanCellHeight

setMeanCellHeight

public void setMeanCellHeight(java.lang.Double meanCellHeight)
Sets the meanCellHeight value for this DERasterBand.

Parameters:
meanCellHeight -

getMeanCellWidth

public java.lang.Double getMeanCellWidth()
Gets the meanCellWidth value for this DERasterBand.

Returns:
meanCellWidth

setMeanCellWidth

public void setMeanCellWidth(java.lang.Double meanCellWidth)
Sets the meanCellWidth value for this DERasterBand.

Parameters:
meanCellWidth -

getHeight

public java.lang.Integer getHeight()
Gets the height value for this DERasterBand.

Returns:
height

setHeight

public void setHeight(java.lang.Integer height)
Sets the height value for this DERasterBand.

Parameters:
height -

getWidth

public java.lang.Integer getWidth()
Gets the width value for this DERasterBand.

Returns:
width

setWidth

public void setWidth(java.lang.Integer width)
Sets the width value for this DERasterBand.

Parameters:
width -

getPixelType

public RstPixelType getPixelType()
Gets the pixelType value for this DERasterBand.

Returns:
pixelType

setPixelType

public void setPixelType(RstPixelType pixelType)
Sets the pixelType value for this DERasterBand.

Parameters:
pixelType -

getPrimaryField

public java.lang.Integer getPrimaryField()
Gets the primaryField value for this DERasterBand.

Returns:
primaryField

setPrimaryField

public void setPrimaryField(java.lang.Integer primaryField)
Sets the primaryField value for this DERasterBand.

Parameters:
primaryField -

getTableType

public EsriRasterTableTypeEnum getTableType()
Gets the tableType value for this DERasterBand.

Returns:
tableType

setTableType

public void setTableType(EsriRasterTableTypeEnum tableType)
Sets the tableType value for this DERasterBand.

Parameters:
tableType -

getExtent

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

Returns:
extent

setExtent

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

Parameters:
extent -

getSpatialReference

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

Returns:
spatialReference

setSpatialReference

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

Parameters:
spatialReference -

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class DETable

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