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 TypeMethodDescriptionvoidCoverageOfferingType.setDomainSet(DomainSetType value) Sets the value of the 'Domain Set' containment reference.voidDocumentRoot.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 TypeClassDescriptionclassAn implementation of the model object 'Domain Set Type'.Fields in net.opengis.wcs10.impl declared as DomainSetTypeModifier and TypeFieldDescriptionprotected DomainSetTypeCoverageOfferingTypeImpl.domainSetThe 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 TypeMethodDescriptionNotificationChainCoverageOfferingTypeImpl.basicSetDomainSet(DomainSetType newDomainSet, NotificationChain msgs) NotificationChainDocumentRootImpl.basicSetDomainSet(DomainSetType newDomainSet, NotificationChain msgs) voidCoverageOfferingTypeImpl.setDomainSet(DomainSetType newDomainSet) voidDocumentRootImpl.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 TypeMethodDescriptionbooleanCoverageOfferingTypeValidator.validateDomainSet(DomainSetType value) booleanDocumentRootValidator.validateDomainSet(DomainSetType value)