Uses of Interface
net.opengis.wcs11.InterpolationMethodType
-
Packages that use InterpolationMethodType Package Description net.opengis.wcs11 net.opengis.wcs11.impl net.opengis.wcs11.util -
-
Uses of InterpolationMethodType in net.opengis.wcs11
Methods in net.opengis.wcs11 that return InterpolationMethodType Modifier and Type Method Description InterpolationMethodTypeWcs111Factory. createInterpolationMethodType()Returns a new object of class 'Interpolation Method Type'.InterpolationMethodTypeWcs11Factory. createInterpolationMethodType()Returns a new object of class 'Interpolation Method Type'. -
Uses of InterpolationMethodType in net.opengis.wcs11.impl
Classes in net.opengis.wcs11.impl that implement InterpolationMethodType Modifier and Type Class Description classInterpolationMethodTypeImplAn implementation of the model object 'Interpolation Method Type'.Methods in net.opengis.wcs11.impl that return InterpolationMethodType Modifier and Type Method Description InterpolationMethodTypeWcs111FactoryImpl. createInterpolationMethodType()InterpolationMethodTypeWcs11FactoryImpl. createInterpolationMethodType() -
Uses of InterpolationMethodType in net.opengis.wcs11.util
Methods in net.opengis.wcs11.util with parameters of type InterpolationMethodType Modifier and Type Method Description ObjectWcs111Switch. caseInterpolationMethodType(InterpolationMethodType object)Returns the result of interpreting the object as an instance of 'Interpolation Method Type'.ObjectWcs11Switch. caseInterpolationMethodType(InterpolationMethodType object)Returns the result of interpreting the object as an instance of 'Interpolation Method Type'.booleanWcs111Validator. validateInterpolationMethodType(InterpolationMethodType interpolationMethodType, DiagnosticChain diagnostics, Map context)booleanWcs11Validator. validateInterpolationMethodType(InterpolationMethodType interpolationMethodType, DiagnosticChain diagnostics, Map context)
-