|
|||||||||
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.3}esriRasterCompressionType"/> <element name="PyramidLevel" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="PyramidResampleType" type="{http://www.esri.com/schemas/ArcGIS/10.3}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.3}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,
java.lang.Boolean tiled,
int tileHeight,
int tileWidth,
Point origin,
java.lang.Double cellSizeX,
java.lang.Double cellSizeY,
java.lang.String creationOptions)
Deprecated. |
Method Summary | |
---|---|
java.lang.Double |
getCellSizeX()
Gets the value of the cellSizeX property. |
java.lang.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. |
java.lang.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. |
java.lang.Boolean |
getTiled()
Indicates if output raster dataset should be tiled if applicable. |
int |
getTileHeight()
The raster storage tile height. |
int |
getTileWidth()
The raster storage tile width. |
java.lang.Boolean |
isTiled()
Indicates if output raster dataset should be tiled if applicable. |
void |
setCellSizeX(java.lang.Double value)
Sets the value of the cellSizeX property. |
void |
setCellSizeY(java.lang.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(java.lang.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(java.lang.Boolean value)
Indicates if output raster dataset should be tiled if applicable. |
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, java.lang.Boolean tiled, int tileHeight, int tileWidth, Point origin, java.lang.Double cellSizeX, java.lang.Double cellSizeY, java.lang.String creationOptions)
public RasterStorageDef()
Method Detail |
---|
public int getCompressionQuality()
public void setCompressionQuality(int value)
public EsriRasterCompressionType getCompressionType()
EsriRasterCompressionType
public void setCompressionType(EsriRasterCompressionType value)
value
- allowed object is
EsriRasterCompressionType
public int getPyramidLevel()
public void setPyramidLevel(int value)
public RstResamplingTypes getPyramidResampleType()
RstResamplingTypes
public void setPyramidResampleType(RstResamplingTypes value)
value
- allowed object is
RstResamplingTypes
public java.lang.Boolean getTiled()
Boolean
public java.lang.Boolean isTiled()
public void setTiled(java.lang.Boolean value)
value
- allowed object is
Boolean
public int getTileHeight()
public void setTileHeight(int value)
public int getTileWidth()
public void setTileWidth(int value)
public Point getOrigin()
Point
public void setOrigin(Point value)
value
- allowed object is
Point
public java.lang.Double getCellSizeX()
Double
public void setCellSizeX(java.lang.Double value)
value
- allowed object is
Double
public java.lang.Double getCellSizeY()
Double
public void setCellSizeY(java.lang.Double value)
value
- allowed object is
Double
public java.lang.String getCreationOptions()
String
public void setCreationOptions(java.lang.String value)
value
- allowed object is
String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |