com.esri.arcgisws
Class RasterInfo

java.lang.Object
  extended by com.esri.arcgisws.RasterInfo
All Implemented Interfaces:
Serializable

public class RasterInfo
extends Object
implements Serializable

Java class for RasterInfo complex type.

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

 <complexType name="RasterInfo">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Origin" type="{http://www.esri.com/schemas/ArcGIS/10.0}Point" minOccurs="0"/>
         <element name="BlockWidth" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="BlockHeight" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="PixelSizeX" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="PixelSizeY" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="GeodataXform" type="{http://www.esri.com/schemas/ArcGIS/10.0}GeodataXform" minOccurs="0"/>
         <element name="Extent" type="{http://www.esri.com/schemas/ArcGIS/10.0}Envelope" minOccurs="0"/>
         <element name="NativeSpatialReference" type="{http://www.esri.com/schemas/ArcGIS/10.0}SpatialReference" minOccurs="0"/>
         <element name="NativeExtent" type="{http://www.esri.com/schemas/ArcGIS/10.0}Envelope" minOccurs="0"/>
         <element name="BandCount" 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="NoData" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfAnyType" minOccurs="0"/>
         <element name="FirstPyramidLevel" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="MaximumPyramidLevel" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="Format" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
RasterInfo()
          RasterInfo default constructor.
RasterInfo(Point origin, Integer blockWidth, Integer blockHeight, Double pixelSizeX, Double pixelSizeY, GeodataXform geodataXform, Envelope extent, SpatialReference nativeSpatialReference, Envelope nativeExtent, Integer bandCount, RstPixelType pixelType, Object[] noData, Integer firstPyramidLevel, Integer maximumPyramidLevel, String format)
          Deprecated. 
 
Method Summary
 Integer getBandCount()
          Gets the value of the bandCount property.
 Integer getBlockHeight()
          Gets the value of the blockHeight property.
 Integer getBlockWidth()
          Gets the value of the blockWidth property.
 Envelope getExtent()
          Gets the value of the extent property.
 Integer getFirstPyramidLevel()
          Gets the value of the firstPyramidLevel property.
 String getFormat()
          Gets the value of the format property.
 GeodataXform getGeodataXform()
          Gets the value of the geodataXform property.
 Integer getMaximumPyramidLevel()
          Gets the value of the maximumPyramidLevel property.
 Envelope getNativeExtent()
          Gets the value of the nativeExtent property.
 SpatialReference getNativeSpatialReference()
          Gets the value of the nativeSpatialReference property.
 Object[] getNoData()
          Gets the value of the noData property.
 Point getOrigin()
          Gets the value of the origin property.
 Double getPixelSizeX()
          Gets the value of the pixelSizeX property.
 Double getPixelSizeY()
          Gets the value of the pixelSizeY property.
 RstPixelType getPixelType()
          Gets the value of the pixelType property.
 void setBandCount(Integer value)
          Sets the value of the bandCount property.
 void setBlockHeight(Integer value)
          Sets the value of the blockHeight property.
 void setBlockWidth(Integer value)
          Sets the value of the blockWidth property.
 void setExtent(Envelope value)
          Sets the value of the extent property.
 void setFirstPyramidLevel(Integer value)
          Sets the value of the firstPyramidLevel property.
 void setFormat(String value)
          Sets the value of the format property.
 void setGeodataXform(GeodataXform value)
          Sets the value of the geodataXform property.
 void setMaximumPyramidLevel(Integer value)
          Sets the value of the maximumPyramidLevel property.
 void setNativeExtent(Envelope value)
          Sets the value of the nativeExtent property.
 void setNativeSpatialReference(SpatialReference value)
          Sets the value of the nativeSpatialReference property.
 void setNoData(Object[] value)
          Sets the value of the noData property.
 void setOrigin(Point value)
          Sets the value of the origin property.
 void setPixelSizeX(Double value)
          Sets the value of the pixelSizeX property.
 void setPixelSizeY(Double value)
          Sets the value of the pixelSizeY property.
 void setPixelType(RstPixelType value)
          Sets the value of the pixelType property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RasterInfo

@Deprecated
public RasterInfo(Point origin,
                             Integer blockWidth,
                             Integer blockHeight,
                             Double pixelSizeX,
                             Double pixelSizeY,
                             GeodataXform geodataXform,
                             Envelope extent,
                             SpatialReference nativeSpatialReference,
                             Envelope nativeExtent,
                             Integer bandCount,
                             RstPixelType pixelType,
                             Object[] noData,
                             Integer firstPyramidLevel,
                             Integer maximumPyramidLevel,
                             String format)
Deprecated. 

RasterInfo constructor.


RasterInfo

public RasterInfo()
RasterInfo default constructor.

Method Detail

getOrigin

public Point getOrigin()
Gets the value of the origin property.

Returns:
possible object is Point

setOrigin

public void setOrigin(Point value)
Sets the value of the origin property.

Parameters:
value - allowed object is Point

getBlockWidth

public Integer getBlockWidth()
Gets the value of the blockWidth property.

Returns:
possible object is Integer

setBlockWidth

public void setBlockWidth(Integer value)
Sets the value of the blockWidth property.

Parameters:
value - allowed object is Integer

getBlockHeight

public Integer getBlockHeight()
Gets the value of the blockHeight property.

Returns:
possible object is Integer

setBlockHeight

public void setBlockHeight(Integer value)
Sets the value of the blockHeight property.

Parameters:
value - allowed object is Integer

getPixelSizeX

public Double getPixelSizeX()
Gets the value of the pixelSizeX property.

Returns:
possible object is Double

setPixelSizeX

public void setPixelSizeX(Double value)
Sets the value of the pixelSizeX property.

Parameters:
value - allowed object is Double

getPixelSizeY

public Double getPixelSizeY()
Gets the value of the pixelSizeY property.

Returns:
possible object is Double

setPixelSizeY

public void setPixelSizeY(Double value)
Sets the value of the pixelSizeY property.

Parameters:
value - allowed object is Double

getGeodataXform

public GeodataXform getGeodataXform()
Gets the value of the geodataXform property.

Returns:
possible object is GeodataXform

setGeodataXform

public void setGeodataXform(GeodataXform value)
Sets the value of the geodataXform property.

Parameters:
value - allowed object is GeodataXform

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

getNativeSpatialReference

public SpatialReference getNativeSpatialReference()
Gets the value of the nativeSpatialReference property.

Returns:
possible object is SpatialReference

setNativeSpatialReference

public void setNativeSpatialReference(SpatialReference value)
Sets the value of the nativeSpatialReference property.

Parameters:
value - allowed object is SpatialReference

getNativeExtent

public Envelope getNativeExtent()
Gets the value of the nativeExtent property.

Returns:
possible object is Envelope

setNativeExtent

public void setNativeExtent(Envelope value)
Sets the value of the nativeExtent property.

Parameters:
value - allowed object is Envelope

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

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

getNoData

public Object[] getNoData()
Gets the value of the noData property.

Returns:
possible object is []

setNoData

public void setNoData(Object[] value)
Sets the value of the noData property.

Parameters:
value - allowed object is []

getFirstPyramidLevel

public Integer getFirstPyramidLevel()
Gets the value of the firstPyramidLevel property.

Returns:
possible object is Integer

setFirstPyramidLevel

public void setFirstPyramidLevel(Integer value)
Sets the value of the firstPyramidLevel property.

Parameters:
value - allowed object is Integer

getMaximumPyramidLevel

public Integer getMaximumPyramidLevel()
Gets the value of the maximumPyramidLevel property.

Returns:
possible object is Integer

setMaximumPyramidLevel

public void setMaximumPyramidLevel(Integer value)
Sets the value of the maximumPyramidLevel property.

Parameters:
value - allowed object is Integer

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