Uses of Enum Class
com.luciad.ogc.sld.model.functions.TLcdSLDChangeCase.Direction
Package
Description
Model objects for functions defined by the
Symbology encoding standard, version 1.1.0.
-
Uses of TLcdSLDChangeCase.Direction in com.luciad.ogc.sld.model.functions
Modifier and TypeMethodDescriptionstatic TLcdSLDChangeCase.Direction
TLcdSLDChangeCase.getDirection()
Returns the value of the property that maps to thedirection
attribute.static TLcdSLDChangeCase.Direction
Returns the enum constant of this class with the specified name.static TLcdSLDChangeCase.Direction[]
TLcdSLDChangeCase.Direction.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
TLcdSLDChangeCase.setDirection
(TLcdSLDChangeCase.Direction aValue) Sets the value of the property that maps to thedirection
attribute.static String
TLcdSLDChangeCase.Direction.toValue
(TLcdSLDChangeCase.Direction aValue) ModifierConstructorDescriptionTLcdSLDChangeCase
(TLcdSLDParameterValue aStringValue, TLcdSLDChangeCase.Direction aDirection) Creates a new instance and initializes the properties with the given values.