|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.core.map.ImageServiceParameters
public class ImageServiceParameters
Represents the image service parameter options used in the ArcGISImageServiceLayer.
Nested Class Summary | |
---|---|
static class |
ImageServiceParameters.IMAGE_FORMAT
The format of the exported image. |
static class |
ImageServiceParameters.PIXEL_TYPE
The pixel type, also known as data type, pertains to the type of values stored in the raster, such as signed integer, unsigned integer, or floating point. |
static class |
ImageServiceParameters.RSP
The resampling process of extrapolating the pixel values while transforming the raster dataset when it undergoes warping or when it changes coordinate space. |
Constructor Summary | |
---|---|
ImageServiceParameters()
Instantiates an object of ImageServiceParameters. |
|
ImageServiceParameters(ImageServiceParameters params)
Copies the properties from the given ImageServiceParameter to the current instance. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
int[] |
getBandIds()
Gets the bandIds of the ImageServiceParameters. |
int |
getCompressionQuality()
Gets the compressionQuality of the ImageServiceParameters. |
ImageServiceParameters.IMAGE_FORMAT |
getFormat()
Gets the format of the exported image. |
ImageServiceParameters.RSP |
getInterpolation()
Gets the interpolation of the ImageServiceParameters. |
MosaicRule |
getMosaicRule()
Gets the mosaicRule of the ImageServiceParameters. |
int |
getNoData()
Gets the pixel value representing no information. |
ImageServiceParameters.PIXEL_TYPE |
getPixelType()
Gets the pixelType of the ImageServiceParameters. |
RasterFunction |
getRenderingRule()
Gets the renderingRule of the ImageServiceParameters. |
int |
hashCode()
|
void |
setBandIds(int[] bandIds)
Sets the bandIds of the ImageServiceParameters. |
void |
setCompressionQuality(int compressionQuality)
Sets the compressionQuality of the ImageServiceParameters. |
void |
setFormat(ImageServiceParameters.IMAGE_FORMAT format)
Sets the format of the exported image. |
void |
setInterpolation(ImageServiceParameters.RSP interpolation)
Sets the interpolation of the ImageServiceParameters. |
void |
setMosaicRule(MosaicRule mosaicRule)
Sets the mosaicRule of the ImageServiceParameters. |
void |
setNoData(int noData)
Sets the pixel value representing no information. |
void |
setPixelType(ImageServiceParameters.PIXEL_TYPE pixelType)
Sets the pixelType of the ImageServiceParameters. |
void |
setRenderingRule(RasterFunction renderingRule)
Sets the renderingRule of the ImageServiceParameters. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ImageServiceParameters()
public ImageServiceParameters(ImageServiceParameters params)
params
- the ImageServiceParameter to copy from.Method Detail |
---|
public ImageServiceParameters.IMAGE_FORMAT getFormat()
public void setFormat(ImageServiceParameters.IMAGE_FORMAT format)
format
- The format to set.public ImageServiceParameters.PIXEL_TYPE getPixelType()
public void setPixelType(ImageServiceParameters.PIXEL_TYPE pixelType)
pixelType
- The pixelType to set.public int getNoData()
public void setNoData(int noData)
noData
- The noData to set.public ImageServiceParameters.RSP getInterpolation()
public void setInterpolation(ImageServiceParameters.RSP interpolation)
interpolation
- The interpolation to set.public int getCompressionQuality()
public void setCompressionQuality(int compressionQuality)
compressionQuality
- The compressionQuality to set.public int[] getBandIds()
public void setBandIds(int[] bandIds)
bandIds
- The bandIds to set.public MosaicRule getMosaicRule()
public void setMosaicRule(MosaicRule mosaicRule)
mosaicRule
- The mosaicRule to set.public RasterFunction getRenderingRule()
public void setRenderingRule(RasterFunction renderingRule)
renderingRule
- The renderingRule to set.public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |