public static final enum

ImageServiceParameters.RSP

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.esri.core.map.ImageServiceParameters.RSP

Class Overview

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

Summary

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

Enum Values

public static final ImageServiceParameters.RSP RSP_BILINEAR_INTERPOLATION

RSP value: RSP_BilinearInterpolation

public static final ImageServiceParameters.RSP RSP_CUBIC_CONVOLUTION

RSP value: RSP_CubicConvolution

public static final ImageServiceParameters.RSP RSP_MAJORITY

RSP value: RSP_Majority

Public Methods

public String toString ()

public static ImageServiceParameters.RSP valueOf (String name)

public static final RSP[] values ()