com.esri.arcgisws
Class DERasterBand

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

public class DERasterBand
extends DETable
implements Serializable

Java class for DERasterBand complex type.

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

 <complexType name="DERasterBand">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}DETable">
       <sequence>
         <element name="IsInteger" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="MeanCellHeight" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="MeanCellWidth" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="Height" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="Width" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="PixelType" type="{http://www.esri.com/schemas/ArcGIS/10.0}rstPixelType" minOccurs="0"/>
         <element name="PrimaryField" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="TableType" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriRasterTableTypeEnum" minOccurs="0"/>
         <element name="Extent" type="{http://www.esri.com/schemas/ArcGIS/10.0}Envelope" minOccurs="0"/>
         <element name="SpatialReference" type="{http://www.esri.com/schemas/ArcGIS/10.0}SpatialReference" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
DERasterBand()
          DERasterBand default constructor.
DERasterBand(String catalogPath, String name, Boolean childrenExpanded, Boolean fullPropsRetrieved, Boolean metadataRetrieved, XmlPropertySet metadata, DataElement[] children, EsriDatasetType datasetType, Integer dsid, Boolean versioned, Boolean canVersion, String configurationKeyword, boolean hasOID, String oidFieldName, Fields fields, Indexes indexes, String clsid, String extclsid, String[] relationshipClassNames, String aliasName, String modelName, Boolean hasGlobalID, String globalIDFieldName, String rasterFieldName, PropertySet extensionProperties, String subtypeFieldName, Integer defaultSubtypeCode, Subtype[] subtypes, ControllerMembership[] controllerMemberships, Boolean isInteger, Double meanCellHeight, Double meanCellWidth, Integer height, Integer width, RstPixelType pixelType, Integer primaryField, EsriRasterTableTypeEnum tableType, Envelope extent, SpatialReference spatialReference)
          Deprecated. 
 
Method Summary
 Envelope getExtent()
          Gets the value of the extent property.
 Integer getHeight()
          Gets the value of the height property.
 Boolean getIsInteger()
          Gets the value of the isInteger property.
 Double getMeanCellHeight()
          Gets the value of the meanCellHeight property.
 Double getMeanCellWidth()
          Gets the value of the meanCellWidth property.
 RstPixelType getPixelType()
          Gets the value of the pixelType property.
 Integer getPrimaryField()
          Gets the value of the primaryField property.
 SpatialReference getSpatialReference()
          Gets the value of the spatialReference property.
 EsriRasterTableTypeEnum getTableType()
          Gets the value of the tableType property.
 Integer getWidth()
          Gets the value of the width property.
 Boolean isIsInteger()
           
 void setExtent(Envelope value)
          Sets the value of the extent property.
 void setHeight(Integer value)
          Sets the value of the height property.
 void setIsInteger(Boolean value)
          Sets the value of the isInteger property.
 void setMeanCellHeight(Double value)
          Sets the value of the meanCellHeight property.
 void setMeanCellWidth(Double value)
          Sets the value of the meanCellWidth property.
 void setPixelType(RstPixelType value)
          Sets the value of the pixelType property.
 void setPrimaryField(Integer value)
          Sets the value of the primaryField property.
 void setSpatialReference(SpatialReference value)
          Sets the value of the spatialReference property.
 void setTableType(EsriRasterTableTypeEnum value)
          Sets the value of the tableType property.
 void setWidth(Integer value)
          Sets the value of the width property.
 
Methods inherited from class com.esri.arcgisws.DETable
getAliasName, getCLSID, getControllerMemberships, getDefaultSubtypeCode, getEXTCLSID, getExtensionProperties, getFields, getGlobalIDFieldName, getHasGlobalID, getIndexes, getModelName, getOIDFieldName, getRasterFieldName, getRelationshipClassNames, getSubtypeFieldName, getSubtypes, isHasGlobalID, 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, 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

DERasterBand

