Class TLcdWCSDomainSet

java.lang.Object
com.luciad.ogc.wcs.common.model.TLcdWCSDomainSet

public class TLcdWCSDomainSet extends Object
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 Details

    • TLcdWCSDomainSet

      public TLcdWCSDomainSet()
  • Method Details

    • getSpatialDomain

      public TLcdWCSSpatialDomain getSpatialDomain()
      Gets the spatial domain.
      Returns:
      the spatial domain.
    • setSpatialDomain

      public void setSpatialDomain(TLcdWCSSpatialDomain aSpatialDomain)
      Sets the spatial domain.
      Parameters:
      aSpatialDomain - the spatial domain to be set.
    • getTemporalDomain

      public TLcdWCSTimeSequence 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

      public void setTemporalDomain(TLcdWCSTimeSequence aTemporalDomain)
      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.