Uses of Interface
net.opengis.wcs11.DomainSubsetType
-
Packages that use DomainSubsetType Package Description net.opengis.wcs11 net.opengis.wcs11.impl net.opengis.wcs11.util net.opengis.wcs11.validation -
-
Uses of DomainSubsetType in net.opengis.wcs11
Methods in net.opengis.wcs11 that return DomainSubsetType Modifier and Type Method Description DomainSubsetType
Wcs111Factory. createDomainSubsetType()
Returns a new object of class 'Domain Subset Type'.DomainSubsetType
Wcs11Factory. 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.wcs11 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.wcs11.impl
Classes in net.opengis.wcs11.impl that implement DomainSubsetType Modifier and Type Class Description class
DomainSubsetTypeImpl
An implementation of the model object 'Domain Subset Type'.Fields in net.opengis.wcs11.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.wcs11.impl that return DomainSubsetType Modifier and Type Method Description DomainSubsetType
Wcs111FactoryImpl. createDomainSubsetType()
DomainSubsetType
Wcs11FactoryImpl. createDomainSubsetType()
DomainSubsetType
GetCoverageTypeImpl. getDomainSubset()
Methods in net.opengis.wcs11.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.wcs11.util
Methods in net.opengis.wcs11.util with parameters of type DomainSubsetType Modifier and Type Method Description Object
Wcs111Switch. caseDomainSubsetType(DomainSubsetType object)
Returns the result of interpreting the object as an instance of 'Domain Subset Type'.Object
Wcs11Switch. caseDomainSubsetType(DomainSubsetType object)
Returns the result of interpreting the object as an instance of 'Domain Subset Type'.boolean
Wcs111Validator. validateDomainSubsetType(DomainSubsetType domainSubsetType, DiagnosticChain diagnostics, Map context)
boolean
Wcs11Validator. validateDomainSubsetType(DomainSubsetType domainSubsetType, DiagnosticChain diagnostics, Map context)
-
Uses of DomainSubsetType in net.opengis.wcs11.validation
Methods in net.opengis.wcs11.validation with parameters of type DomainSubsetType Modifier and Type Method Description boolean
GetCoverageTypeValidator. validateDomainSubset(DomainSubsetType value)
-