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 TypeMethodDescriptionvoidCoverageOfferingType.setSupportedInterpolations(SupportedInterpolationsType value) Sets the value of the 'Supported Interpolations' containment reference.voidDocumentRoot.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 TypeClassDescriptionclassAn implementation of the model object 'Supported Interpolations Type'.Fields in net.opengis.wcs10.impl declared as SupportedInterpolationsTypeModifier and TypeFieldDescriptionprotected SupportedInterpolationsTypeCoverageOfferingTypeImpl.supportedInterpolationsThe 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 TypeMethodDescriptionNotificationChainCoverageOfferingTypeImpl.basicSetSupportedInterpolations(SupportedInterpolationsType newSupportedInterpolations, NotificationChain msgs) NotificationChainDocumentRootImpl.basicSetSupportedInterpolations(SupportedInterpolationsType newSupportedInterpolations, NotificationChain msgs) voidCoverageOfferingTypeImpl.setSupportedInterpolations(SupportedInterpolationsType newSupportedInterpolations) voidDocumentRootImpl.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 TypeMethodDescriptionbooleanCoverageOfferingTypeValidator.validateSupportedInterpolations(SupportedInterpolationsType value) booleanDocumentRootValidator.validateSupportedInterpolations(SupportedInterpolationsType value)