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 DomainSubsetTypeWcs111Factory. createDomainSubsetType()Returns a new object of class 'Domain Subset Type'.DomainSubsetTypeWcs11Factory. createDomainSubsetType()Returns a new object of class 'Domain Subset Type'.DomainSubsetTypeGetCoverageType. 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 voidGetCoverageType. 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 classDomainSubsetTypeImplAn implementation of the model object 'Domain Subset Type'.Fields in net.opengis.wcs11.impl declared as DomainSubsetType Modifier and Type Field Description protected DomainSubsetTypeGetCoverageTypeImpl. domainSubsetThe cached value of the 'Domain Subset' containment reference.Methods in net.opengis.wcs11.impl that return DomainSubsetType Modifier and Type Method Description DomainSubsetTypeWcs111FactoryImpl. createDomainSubsetType()DomainSubsetTypeWcs11FactoryImpl. createDomainSubsetType()DomainSubsetTypeGetCoverageTypeImpl. getDomainSubset()Methods in net.opengis.wcs11.impl with parameters of type DomainSubsetType Modifier and Type Method Description NotificationChainGetCoverageTypeImpl. basicSetDomainSubset(DomainSubsetType newDomainSubset, NotificationChain msgs)voidGetCoverageTypeImpl. 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 ObjectWcs111Switch. caseDomainSubsetType(DomainSubsetType object)Returns the result of interpreting the object as an instance of 'Domain Subset Type'.ObjectWcs11Switch. caseDomainSubsetType(DomainSubsetType object)Returns the result of interpreting the object as an instance of 'Domain Subset Type'.booleanWcs111Validator. validateDomainSubsetType(DomainSubsetType domainSubsetType, DiagnosticChain diagnostics, Map context)booleanWcs11Validator. 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 booleanGetCoverageTypeValidator. validateDomainSubset(DomainSubsetType value)
-