Package com.luciad.ogc.wcs.common.model
Class TLcdWCSInterpolationMethod
java.lang.Object
com.luciad.ogc.wcs.common.model.TLcdWCSInterpolationMethod
Codes that identify interpolation methods.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdWCSInterpolationMethod
Barycentric interpolation methodstatic final TLcdWCSInterpolationMethod
Bicubic interpolation methodstatic final TLcdWCSInterpolationMethod
Bilinear interpolation methodstatic final TLcdWCSInterpolationMethod
Lost area interpolation methodstatic final TLcdWCSInterpolationMethod
Nearest neighbour interpolation methodstatic final TLcdWCSInterpolationMethod
No interpolation method -
Method Summary
Modifier and TypeMethodDescriptiontoString()
Returns a string representation of the object.static TLcdWCSInterpolationMethod
Gets the value corresponding to the string representation or null if none corresponds.
-
Field Details
-
NEAREST_NEIGHBOR
Nearest neighbour interpolation method -
BILINEAR
Bilinear interpolation method -
BICUBIC
Bicubic interpolation method -
LOST_AREA
Lost area interpolation method -
BARYCENTRIC
Barycentric interpolation method -
NONE
No interpolation method
-
-
Method Details
-
toString
Returns a string representation of the object. -
valueOf
Gets the value corresponding to the string representation or null if none corresponds.- Parameters:
aString
- the string representation.- Returns:
- the corresponding instance or null if none corresponds.
-