Package net.opengis.wcs11
Interface DomainSubsetType
- 
- All Superinterfaces:
- EObject,- Notifier
 - All Known Implementing Classes:
- DomainSubsetTypeImpl
 
 public interface DomainSubsetType extends EObjectA representation of the model object 'Domain Subset Type'. Definition of the desired subset of the domain of the coverage. Contains a spatial BoundingBox and optionally a TemporalSubset.The following features are supported: - See Also:
- Wcs111Package.getDomainSubsetType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description BoundingBoxTypegetBoundingBox()Returns the value of the 'Bounding Box' containment reference.FeatureMapgetBoundingBoxGroup()Returns the value of the 'Bounding Box Group' attribute list.TimeSequenceTypegetTemporalSubset()Returns the value of the 'Temporal Subset' containment reference.voidsetBoundingBox(BoundingBoxType value)Sets the value of the 'Bounding Box' containment reference.voidsetTemporalSubset(TimeSequenceType value)Sets the value of the 'Temporal Subset' containment reference.
 
- 
- 
- 
Method Detail- 
getBoundingBoxGroupFeatureMap getBoundingBoxGroup() Returns the value of the 'Bounding Box Group' attribute list. The list contents are of typeFeatureMap.Entry. Definition of desired spatial subset of a coverage domain. When the entire spatial extent of this coverage is desired, this BoundingBox can be copied from the Domain part of the Coverage Description. However, the entire spatial extent may be larger than a WCS server can output, in which case the server shall respond with an error message. Notice that WCS use of this BoundingBox is further specified in specification Subclause 7.5.- Returns:
- the value of the 'Bounding Box Group' attribute list.
- See Also:
- Wcs111Package.getDomainSubsetType_BoundingBoxGroup()
 
 - 
getBoundingBoxBoundingBoxType getBoundingBox() Returns the value of the 'Bounding Box' containment reference. Definition of desired spatial subset of a coverage domain. When the entire spatial extent of this coverage is desired, this BoundingBox can be copied from the Domain part of the Coverage Description. However, the entire spatial extent may be larger than a WCS server can output, in which case the server shall respond with an error message. Notice that WCS use of this BoundingBox is further specified in specification Subclause 7.5.- Returns:
- the value of the 'Bounding Box' containment reference.
- See Also:
- setBoundingBox(BoundingBoxType),- Wcs111Package.getDomainSubsetType_BoundingBox()
 
 - 
setBoundingBoxvoid setBoundingBox(BoundingBoxType value) Sets the value of the 'Bounding Box' containment reference.- Parameters:
- value- the new value of the 'Bounding Box' containment reference.
- See Also:
- getBoundingBox()
 
 - 
getTemporalSubsetTimeSequenceType getTemporalSubset() Returns the value of the 'Temporal Subset' containment reference. Optional definition of desired temporal subset of a coverage domain. If this data structure is omitted, the entire Temporal domain shall be output.- Returns:
- the value of the 'Temporal Subset' containment reference.
- See Also:
- setTemporalSubset(TimeSequenceType),- Wcs111Package.getDomainSubsetType_TemporalSubset()
 
 - 
setTemporalSubsetvoid setTemporalSubset(TimeSequenceType value) Sets the value of the 'Temporal Subset' containment reference.- Parameters:
- value- the new value of the 'Temporal Subset' containment reference.
- See Also:
- getTemporalSubset()
 
 
- 
 
-