Uses of Enum Class
com.luciad.ogc.sld.model.functions.TLcdSLDChangeCase.Direction
Packages that use 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
Methods in com.luciad.ogc.sld.model.functions that return TLcdSLDChangeCase.DirectionModifier and TypeMethodDescriptionstatic TLcdSLDChangeCase.DirectionTLcdSLDChangeCase.getDirection()Returns the value of the property that maps to thedirectionattribute.static TLcdSLDChangeCase.DirectionReturns 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.Methods in com.luciad.ogc.sld.model.functions with parameters of type TLcdSLDChangeCase.DirectionModifier and TypeMethodDescriptionvoidTLcdSLDChangeCase.setDirection(TLcdSLDChangeCase.Direction aValue) Sets the value of the property that maps to thedirectionattribute.static StringTLcdSLDChangeCase.Direction.toValue(TLcdSLDChangeCase.Direction aValue) Constructors in com.luciad.ogc.sld.model.functions with parameters of type TLcdSLDChangeCase.DirectionModifierConstructorDescriptionTLcdSLDChangeCase(TLcdSLDParameterValue aStringValue, TLcdSLDChangeCase.Direction aDirection) Creates a new instance and initializes the properties with the given values.