Uses of Interface
net.opengis.wcs10.DomainSubsetType
-
Packages that use DomainSubsetType Package Description net.opengis.wcs10 net.opengis.wcs10.impl net.opengis.wcs10.util net.opengis.wcs10.validation -
-
Uses of DomainSubsetType in net.opengis.wcs10
Methods in net.opengis.wcs10 that return DomainSubsetType Modifier and Type Method Description DomainSubsetType
Wcs10Factory. createDomainSubsetType()
Returns a new object of class 'Domain Subset Type'.DomainSubsetType
GetCoverageType. getDomainSubset()
Returns the value of the 'Domain Subset' containment reference.Methods in net.opengis.wcs10 with parameters of type DomainSubsetType Modifier and Type Method Description void
GetCoverageType. setDomainSubset(DomainSubsetType value)
Sets the value of the 'Domain Subset
' containment reference. -
Uses of DomainSubsetType in net.opengis.wcs10.impl
Classes in net.opengis.wcs10.impl that implement DomainSubsetType Modifier and Type Class Description class
DomainSubsetTypeImpl
An implementation of the model object 'Domain Subset Type'.Fields in net.opengis.wcs10.impl declared as DomainSubsetType Modifier and Type Field Description protected DomainSubsetType
GetCoverageTypeImpl. domainSubset
The cached value of the 'Domain Subset
' containment reference.Methods in net.opengis.wcs10.impl that return DomainSubsetType Modifier and Type Method Description DomainSubsetType
Wcs10FactoryImpl. createDomainSubsetType()
DomainSubsetType
GetCoverageTypeImpl. getDomainSubset()
Methods in net.opengis.wcs10.impl with parameters of type DomainSubsetType Modifier and Type Method Description NotificationChain
GetCoverageTypeImpl. basicSetDomainSubset(DomainSubsetType newDomainSubset, NotificationChain msgs)
void
GetCoverageTypeImpl. setDomainSubset(DomainSubsetType newDomainSubset)
-
Uses of DomainSubsetType in net.opengis.wcs10.util
Methods in net.opengis.wcs10.util with parameters of type DomainSubsetType Modifier and Type Method Description Object
Wcs10Switch. caseDomainSubsetType(DomainSubsetType object)
Returns the result of interpreting the object as an instance of 'Domain Subset Type'. -
Uses of DomainSubsetType in net.opengis.wcs10.validation
Methods in net.opengis.wcs10.validation with parameters of type DomainSubsetType Modifier and Type Method Description boolean
GetCoverageTypeValidator. validateDomainSubset(DomainSubsetType value)
-