Uses of Interface
net.opengis.wcs11.InterpolationMethodsType
Packages that use InterpolationMethodsType
Package
Description
-
Uses of InterpolationMethodsType in net.opengis.wcs11
Methods in net.opengis.wcs11 that return InterpolationMethodsTypeModifier and TypeMethodDescriptionWcs111Factory.createInterpolationMethodsType()Returns a new object of class 'Interpolation Methods Type'.Wcs11Factory.createInterpolationMethodsType()Returns a new object of class 'Interpolation Methods Type'.DocumentRoot.getInterpolationMethods()Returns the value of the 'Interpolation Methods' containment reference.FieldType.getInterpolationMethods()Returns the value of the 'Interpolation Methods' containment reference.Methods in net.opengis.wcs11 with parameters of type InterpolationMethodsTypeModifier and TypeMethodDescriptionvoidDocumentRoot.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 InterpolationMethodsTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Interpolation Methods Type'.Fields in net.opengis.wcs11.impl declared as InterpolationMethodsTypeModifier and TypeFieldDescriptionprotected InterpolationMethodsTypeFieldTypeImpl.interpolationMethodsThe cached value of the 'Interpolation Methods' containment reference.Methods in net.opengis.wcs11.impl that return InterpolationMethodsTypeModifier and TypeMethodDescriptionWcs111FactoryImpl.createInterpolationMethodsType()Wcs11FactoryImpl.createInterpolationMethodsType()DocumentRootImpl.getInterpolationMethods()FieldTypeImpl.getInterpolationMethods()Methods in net.opengis.wcs11.impl with parameters of type InterpolationMethodsTypeModifier and TypeMethodDescriptionNotificationChainDocumentRootImpl.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 InterpolationMethodsTypeModifier and TypeMethodDescriptionWcs111Switch.caseInterpolationMethodsType(InterpolationMethodsType object) Returns the result of interpreting the object as an instance of 'Interpolation Methods Type'.Wcs11Switch.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 InterpolationMethodsTypeModifier and TypeMethodDescriptionbooleanDocumentRootValidator.validateInterpolationMethods(InterpolationMethodsType value) booleanFieldTypeValidator.validateInterpolationMethods(InterpolationMethodsType value)