Uses of Class
com.luciad.ogc.wcs.common.model.TLcdWCSClosure
Packages that use 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
Fields in com.luciad.ogc.wcs.common.model declared as TLcdWCSClosureModifier and TypeFieldDescriptionstatic final TLcdWCSClosureTLcdWCSClosure.CLOSEDThe specified minimum and maximum values are included in this range.static final TLcdWCSClosureTLcdWCSClosure.CLOSED_OPENThe specified minimum value IS included in this range, and the specified maximum value is NOT included in this range.static final TLcdWCSClosureTLcdWCSClosure.OPENThe specified minimum and maximum values are NOT included in this range.static final TLcdWCSClosureTLcdWCSClosure.OPEN_CLOSEDThe specified minimum value is NOT included in this range, and the specified maximum value IS included in this range.Methods in com.luciad.ogc.wcs.common.model that return TLcdWCSClosureModifier and TypeMethodDescriptionTLcdWCSValueRange.getClosure()Gets the closure.static TLcdWCSClosureReturns the instance that corresponds to the given string representation or null if none corresponds.Methods in com.luciad.ogc.wcs.common.model with parameters of type TLcdWCSClosureModifier and TypeMethodDescriptionvoidTLcdWCSValueRange.setClosure(TLcdWCSClosure aClosure) Sets the closure.