@Deprecated
public DERasterBand(String catalogPath,
                               String name,
                               Boolean childrenExpanded,
                               Boolean fullPropsRetrieved,
                               Boolean metadataRetrieved,
                               XmlPropertySet metadata,
                               DataElement[] children,
                               EsriDatasetType datasetType,
                               Integer dsid,
                               Boolean versioned,
                               Boolean canVersion,
                               String configurationKeyword,
                               boolean hasOID,
                               String oidFieldName,
                               Fields fields,
                               Indexes indexes,
                               String clsid,
                               String extclsid,
                               String[] relationshipClassNames,
                               String aliasName,
                               String modelName,
                               Boolean hasGlobalID,
                               String globalIDFieldName,
                               String rasterFieldName,
                               PropertySet extensionProperties,
                               String subtypeFieldName,
                               Integer defaultSubtypeCode,
                               Subtype[] subtypes,
                               ControllerMembership[] controllerMemberships,
                               Boolean isInteger,
                               Double meanCellHeight,
                               Double meanCellWidth,
                               Integer height,
                               Integer width,
                               RstPixelType pixelType,
                               Integer primaryField,
                               EsriRasterTableTypeEnum tableType,
                               Envelope extent,
                               SpatialReference spatialReference)
Deprecated. 

DERasterBand constructor.


DERasterBand

public DERasterBand()
DERasterBand default constructor.

Method Detail

getIsInteger

public Boolean getIsInteger()
Gets the value of the isInteger property.

Returns:
possible object is Boolean

isIsInteger

public Boolean isIsInteger()

setIsInteger

public void setIsInteger(Boolean value)
Sets the value of the isInteger property.

Parameters:
value - allowed object is Boolean

getMeanCellHeight

public Double getMeanCellHeight()
Gets the value of the meanCellHeight property.

Returns:
possible object is Double

setMeanCellHeight

public void setMeanCellHeight(Double value)
Sets the value of the meanCellHeight property.

Parameters:
value - allowed object is Double

getMeanCellWidth

public Double getMeanCellWidth()
Gets the value of the meanCellWidth property.

Returns:
possible object is Double

setMeanCellWidth

public void setMeanCellWidth(Double value)
Sets the value of the meanCellWidth property.

Parameters:
value - allowed object is Double

getHeight

public Integer getHeight()
Gets the value of the height property.

Returns:
possible object is Integer

setHeight

public void setHeight(Integer value)
Sets the value of the height property.

Parameters:
value - allowed object is Integer

getWidth

public Integer getWidth()
Gets the value of the width property.

Returns:
possible object is Integer

setWidth

public void setWidth(Integer value)
Sets the value of the width property.

Parameters:
value - allowed object is Integer

getPixelType

public RstPixelType getPixelType()
Gets the value of the pixelType property.

Returns:
possible object is RstPixelType

setPixelType

public void setPixelType(RstPixelType value)
Sets the value of the pixelType property.

Parameters:
value - allowed object is RstPixelType

getPrimaryField

public Integer getPrimaryField()
Gets the value of the primaryField property.

Returns:
possible object is Integer

setPrimaryField

public void setPrimaryField(Integer value)
Sets the value of the primaryField property.

Parameters:
value - allowed object is Integer

getTableType

public EsriRasterTableTypeEnum getTableType()
Gets the value of the tableType property.

Returns:
possible object is EsriRasterTableTypeEnum

setTableType

public void setTableType(EsriRasterTableTypeEnum value)
Sets the value of the tableType property.

Parameters:
value - allowed object is EsriRasterTableTypeEnum

getExtent

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

Returns:
possible object is Envelope

setExtent

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

Parameters:
value - allowed object is Envelope

getSpatialReference

public SpatialReference getSpatialReference()
Gets the value of the spatialReference property.

Returns:
possible object is SpatialReference

setSpatialReference

public void setSpatialReference(SpatialReference value)
Sets the value of the spatialReference property.

Parameters:
value - allowed object is SpatialReference