Uses of Interface
net.opengis.wcs11.InterpolationMethodsType
-
Packages that use InterpolationMethodsType Package Description net.opengis.wcs11 net.opengis.wcs11.impl net.opengis.wcs11.util net.opengis.wcs11.validation -
-
Uses of InterpolationMethodsType in net.opengis.wcs11
Methods in net.opengis.wcs11 that return InterpolationMethodsType Modifier and Type Method Description InterpolationMethodsTypeWcs111Factory. createInterpolationMethodsType()Returns a new object of class 'Interpolation Methods Type'.InterpolationMethodsTypeWcs11Factory. createInterpolationMethodsType()Returns a new object of class 'Interpolation Methods Type'.InterpolationMethodsTypeDocumentRoot. getInterpolationMethods()Returns the value of the 'Interpolation Methods' containment reference.InterpolationMethodsTypeFieldType. getInterpolationMethods()Returns the value of the 'Interpolation Methods' containment reference.Methods in net.opengis.wcs11 with parameters of type InterpolationMethodsType Modifier and Type Method Description voidDocumentRoot. setInterpolationMethods(InterpolationMethodsType value)Sets the value of the 'Interpolation Methods' containment reference.voidFieldType. setInterpolationMethods(InterpolationMethodsType value)Sets the value of the 'Interpolation Methods' containment reference. -
Uses of InterpolationMethodsType in net.opengis.wcs11.impl
Classes in net.opengis.wcs11.impl that implement InterpolationMethodsType Modifier and Type Class Description classInterpolationMethodsTypeImplAn implementation of the model object 'Interpolation Methods Type'.Fields in net.opengis.wcs11.impl declared as InterpolationMethodsType Modifier and Type Field Description protected InterpolationMethodsTypeFieldTypeImpl. interpolationMethodsThe cached value of the 'Interpolation Methods' containment reference.Methods in net.opengis.wcs11.impl that return InterpolationMethodsType Modifier and Type Method Description InterpolationMethodsTypeWcs111FactoryImpl. createInterpolationMethodsType()InterpolationMethodsTypeWcs11FactoryImpl. createInterpolationMethodsType()InterpolationMethodsTypeDocumentRootImpl. getInterpolationMethods()InterpolationMethodsTypeFieldTypeImpl. getInterpolationMethods()Methods in net.opengis.wcs11.impl with parameters of type InterpolationMethodsType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetInterpolationMethods(InterpolationMethodsType newInterpolationMethods, NotificationChain msgs)NotificationChainFieldTypeImpl. basicSetInterpolationMethods(InterpolationMethodsType newInterpolationMethods, NotificationChain msgs)voidDocumentRootImpl. setInterpolationMethods(InterpolationMethodsType newInterpolationMethods)voidFieldTypeImpl. setInterpolationMethods(InterpolationMethodsType newInterpolationMethods) -
Uses of InterpolationMethodsType in net.opengis.wcs11.util
Methods in net.opengis.wcs11.util with parameters of type InterpolationMethodsType Modifier and Type Method Description ObjectWcs111Switch. caseInterpolationMethodsType(InterpolationMethodsType object)Returns the result of interpreting the object as an instance of 'Interpolation Methods Type'.ObjectWcs11Switch. caseInterpolationMethodsType(InterpolationMethodsType object)Returns the result of interpreting the object as an instance of 'Interpolation Methods Type'.booleanWcs111Validator. validateInterpolationMethodsType(InterpolationMethodsType interpolationMethodsType, DiagnosticChain diagnostics, Map context)booleanWcs11Validator. validateInterpolationMethodsType(InterpolationMethodsType interpolationMethodsType, DiagnosticChain diagnostics, Map context) -
Uses of InterpolationMethodsType in net.opengis.wcs11.validation
Methods in net.opengis.wcs11.validation with parameters of type InterpolationMethodsType Modifier and Type Method Description booleanDocumentRootValidator. validateInterpolationMethods(InterpolationMethodsType value)booleanFieldTypeValidator. validateInterpolationMethods(InterpolationMethodsType value)
-