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