Uses of Interface
net.opengis.wcs10.SpatialDomainType
Packages that use SpatialDomainType
Package
Description
-
Uses of SpatialDomainType in net.opengis.wcs10
Subinterfaces of SpatialDomainType in net.opengis.wcs10Modifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Spatial Subset Type'.Methods in net.opengis.wcs10 that return SpatialDomainTypeModifier and TypeMethodDescriptionWcs10Factory.createSpatialDomainType()
Returns a new object of class 'Spatial Domain Type'.DocumentRoot.getSpatialDomain()
Returns the value of the 'Spatial Domain' containment reference.DomainSetType.getSpatialDomain()
Returns the value of the 'Spatial Domain' containment reference.Methods in net.opengis.wcs10 with parameters of type SpatialDomainTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setSpatialDomain
(SpatialDomainType value) Sets the value of the 'Spatial Domain
' containment reference.void
DomainSetType.setSpatialDomain
(SpatialDomainType value) Sets the value of the 'Spatial Domain
' containment reference. -
Uses of SpatialDomainType in net.opengis.wcs10.impl
Classes in net.opengis.wcs10.impl that implement SpatialDomainTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Spatial Domain Type'.class
An implementation of the model object 'Spatial Subset Type'.Fields in net.opengis.wcs10.impl declared as SpatialDomainTypeModifier and TypeFieldDescriptionprotected SpatialDomainType
DomainSetTypeImpl.spatialDomain
The cached value of the 'Spatial Domain
' containment reference.Methods in net.opengis.wcs10.impl that return SpatialDomainTypeModifier and TypeMethodDescriptionWcs10FactoryImpl.createSpatialDomainType()
DocumentRootImpl.getSpatialDomain()
DomainSetTypeImpl.getSpatialDomain()
Methods in net.opengis.wcs10.impl with parameters of type SpatialDomainTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetSpatialDomain
(SpatialDomainType newSpatialDomain, NotificationChain msgs) NotificationChain
DomainSetTypeImpl.basicSetSpatialDomain
(SpatialDomainType newSpatialDomain, NotificationChain msgs) void
DocumentRootImpl.setSpatialDomain
(SpatialDomainType newSpatialDomain) void
DomainSetTypeImpl.setSpatialDomain
(SpatialDomainType newSpatialDomain) -
Uses of SpatialDomainType in net.opengis.wcs10.util
Methods in net.opengis.wcs10.util with parameters of type SpatialDomainTypeModifier and TypeMethodDescriptionWcs10Switch.caseSpatialDomainType
(SpatialDomainType object) Returns the result of interpreting the object as an instance of 'Spatial Domain Type'. -
Uses of SpatialDomainType in net.opengis.wcs10.validation
Methods in net.opengis.wcs10.validation with parameters of type SpatialDomainTypeModifier and TypeMethodDescriptionboolean
DocumentRootValidator.validateSpatialDomain
(SpatialDomainType value) boolean
DomainSetTypeValidator.validateSpatialDomain
(SpatialDomainType value)