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 TypeMethodDescriptionvoidTLcdWCSGetCoverageRequest.setInterpolation(TLcdWCSInterpolationMethod aInterpolationMethod) Sets the interpolation method for resampling coverage values into the desired output grid.voidTLcdWCSProxy.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 TLcdWCSInterpolationMethodTLcdWCSInterpolationMethod.BARYCENTRICBarycentric interpolation methodstatic final TLcdWCSInterpolationMethodTLcdWCSInterpolationMethod.BICUBICBicubic interpolation methodstatic final TLcdWCSInterpolationMethodTLcdWCSInterpolationMethod.BILINEARBilinear interpolation methodstatic final TLcdWCSInterpolationMethodTLcdWCSInterpolationMethod.LOST_AREALost area interpolation methodstatic final TLcdWCSInterpolationMethodTLcdWCSInterpolationMethod.NEAREST_NEIGHBORNearest neighbour interpolation methodstatic final TLcdWCSInterpolationMethodTLcdWCSInterpolationMethod.NONENo 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 TLcdWCSInterpolationMethodGets 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 TypeMethodDescriptionvoidTLcdWCSSupportedInterpolations.addInterpolationMethod(TLcdWCSInterpolationMethod aInterpolationMethod) Adds an interpolation method.voidTLcdWCSSupportedInterpolations.setDefault(TLcdWCSInterpolationMethod aDefault) Sets the default.