| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.esri.core.map.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.
Values: RSP_BilinearInterpolation | RSP_CubicConvolution | RSP_Majority
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ImageServiceParameters.RSP | RSP_BILINEAR_INTERPOLATION | RSP value: RSP_BilinearInterpolation | |||||||||
| ImageServiceParameters.RSP | RSP_CUBIC_CONVOLUTION | RSP value: RSP_CubicConvolution | |||||||||
| ImageServiceParameters.RSP | RSP_MAJORITY | RSP value: RSP_Majority | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | toString() | ||||||||||
| static ImageServiceParameters.RSP | valueOf(String name) | ||||||||||
| final static RSP[] | values() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
RSP value: RSP_BilinearInterpolation
RSP value: RSP_CubicConvolution