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
FieldsModifier 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.