| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.RasterStorageDef
public class RasterStorageDef
Raster Value Storage Definition Class.
Java class for RasterStorageDef complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="RasterStorageDef">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="CompressionQuality" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="CompressionType" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriRasterCompressionType"/>
         <element name="PyramidLevel" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="PyramidResampleType" type="{http://www.esri.com/schemas/ArcGIS/10.0}rstResamplingTypes"/>
         <element name="Tiled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="TileHeight" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="TileWidth" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="Origin" type="{http://www.esri.com/schemas/ArcGIS/10.0}Point" minOccurs="0"/>
         <element name="CellSizeX" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="CellSizeY" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="CreationOptions" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
 Raster Value Storage Definition Class.
| Constructor Summary | |
|---|---|
| RasterStorageDef()RasterStorageDef default constructor. | |
| RasterStorageDef(int compressionQuality,
                 EsriRasterCompressionType compressionType,
                 int pyramidLevel,
                 RstResamplingTypes pyramidResampleType,
                 Boolean tiled,
                 int tileHeight,
                 int tileWidth,
                 Point origin,
                 Double cellSizeX,
                 Double cellSizeY,
                 String creationOptions)Deprecated. | |
| Method Summary | |
|---|---|
|  Double | getCellSizeX()Gets the value of the cellSizeX property. | 
|  Double | getCellSizeY()Gets the value of the cellSizeY property. | 
|  int | getCompressionQuality()The compression quality (in case of JPEG compression) to be applied to the raster being stored. | 
|  EsriRasterCompressionType | getCompressionType()The compression type to be applied on the raster being stored. | 
|  String | getCreationOptions()Gets the value of the creationOptions property. | 
|  Point | getOrigin()The origin of the raster to be stored. | 
|  int | getPyramidLevel()The number of pyramid levels. | 
|  RstResamplingTypes | getPyramidResampleType()The method used for pyramid resampling. | 
|  Boolean | getTiled()Gets the value of the tiled property. | 
|  int | getTileHeight()The raster storage tile height. | 
|  int | getTileWidth()The raster storage tile width. | 
|  Boolean | isTiled() | 
|  void | setCellSizeX(Double value)Sets the value of the cellSizeX property. | 
|  void | setCellSizeY(Double value)Sets the value of the cellSizeY property. | 
|  void | setCompressionQuality(int value)The compression quality (in case of JPEG compression) to be applied to the raster being stored. | 
|  void | setCompressionType(EsriRasterCompressionType value)The compression type to be applied on the raster being stored. | 
|  void | setCreationOptions(String value)Sets the value of the creationOptions property. | 
|  void | setOrigin(Point value)The origin of the raster to be stored. | 
|  void | setPyramidLevel(int value)The number of pyramid levels. | 
|  void | setPyramidResampleType(RstResamplingTypes value)The method used for pyramid resampling. | 
|  void | setTiled(Boolean value)Sets the value of the tiled property. | 
|  void | setTileHeight(int value)The raster storage tile height. | 
|  void | setTileWidth(int value)The raster storage tile width. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
@Deprecated
public RasterStorageDef(int compressionQuality,
                                   EsriRasterCompressionType compressionType,
                                   int pyramidLevel,
                                   RstResamplingTypes pyramidResampleType,
                                   Boolean tiled,
                                   int tileHeight,
                                   int tileWidth,
                                   Point origin,
                                   Double cellSizeX,
                                   Double cellSizeY,
                                   String creationOptions)
public RasterStorageDef()
| Method Detail | 
|---|
public int getCompressionQuality()
public void setCompressionQuality(int value)
public EsriRasterCompressionType getCompressionType()
EsriRasterCompressionTypepublic void setCompressionType(EsriRasterCompressionType value)
value - allowed object is
     EsriRasterCompressionTypepublic int getPyramidLevel()
public void setPyramidLevel(int value)
public RstResamplingTypes getPyramidResampleType()
RstResamplingTypespublic void setPyramidResampleType(RstResamplingTypes value)
value - allowed object is
     RstResamplingTypespublic Boolean getTiled()
Booleanpublic Boolean isTiled()
public void setTiled(Boolean value)
value - allowed object is
     Booleanpublic int getTileHeight()
public void setTileHeight(int value)
public int getTileWidth()
public void setTileWidth(int value)
public Point getOrigin()
Pointpublic void setOrigin(Point value)
value - allowed object is
     Pointpublic Double getCellSizeX()
Doublepublic void setCellSizeX(Double value)
value - allowed object is
     Doublepublic Double getCellSizeY()
Doublepublic void setCellSizeY(Double value)
value - allowed object is
     Doublepublic String getCreationOptions()
Stringpublic void setCreationOptions(String value)
value - allowed object is
     String| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||