Uses of Interface
net.opengis.wcs11.InterpolationMethodBaseType
-
Packages that use InterpolationMethodBaseType Package Description net.opengis.wcs11 net.opengis.wcs11.impl net.opengis.wcs11.util -
-
Uses of InterpolationMethodBaseType in net.opengis.wcs11
Subinterfaces of InterpolationMethodBaseType in net.opengis.wcs11 Modifier and Type Interface Description interfaceInterpolationMethodTypeA representation of the model object 'Interpolation Method Type'.Methods in net.opengis.wcs11 that return InterpolationMethodBaseType Modifier and Type Method Description InterpolationMethodBaseTypeWcs111Factory. createInterpolationMethodBaseType()Returns a new object of class 'Interpolation Method Base Type'.InterpolationMethodBaseTypeWcs11Factory. createInterpolationMethodBaseType()Returns a new object of class 'Interpolation Method Base Type'. -
Uses of InterpolationMethodBaseType in net.opengis.wcs11.impl
Classes in net.opengis.wcs11.impl that implement InterpolationMethodBaseType Modifier and Type Class Description classInterpolationMethodBaseTypeImplAn implementation of the model object 'Interpolation Method Base Type'.classInterpolationMethodTypeImplAn implementation of the model object 'Interpolation Method Type'.Methods in net.opengis.wcs11.impl that return InterpolationMethodBaseType Modifier and Type Method Description InterpolationMethodBaseTypeWcs111FactoryImpl. createInterpolationMethodBaseType()InterpolationMethodBaseTypeWcs11FactoryImpl. createInterpolationMethodBaseType() -
Uses of InterpolationMethodBaseType in net.opengis.wcs11.util
Methods in net.opengis.wcs11.util with parameters of type InterpolationMethodBaseType Modifier and Type Method Description ObjectWcs111Switch. caseInterpolationMethodBaseType(InterpolationMethodBaseType object)Returns the result of interpreting the object as an instance of 'Interpolation Method Base Type'.ObjectWcs11Switch. caseInterpolationMethodBaseType(InterpolationMethodBaseType object)Returns the result of interpreting the object as an instance of 'Interpolation Method Base Type'.booleanWcs111Validator. validateInterpolationMethodBaseType(InterpolationMethodBaseType interpolationMethodBaseType, DiagnosticChain diagnostics, Map context)booleanWcs11Validator. validateInterpolationMethodBaseType(InterpolationMethodBaseType interpolationMethodBaseType, DiagnosticChain diagnostics, Map context)
-