Class TLcdWCSInterval

java.lang.Object
com.luciad.ogc.wcs.common.model.TLcdWCSValueRange
com.luciad.ogc.wcs.common.model.TLcdWCSInterval

public class TLcdWCSInterval extends TLcdWCSValueRange
An interval of values of a numeric quantity. This interval can be continuous or discrete, defined by a fixed spacing between adjacent valid values.

Note that the "type" and "semantic" properites for min/max and "res" may be different (timeInstant and duration).

  • Constructor Details

    • TLcdWCSInterval

      public TLcdWCSInterval()
  • Method Details

    • getRes

      public TLcdWCSTypedLiteral getRes()
      Gets the res.

      The regular distance or spacing between the allowed values in this interval. Shall be included when the allowed values are NOT continuous in this interval. Shall not be included when the allowed values are continuous in this interval.

      Returns:
      the res.
    • setRes

      public void setRes(TLcdWCSTypedLiteral aRes)
      Sets the res.

      The regular distance or spacing between the allowed values in this interval. Shall be included when the allowed values are NOT continuous in this interval. Shall not be included when the allowed values are continuous in this interval.

      Parameters:
      aRes - the res to be set.