Uses of Interface
net.opengis.wcs11.SpatialDomainType
Packages that use SpatialDomainType
Package
Description
-
Uses of SpatialDomainType in net.opengis.wcs11
Methods in net.opengis.wcs11 that return SpatialDomainTypeModifier and TypeMethodDescriptionWcs111Factory.createSpatialDomainType()
Returns a new object of class 'Spatial Domain Type'.Wcs11Factory.createSpatialDomainType()
Returns a new object of class 'Spatial Domain Type'.CoverageDomainType.getSpatialDomain()
Returns the value of the 'Spatial Domain' containment reference.Methods in net.opengis.wcs11 with parameters of type SpatialDomainTypeModifier and TypeMethodDescriptionvoid
CoverageDomainType.setSpatialDomain
(SpatialDomainType value) Sets the value of the 'Spatial Domain
' containment reference. -
Uses of SpatialDomainType in net.opengis.wcs11.impl
Classes in net.opengis.wcs11.impl that implement SpatialDomainTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Spatial Domain Type'.Fields in net.opengis.wcs11.impl declared as SpatialDomainTypeModifier and TypeFieldDescriptionprotected SpatialDomainType
CoverageDomainTypeImpl.spatialDomain
The cached value of the 'Spatial Domain
' containment reference.Methods in net.opengis.wcs11.impl that return SpatialDomainTypeModifier and TypeMethodDescriptionWcs111FactoryImpl.createSpatialDomainType()
Wcs11FactoryImpl.createSpatialDomainType()
CoverageDomainTypeImpl.getSpatialDomain()
Methods in net.opengis.wcs11.impl with parameters of type SpatialDomainTypeModifier and TypeMethodDescriptionNotificationChain
CoverageDomainTypeImpl.basicSetSpatialDomain
(SpatialDomainType newSpatialDomain, NotificationChain msgs) void
CoverageDomainTypeImpl.setSpatialDomain
(SpatialDomainType newSpatialDomain) -
Uses of SpatialDomainType in net.opengis.wcs11.util
Methods in net.opengis.wcs11.util with parameters of type SpatialDomainTypeModifier and TypeMethodDescriptionWcs111Switch.caseSpatialDomainType
(SpatialDomainType object) Returns the result of interpreting the object as an instance of 'Spatial Domain Type'.Wcs11Switch.caseSpatialDomainType
(SpatialDomainType object) Returns the result of interpreting the object as an instance of 'Spatial Domain Type'.boolean
Wcs111Validator.validateSpatialDomainType
(SpatialDomainType spatialDomainType, DiagnosticChain diagnostics, Map context) boolean
Wcs11Validator.validateSpatialDomainType
(SpatialDomainType spatialDomainType, DiagnosticChain diagnostics, Map context) -
Uses of SpatialDomainType in net.opengis.wcs11.validation
Methods in net.opengis.wcs11.validation with parameters of type SpatialDomainTypeModifier and TypeMethodDescriptionboolean
CoverageDomainTypeValidator.validateSpatialDomain
(SpatialDomainType value)