Uses of Enum Class
com.luciad.ogc.sld.model.functions.TLcdSLDInterpolate.Method
Packages that use TLcdSLDInterpolate.Method
Package
Description
Model objects for functions defined by the
Symbology encoding standard, version 1.1.0.
-
Uses of TLcdSLDInterpolate.Method in com.luciad.ogc.sld.model.functions
Methods in com.luciad.ogc.sld.model.functions that return TLcdSLDInterpolate.MethodModifier and TypeMethodDescriptionstatic TLcdSLDInterpolate.Method
TLcdSLDInterpolate.getMethod()
Returns the value of the property that maps to themethod
attribute.static TLcdSLDInterpolate.Method
Returns the enum constant of this class with the specified name.static TLcdSLDInterpolate.Method[]
TLcdSLDInterpolate.Method.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.MethodModifier and TypeMethodDescriptionvoid
TLcdSLDInterpolate.setMethod
(TLcdSLDInterpolate.Method aValue) Sets the value of the property that maps to themethod
attribute.static String
TLcdSLDInterpolate.Method.toValue
(TLcdSLDInterpolate.Method aValue)