Class TLcdSLDChangeCase
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.ogc.sld.model.functions.TLcdSLDFunction
com.luciad.ogc.sld.model.functions.TLcdSLDChangeCase
- All Implemented Interfaces:
ILcdDataObject
,ILcdGenericExpression
,ILcdOGCExpression
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
Changes the case of strings.
- Since:
- 2012.1
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
The direction in which to change the case of a String. -
Constructor Summary
ConstructorDescriptionDefault ConstructorTLcdSLDChangeCase
(TLcdDataType aType) Default ConstructorTLcdSLDChangeCase
(TLcdSLDParameterValue aStringValue, TLcdSLDChangeCase.Direction aDirection) Creates a new instance and initializes the properties with the given values. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to thedirection
attribute.Returns the value of the property that maps to theStringValue
element.void
Sets the value of the property that maps to thedirection
attribute.void
setStringValue
(TLcdSLDParameterValue aValue) Sets the value of the property that maps to theStringValue
element.Methods inherited from class com.luciad.ogc.sld.model.functions.TLcdSLDFunction
getFallbackValue, setFallbackValue
-
Constructor Details
-
TLcdSLDChangeCase
public TLcdSLDChangeCase()Default Constructor -
TLcdSLDChangeCase
Default Constructor -
TLcdSLDChangeCase
public TLcdSLDChangeCase(TLcdSLDParameterValue aStringValue, TLcdSLDChangeCase.Direction aDirection) Creates a new instance and initializes the properties with the given values.
-
-
Method Details
-
getDirection
Returns the value of the property that maps to thedirection
attribute.- Returns:
- the value of the
DIRECTION_PROPERTY
property.
-
setDirection
Sets the value of the property that maps to thedirection
attribute.- Parameters:
aValue
- the value to set for theDIRECTION_PROPERTY
property.
-
getStringValue
Returns the value of the property that maps to theStringValue
element.A parameter that evaluates to a String. The 'toString' method of the returned Object is used to convert any object into a String.
- Returns:
- the value of the
STRING_VALUE_PROPERTY
property.
-
setStringValue
Sets the value of the property that maps to theStringValue
element.A parameter that evaluates to a String. The 'toString' method of the returned Object is used to convert any object into a String.
- Parameters:
aValue
- the value to set for theSTRING_VALUE_PROPERTY
property.
-