Package net.opengis.wcs11
Interface CoverageDomainType
- 
- All Superinterfaces:
- EObject,- Notifier
 - All Known Implementing Classes:
- CoverageDomainTypeImpl
 
 public interface CoverageDomainType extends EObjectA representation of the model object 'Coverage Domain Type'. Definition of the spatial-temporal domain of a coverage. The Domain shall include a SpatialDomain (describing the spatial locations for which coverages can be requested), and should included a TemporalDomain (describing the time instants or intervals for which coverages can be requested).The following features are supported: - See Also:
- Wcs111Package.getCoverageDomainType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description SpatialDomainTypegetSpatialDomain()Returns the value of the 'Spatial Domain' containment reference.TimeSequenceTypegetTemporalDomain()Returns the value of the 'Temporal Domain' containment reference.voidsetSpatialDomain(SpatialDomainType value)Sets the value of the 'Spatial Domain' containment reference.voidsetTemporalDomain(TimeSequenceType value)Sets the value of the 'Temporal Domain' containment reference.
 
- 
- 
- 
Method Detail- 
getSpatialDomainSpatialDomainType getSpatialDomain() Returns the value of the 'Spatial Domain' containment reference.If the meaning of the 'Spatial Domain' containment reference isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Spatial Domain' containment reference.
- See Also:
- setSpatialDomain(SpatialDomainType),- Wcs111Package.getCoverageDomainType_SpatialDomain()
 
 - 
setSpatialDomainvoid setSpatialDomain(SpatialDomainType value) Sets the value of the 'Spatial Domain' containment reference.- Parameters:
- value- the new value of the 'Spatial Domain' containment reference.
- See Also:
- getSpatialDomain()
 
 - 
getTemporalDomainTimeSequenceType getTemporalDomain() Returns the value of the 'Temporal Domain' containment reference. Although optional, the TemporalDomain should be included whenever a value is known or a useful estimate is available.- Returns:
- the value of the 'Temporal Domain' containment reference.
- See Also:
- setTemporalDomain(TimeSequenceType),- Wcs111Package.getCoverageDomainType_TemporalDomain()
 
 - 
setTemporalDomainvoid setTemporalDomain(TimeSequenceType value) Sets the value of the 'Temporal Domain' containment reference.- Parameters:
- value- the new value of the 'Temporal Domain' containment reference.
- See Also:
- getTemporalDomain()
 
 
- 
 
-