Uses of Class
com.luciad.ogc.wcs.common.model.TLcdWCSClosure
Package
Description
Model of an OGC Web Coverage Service (WCS), used by the WCS client API in
com.luciad.ogc.wcs.client.
-
Uses of TLcdWCSClosure in com.luciad.ogc.wcs.common.model
Modifier and TypeFieldDescriptionstatic final TLcdWCSClosure
TLcdWCSClosure.CLOSED
The specified minimum and maximum values are included in this range.static final TLcdWCSClosure
TLcdWCSClosure.CLOSED_OPEN
The specified minimum value IS included in this range, and the specified maximum value is NOT included in this range.static final TLcdWCSClosure
TLcdWCSClosure.OPEN
The specified minimum and maximum values are NOT included in this range.static final TLcdWCSClosure
TLcdWCSClosure.OPEN_CLOSED
The specified minimum value is NOT included in this range, and the specified maximum value IS included in this range.Modifier and TypeMethodDescriptionTLcdWCSValueRange.getClosure()
Gets the closure.static TLcdWCSClosure
Returns the instance that corresponds to the given string representation or null if none corresponds.Modifier and TypeMethodDescriptionvoid
TLcdWCSValueRange.setClosure
(TLcdWCSClosure aClosure) Sets the closure.