Class TLcdSLDConcatenate
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.ogc.sld.model.functions.TLcdSLDFunction
com.luciad.ogc.sld.model.functions.TLcdSLDConcatenate
- All Implemented Interfaces:
ILcdDataObject
,ILcdGenericExpression
,ILcdOGCExpression
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
Concatenates strings.
- Since:
- 2012.1
-
Constructor Summary
ConstructorDescriptionDefault ConstructorTLcdSLDConcatenate
(TLcdDataType aType) Default ConstructorTLcdSLDConcatenate
(TLcdSLDParameterValue[] aStringValues) 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 theStringValue
element.Methods inherited from class com.luciad.ogc.sld.model.functions.TLcdSLDFunction
getFallbackValue, setFallbackValue
-
Constructor Details
-
TLcdSLDConcatenate
public TLcdSLDConcatenate()Default Constructor -
TLcdSLDConcatenate
Default Constructor -
TLcdSLDConcatenate
Creates a new instance and initializes the properties with the given values.
-
-
Method Details
-
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.
-