Uses of Enum Class
com.luciad.ogc.sld.model.functions.TLcdSLDInterpolate.Mode
Packages that use TLcdSLDInterpolate.Mode
Package
Description
Model objects for functions defined by the
Symbology encoding standard, version 1.1.0.
-
Uses of TLcdSLDInterpolate.Mode in com.luciad.ogc.sld.model.functions
Methods in com.luciad.ogc.sld.model.functions that return TLcdSLDInterpolate.ModeModifier and TypeMethodDescriptionstatic TLcdSLDInterpolate.Mode
TLcdSLDInterpolate.getMode()
Returns the value of the property that maps to themode
attribute.static TLcdSLDInterpolate.Mode
Returns the enum constant of this class with the specified name.static TLcdSLDInterpolate.Mode[]
TLcdSLDInterpolate.Mode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.luciad.ogc.sld.model.functions with parameters of type TLcdSLDInterpolate.ModeModifier and TypeMethodDescriptionvoid
TLcdSLDInterpolate.setMode
(TLcdSLDInterpolate.Mode aValue) Sets the value of the property that maps to themode
attribute.static String
TLcdSLDInterpolate.Mode.toValue
(TLcdSLDInterpolate.Mode aValue)