Uses of Interface
net.opengis.wcs10.SpatialSubsetType
-
Packages that use SpatialSubsetType Package Description net.opengis.wcs10 net.opengis.wcs10.impl net.opengis.wcs10.util net.opengis.wcs10.validation -
-
Uses of SpatialSubsetType in net.opengis.wcs10
Methods in net.opengis.wcs10 that return SpatialSubsetType Modifier and Type Method Description SpatialSubsetType
Wcs10Factory. createSpatialSubsetType()
Returns a new object of class 'Spatial Subset Type'.SpatialSubsetType
DocumentRoot. getSpatialSubset()
Returns the value of the 'Spatial Subset' containment reference.SpatialSubsetType
DomainSubsetType. getSpatialSubset()
Returns the value of the 'Spatial Subset' containment reference.Methods in net.opengis.wcs10 with parameters of type SpatialSubsetType Modifier and Type Method Description void
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 SpatialSubsetType Modifier and Type Class Description class
SpatialSubsetTypeImpl
An implementation of the model object 'Spatial Subset Type'.Fields in net.opengis.wcs10.impl declared as SpatialSubsetType Modifier and Type Field Description protected SpatialSubsetType
DomainSubsetTypeImpl. spatialSubset
The cached value of the 'Spatial Subset
' containment reference.Methods in net.opengis.wcs10.impl that return SpatialSubsetType Modifier and Type Method Description SpatialSubsetType
Wcs10FactoryImpl. createSpatialSubsetType()
SpatialSubsetType
DocumentRootImpl. getSpatialSubset()
SpatialSubsetType
DomainSubsetTypeImpl. getSpatialSubset()
Methods in net.opengis.wcs10.impl with parameters of type SpatialSubsetType Modifier and Type Method Description NotificationChain
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 SpatialSubsetType Modifier and Type Method Description Object
Wcs10Switch. 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 SpatialSubsetType Modifier and Type Method Description boolean
DocumentRootValidator. validateSpatialSubset(SpatialSubsetType value)
boolean
DomainSubsetTypeValidator. validateSpatialSubset(SpatialSubsetType value)
-