Uses of Interface
net.opengis.wcs10.SupportedInterpolationsType
Packages that use SupportedInterpolationsType
Package
Description
-
Uses of SupportedInterpolationsType in net.opengis.wcs10
Methods in net.opengis.wcs10 that return SupportedInterpolationsTypeModifier and TypeMethodDescriptionWcs10Factory.createSupportedInterpolationsType()
Returns a new object of class 'Supported Interpolations Type'.CoverageOfferingType.getSupportedInterpolations()
Returns the value of the 'Supported Interpolations' containment reference.DocumentRoot.getSupportedInterpolations()
Returns the value of the 'Supported Interpolations' containment reference.Methods in net.opengis.wcs10 with parameters of type SupportedInterpolationsTypeModifier and TypeMethodDescriptionvoid
CoverageOfferingType.setSupportedInterpolations
(SupportedInterpolationsType value) Sets the value of the 'Supported Interpolations
' containment reference.void
DocumentRoot.setSupportedInterpolations
(SupportedInterpolationsType value) Sets the value of the 'Supported Interpolations
' containment reference. -
Uses of SupportedInterpolationsType in net.opengis.wcs10.impl
Classes in net.opengis.wcs10.impl that implement SupportedInterpolationsTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Supported Interpolations Type'.Fields in net.opengis.wcs10.impl declared as SupportedInterpolationsTypeModifier and TypeFieldDescriptionprotected SupportedInterpolationsType
CoverageOfferingTypeImpl.supportedInterpolations
The cached value of the 'Supported Interpolations
' containment reference.Methods in net.opengis.wcs10.impl that return SupportedInterpolationsTypeModifier and TypeMethodDescriptionWcs10FactoryImpl.createSupportedInterpolationsType()
CoverageOfferingTypeImpl.getSupportedInterpolations()
DocumentRootImpl.getSupportedInterpolations()
Methods in net.opengis.wcs10.impl with parameters of type SupportedInterpolationsTypeModifier and TypeMethodDescriptionNotificationChain
CoverageOfferingTypeImpl.basicSetSupportedInterpolations
(SupportedInterpolationsType newSupportedInterpolations, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetSupportedInterpolations
(SupportedInterpolationsType newSupportedInterpolations, NotificationChain msgs) void
CoverageOfferingTypeImpl.setSupportedInterpolations
(SupportedInterpolationsType newSupportedInterpolations) void
DocumentRootImpl.setSupportedInterpolations
(SupportedInterpolationsType newSupportedInterpolations) -
Uses of SupportedInterpolationsType in net.opengis.wcs10.util
Methods in net.opengis.wcs10.util with parameters of type SupportedInterpolationsTypeModifier and TypeMethodDescriptionWcs10Switch.caseSupportedInterpolationsType
(SupportedInterpolationsType object) Returns the result of interpreting the object as an instance of 'Supported Interpolations Type'. -
Uses of SupportedInterpolationsType in net.opengis.wcs10.validation
Methods in net.opengis.wcs10.validation with parameters of type SupportedInterpolationsTypeModifier and TypeMethodDescriptionboolean
CoverageOfferingTypeValidator.validateSupportedInterpolations
(SupportedInterpolationsType value) boolean
DocumentRootValidator.validateSupportedInterpolations
(SupportedInterpolationsType value)