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 TypeMethodDescriptionvoid
DocumentRoot.setInterpolationMethods
(InterpolationMethodsType value) Sets the value of the 'Interpolation Methods
' containment reference.void
FieldType.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 TypeClassDescriptionclass
An implementation of the model object 'Interpolation Methods Type'.Fields in net.opengis.wcs11.impl declared as InterpolationMethodsTypeModifier and TypeFieldDescriptionprotected InterpolationMethodsType
FieldTypeImpl.interpolationMethods
The 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 TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetInterpolationMethods
(InterpolationMethodsType newInterpolationMethods, NotificationChain msgs) NotificationChain
FieldTypeImpl.basicSetInterpolationMethods
(InterpolationMethodsType newInterpolationMethods, NotificationChain msgs) void
DocumentRootImpl.setInterpolationMethods
(InterpolationMethodsType newInterpolationMethods) void
FieldTypeImpl.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'.boolean
Wcs111Validator.validateInterpolationMethodsType
(InterpolationMethodsType interpolationMethodsType, DiagnosticChain diagnostics, Map context) boolean
Wcs11Validator.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 TypeMethodDescriptionboolean
DocumentRootValidator.validateInterpolationMethods
(InterpolationMethodsType value) boolean
FieldTypeValidator.validateInterpolationMethods
(InterpolationMethodsType value)