Package com.luciad.ogc.wcs.common.model
Class TLcdWCSDomainSet
java.lang.Object
com.luciad.ogc.wcs.common.model.TLcdWCSDomainSet
Defines the spatial-temporal domain set of a coverage offering.
The domainSet shall include a SpatialDomain (describing the spatial locations for which coverages can be requested),
a TemporalDomain (describing the time instants or inter-vals for which coverages can be requested), or both.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the spatial domain.Gets the temporal domain.void
setSpatialDomain
(TLcdWCSSpatialDomain aSpatialDomain) Sets the spatial domain.void
setTemporalDomain
(TLcdWCSTimeSequence aTemporalDomain) Sets the temporal domain.
-
Constructor Details
-
TLcdWCSDomainSet
public TLcdWCSDomainSet()
-
-
Method Details
-
getSpatialDomain
Gets the spatial domain.- Returns:
- the spatial domain.
-
setSpatialDomain
Sets the spatial domain.- Parameters:
aSpatialDomain
- the spatial domain to be set.
-
getTemporalDomain
Gets the temporal domain.Defines the temporal domain of a coverage offering, that is, the times for which valid data are available. The times shall to be ordered from the oldest to the newest.
- Returns:
- the temporal domain.
-
setTemporalDomain
Sets the temporal domain.Defines the temporal domain of a coverage offering, that is, the times for which valid data are available. The times shall to be ordered from the oldest to the newest.
- Parameters:
aTemporalDomain
- the temporal domain to be set.
-