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 DomainSetType
Wcs10Factory. createDomainSetType()
Returns a new object of class 'Domain Set Type'.DomainSetType
CoverageOfferingType. getDomainSet()
Returns the value of the 'Domain Set' containment reference.DomainSetType
DocumentRoot. 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 void
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 DomainSetType Modifier and Type Class Description class
DomainSetTypeImpl
An implementation of the model object 'Domain Set Type'.Fields in net.opengis.wcs10.impl declared as DomainSetType Modifier and Type Field Description protected DomainSetType
CoverageOfferingTypeImpl. domainSet
The cached value of the 'Domain Set
' containment reference.Methods in net.opengis.wcs10.impl that return DomainSetType Modifier and Type Method Description DomainSetType
Wcs10FactoryImpl. createDomainSetType()
DomainSetType
CoverageOfferingTypeImpl. getDomainSet()
DomainSetType
DocumentRootImpl. getDomainSet()
Methods in net.opengis.wcs10.impl with parameters of type DomainSetType Modifier and Type Method Description NotificationChain
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 DomainSetType Modifier and Type Method Description Object
Wcs10Switch. 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 boolean
CoverageOfferingTypeValidator. validateDomainSet(DomainSetType value)
boolean
DocumentRootValidator. validateDomainSet(DomainSetType value)
-