Uses of Enum Class
com.luciad.ogc.sld.model.functions.TLcdSLDStringPosition.SearchDirection
Packages that use 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
Methods in com.luciad.ogc.sld.model.functions that return TLcdSLDStringPosition.SearchDirectionModifier 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.Methods in com.luciad.ogc.sld.model.functions with parameters of type TLcdSLDStringPosition.SearchDirectionModifier 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) Constructors in com.luciad.ogc.sld.model.functions with parameters of type TLcdSLDStringPosition.SearchDirectionModifierConstructorDescriptionTLcdSLDStringPosition
(TLcdSLDParameterValue aStringValue, TLcdSLDParameterValue aLookupString, TLcdSLDStringPosition.SearchDirection aSearchDirection) Creates a new instance and initializes the properties with the given values.