Uses of Interface
net.opengis.wcs10.DomainSetType
-
Packages that use DomainSetType Package Description net.opengis.wcs10 net.opengis.wcs10.impl net.opengis.wcs10.util net.opengis.wcs10.validation -
-
Uses of DomainSetType in net.opengis.wcs10
Methods in net.opengis.wcs10 that return DomainSetType Modifier and Type Method Description DomainSetTypeWcs10Factory. createDomainSetType()Returns a new object of class 'Domain Set Type'.DomainSetTypeCoverageOfferingType. getDomainSet()Returns the value of the 'Domain Set' containment reference.DomainSetTypeDocumentRoot. getDomainSet()Returns the value of the 'Domain Set' containment reference.Methods in net.opengis.wcs10 with parameters of type DomainSetType Modifier and Type Method Description voidCoverageOfferingType. 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 DomainSetType Modifier and Type Class Description classDomainSetTypeImplAn implementation of the model object 'Domain Set Type'.Fields in net.opengis.wcs10.impl declared as DomainSetType Modifier and Type Field Description protected DomainSetTypeCoverageOfferingTypeImpl. domainSetThe cached value of the 'Domain Set' containment reference.Methods in net.opengis.wcs10.impl that return DomainSetType Modifier and Type Method Description DomainSetTypeWcs10FactoryImpl. createDomainSetType()DomainSetTypeCoverageOfferingTypeImpl. getDomainSet()DomainSetTypeDocumentRootImpl. getDomainSet()Methods in net.opengis.wcs10.impl with parameters of type DomainSetType Modifier and Type Method Description NotificationChainCoverageOfferingTypeImpl. 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 DomainSetType Modifier and Type Method Description ObjectWcs10Switch. 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 DomainSetType Modifier and Type Method Description booleanCoverageOfferingTypeValidator. validateDomainSet(DomainSetType value)booleanDocumentRootValidator. validateDomainSet(DomainSetType value)
-