Uses of Class
com.luciad.ogc.ows.model.TLcdOWSValue
Packages that use TLcdOWSValue
Package
Description
This package contains an implementation of the OGC Web Service (OWS) common specification
version 1.0 and 1.1.0, as described respectively in OGC documents 05-008c1 and 06-121r3.
-
Uses of TLcdOWSValue in com.luciad.ogc.ows.model
Methods in com.luciad.ogc.ows.model that return TLcdOWSValueModifier and TypeMethodDescriptionTLcdOWSUnNamedDomain.getDefaultValue()
Returns the value of the property that maps to theDefaultValue
element.TLcdOWSRange.getMaximumValue()
Returns the value of the property that maps to theMaximumValue
element.TLcdOWSRange.getMinimumValue()
Returns the value of the property that maps to theMinimumValue
element.TLcdOWSRange.getSpacing()
Returns the value of the property that maps to theSpacing
element.Methods in com.luciad.ogc.ows.model with parameters of type TLcdOWSValueModifier and TypeMethodDescriptionvoid
TLcdOWSUnNamedDomain.setDefaultValue
(TLcdOWSValue aValue) Sets the value of the property that maps to theDefaultValue
element.void
TLcdOWSRange.setMaximumValue
(TLcdOWSValue aValue) Sets the value of the property that maps to theMaximumValue
element.void
TLcdOWSRange.setMinimumValue
(TLcdOWSValue aValue) Sets the value of the property that maps to theMinimumValue
element.void
TLcdOWSRange.setSpacing
(TLcdOWSValue aValue) Sets the value of the property that maps to theSpacing
element.