Package com.luciad.ogc.wcs.common.model
Class TLcdWCSInterval
java.lang.Object
com.luciad.ogc.wcs.common.model.TLcdWCSValueRange
com.luciad.ogc.wcs.common.model.TLcdWCSInterval
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetRes()
Gets the res.void
setRes
(TLcdWCSTypedLiteral aRes) Sets the res.Methods inherited from class com.luciad.ogc.wcs.common.model.TLcdWCSValueRange
getAtomic, getClosure, getMax, getMin, getSemantic, getType, setAtomic, setClosure, setMax, setMin, setSemantic, setType
-
Constructor Details
-
TLcdWCSInterval
public TLcdWCSInterval()
-
-
Method Details
-
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
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.
-