Uses of Enum Class
com.luciad.ogc.sld.model.functions.TLcdSLDStringPosition.SearchDirection
Package
Description
Model objects for functions defined by the
Symbology encoding standard, version 1.1.0.
-
Uses of TLcdSLDStringPosition.SearchDirection in com.luciad.ogc.sld.model.functions
Modifier and TypeMethodDescriptionTLcdSLDStringPosition.getSearchDirection()
Returns the value of the property that maps to thesearchDirection
attribute.Returns the enum constant of this class with the specified name.TLcdSLDStringPosition.SearchDirection.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
TLcdSLDStringPosition.setSearchDirection
(TLcdSLDStringPosition.SearchDirection aValue) Sets the value of the property that maps to thesearchDirection
attribute.static String
TLcdSLDStringPosition.SearchDirection.toValue
(TLcdSLDStringPosition.SearchDirection aValue) ModifierConstructorDescriptionTLcdSLDStringPosition
(TLcdSLDParameterValue aStringValue, TLcdSLDParameterValue aLookupString, TLcdSLDStringPosition.SearchDirection aSearchDirection) Creates a new instance and initializes the properties with the given values.