Uses of Interface
net.opengis.wcs10.DomainSetType
Packages that use DomainSetType
Package
Description
-
Uses of DomainSetType in net.opengis.wcs10
Methods in net.opengis.wcs10 that return DomainSetTypeModifier and TypeMethodDescriptionWcs10Factory.createDomainSetType()
Returns a new object of class 'Domain Set Type'.CoverageOfferingType.getDomainSet()
Returns the value of the 'Domain Set' containment reference.DocumentRoot.getDomainSet()
Returns the value of the 'Domain Set' containment reference.Methods in net.opengis.wcs10 with parameters of type DomainSetTypeModifier and TypeMethodDescriptionvoid
CoverageOfferingType.setDomainSet
(DomainSetType value) Sets the value of the 'Domain Set
' containment reference.void
DocumentRoot.setDomainSet
(DomainSetType value) Sets the value of the 'Domain Set
' containment reference. -
Uses of DomainSetType in net.opengis.wcs10.impl
Classes in net.opengis.wcs10.impl that implement DomainSetTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Domain Set Type'.Fields in net.opengis.wcs10.impl declared as DomainSetTypeModifier and TypeFieldDescriptionprotected DomainSetType
CoverageOfferingTypeImpl.domainSet
The cached value of the 'Domain Set
' containment reference.Methods in net.opengis.wcs10.impl that return DomainSetTypeModifier and TypeMethodDescriptionWcs10FactoryImpl.createDomainSetType()
CoverageOfferingTypeImpl.getDomainSet()
DocumentRootImpl.getDomainSet()
Methods in net.opengis.wcs10.impl with parameters of type DomainSetTypeModifier and TypeMethodDescriptionNotificationChain
CoverageOfferingTypeImpl.basicSetDomainSet
(DomainSetType newDomainSet, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetDomainSet
(DomainSetType newDomainSet, NotificationChain msgs) void
CoverageOfferingTypeImpl.setDomainSet
(DomainSetType newDomainSet) void
DocumentRootImpl.setDomainSet
(DomainSetType newDomainSet) -
Uses of DomainSetType in net.opengis.wcs10.util
Methods in net.opengis.wcs10.util with parameters of type DomainSetTypeModifier and TypeMethodDescriptionWcs10Switch.caseDomainSetType
(DomainSetType object) Returns the result of interpreting the object as an instance of 'Domain Set Type'. -
Uses of DomainSetType in net.opengis.wcs10.validation
Methods in net.opengis.wcs10.validation with parameters of type DomainSetTypeModifier and TypeMethodDescriptionboolean
CoverageOfferingTypeValidator.validateDomainSet
(DomainSetType value) boolean
DocumentRootValidator.validateDomainSet
(DomainSetType value)