Uses of Interface
net.opengis.wcs10.SpatialSubsetType
Packages that use SpatialSubsetType
Package
Description
-
Uses of SpatialSubsetType in net.opengis.wcs10
Methods in net.opengis.wcs10 that return SpatialSubsetTypeModifier and TypeMethodDescriptionWcs10Factory.createSpatialSubsetType()
Returns a new object of class 'Spatial Subset Type'.DocumentRoot.getSpatialSubset()
Returns the value of the 'Spatial Subset' containment reference.DomainSubsetType.getSpatialSubset()
Returns the value of the 'Spatial Subset' containment reference.Methods in net.opengis.wcs10 with parameters of type SpatialSubsetTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setSpatialSubset
(SpatialSubsetType value) Sets the value of the 'Spatial Subset
' containment reference.void
DomainSubsetType.setSpatialSubset
(SpatialSubsetType value) Sets the value of the 'Spatial Subset
' containment reference. -
Uses of SpatialSubsetType in net.opengis.wcs10.impl
Classes in net.opengis.wcs10.impl that implement SpatialSubsetTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Spatial Subset Type'.Fields in net.opengis.wcs10.impl declared as SpatialSubsetTypeModifier and TypeFieldDescriptionprotected SpatialSubsetType
DomainSubsetTypeImpl.spatialSubset
The cached value of the 'Spatial Subset
' containment reference.Methods in net.opengis.wcs10.impl that return SpatialSubsetTypeModifier and TypeMethodDescriptionWcs10FactoryImpl.createSpatialSubsetType()
DocumentRootImpl.getSpatialSubset()
DomainSubsetTypeImpl.getSpatialSubset()
Methods in net.opengis.wcs10.impl with parameters of type SpatialSubsetTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetSpatialSubset
(SpatialSubsetType newSpatialSubset, NotificationChain msgs) NotificationChain
DomainSubsetTypeImpl.basicSetSpatialSubset
(SpatialSubsetType newSpatialSubset, NotificationChain msgs) void
DocumentRootImpl.setSpatialSubset
(SpatialSubsetType newSpatialSubset) void
DomainSubsetTypeImpl.setSpatialSubset
(SpatialSubsetType newSpatialSubset) -
Uses of SpatialSubsetType in net.opengis.wcs10.util
Methods in net.opengis.wcs10.util with parameters of type SpatialSubsetTypeModifier and TypeMethodDescriptionWcs10Switch.caseSpatialSubsetType
(SpatialSubsetType object) Returns the result of interpreting the object as an instance of 'Spatial Subset Type'. -
Uses of SpatialSubsetType in net.opengis.wcs10.validation
Methods in net.opengis.wcs10.validation with parameters of type SpatialSubsetTypeModifier and TypeMethodDescriptionboolean
DocumentRootValidator.validateSpatialSubset
(SpatialSubsetType value) boolean
DomainSubsetTypeValidator.validateSpatialSubset
(SpatialSubsetType value)