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 InterpolationMethodType
Wcs111Factory. createInterpolationMethodType()
Returns a new object of class 'Interpolation Method Type'.InterpolationMethodType
Wcs11Factory. 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 class
InterpolationMethodTypeImpl
An implementation of the model object 'Interpolation Method Type'.Methods in net.opengis.wcs11.impl that return InterpolationMethodType Modifier and Type Method Description InterpolationMethodType
Wcs111FactoryImpl. createInterpolationMethodType()
InterpolationMethodType
Wcs11FactoryImpl. 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 Object
Wcs111Switch. caseInterpolationMethodType(InterpolationMethodType object)
Returns the result of interpreting the object as an instance of 'Interpolation Method Type'.Object
Wcs11Switch. caseInterpolationMethodType(InterpolationMethodType object)
Returns the result of interpreting the object as an instance of 'Interpolation Method Type'.boolean
Wcs111Validator. validateInterpolationMethodType(InterpolationMethodType interpolationMethodType, DiagnosticChain diagnostics, Map context)
boolean
Wcs11Validator. validateInterpolationMethodType(InterpolationMethodType interpolationMethodType, DiagnosticChain diagnostics, Map context)
-