Uses of Class
com.luciad.ogc.wcs.common.model.TLcdWCSInterpolationMethod
Packages that use TLcdWCSInterpolationMethod
Package
Description
Client API for an OGC Web Coverage Service (WCS).
Model of an OGC Web Coverage Service (WCS), used by the WCS client API in
com.luciad.ogc.wcs.client.
-
Uses of TLcdWCSInterpolationMethod in com.luciad.ogc.wcs.client
Methods in com.luciad.ogc.wcs.client that return TLcdWCSInterpolationMethodModifier and TypeMethodDescriptionTLcdWCSProxy.getInterpolationMethod()
Return the interpolation method with which the coverage is approximated.Methods in com.luciad.ogc.wcs.client with parameters of type TLcdWCSInterpolationMethodModifier and TypeMethodDescriptionvoid
TLcdWCSGetCoverageRequest.setInterpolation
(TLcdWCSInterpolationMethod aInterpolationMethod) Sets the interpolation method for resampling coverage values into the desired output grid.void
TLcdWCSProxy.setInterpolationMethod
(TLcdWCSInterpolationMethod aInterpolationMethod) Sets the interpolation method with which the coverage should be approximated. -
Uses of TLcdWCSInterpolationMethod in com.luciad.ogc.wcs.common.model
Fields in com.luciad.ogc.wcs.common.model declared as TLcdWCSInterpolationMethodModifier and TypeFieldDescriptionstatic final TLcdWCSInterpolationMethod
TLcdWCSInterpolationMethod.BARYCENTRIC
Barycentric interpolation methodstatic final TLcdWCSInterpolationMethod
TLcdWCSInterpolationMethod.BICUBIC
Bicubic interpolation methodstatic final TLcdWCSInterpolationMethod
TLcdWCSInterpolationMethod.BILINEAR
Bilinear interpolation methodstatic final TLcdWCSInterpolationMethod
TLcdWCSInterpolationMethod.LOST_AREA
Lost area interpolation methodstatic final TLcdWCSInterpolationMethod
TLcdWCSInterpolationMethod.NEAREST_NEIGHBOR
Nearest neighbour interpolation methodstatic final TLcdWCSInterpolationMethod
TLcdWCSInterpolationMethod.NONE
No interpolation methodMethods in com.luciad.ogc.wcs.common.model that return TLcdWCSInterpolationMethodModifier and TypeMethodDescriptionTLcdWCSSupportedInterpolations.getDefault()
Gets the default.TLcdWCSSupportedInterpolations.getInterpolationMethod
(int aIndex) Gets the interpolation method at a given position.static TLcdWCSInterpolationMethod
Gets the value corresponding to the string representation or null if none corresponds.Methods in com.luciad.ogc.wcs.common.model with parameters of type TLcdWCSInterpolationMethodModifier and TypeMethodDescriptionvoid
TLcdWCSSupportedInterpolations.addInterpolationMethod
(TLcdWCSInterpolationMethod aInterpolationMethod) Adds an interpolation method.void
TLcdWCSSupportedInterpolations.setDefault
(TLcdWCSInterpolationMethod aDefault) Sets the default.