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 TLcdWCSInterpolationMethodBarycentric interpolation methodstatic final TLcdWCSInterpolationMethodBicubic interpolation methodstatic final TLcdWCSInterpolationMethodBilinear interpolation methodstatic final TLcdWCSInterpolationMethodLost area interpolation methodstatic final TLcdWCSInterpolationMethodNearest neighbour interpolation methodstatic final TLcdWCSInterpolationMethodNo interpolation method -
Method Summary
Modifier and TypeMethodDescriptiontoString()Returns a string representation of the object.static TLcdWCSInterpolationMethodGets 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.
-