Class TLcdSLDFormatNumber
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.ogc.sld.model.functions.TLcdSLDFunction
com.luciad.ogc.sld.model.functions.TLcdSLDFormatNumber
- All Implemented Interfaces:
ILcdDataObject,ILcdGenericExpression,ILcdOGCExpression,ILcdCloneable,ILcdDeepCloneable,Cloneable
Function for formatting numbers to make them human readable.
- Since:
- 2012.1
-
Constructor Summary
ConstructorsConstructorDescriptionDefault ConstructorTLcdSLDFormatNumber(TLcdDataType aType) Default ConstructorTLcdSLDFormatNumber(TLcdSLDParameterValue aNumericValue, String aPattern) 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 thedecimalPointattribute.Returns the value of the property that maps to thegroupingSeparatorattribute.Returns the value of the property that maps to theNegativePatternelement.Returns the value of the property that maps to theNumericValueelement.Returns the value of the property that maps to thePatternelement.voidsetDecimalPoint(String aValue) Sets the value of the property that maps to thedecimalPointattribute.voidsetGroupingSeparator(String aValue) Sets the value of the property that maps to thegroupingSeparatorattribute.voidsetNegativePattern(String aValue) Sets the value of the property that maps to theNegativePatternelement.voidsetNumericValue(TLcdSLDParameterValue aValue) Sets the value of the property that maps to theNumericValueelement.voidsetPattern(String aValue) Sets the value of the property that maps to thePatternelement.Methods inherited from class com.luciad.ogc.sld.model.functions.TLcdSLDFunction
getFallbackValue, setFallbackValue
-
Constructor Details
-
TLcdSLDFormatNumber
public TLcdSLDFormatNumber()Default Constructor -
TLcdSLDFormatNumber
Default Constructor -
TLcdSLDFormatNumber
Creates a new instance and initializes the properties with the given values.
-
-
Method Details
-
getDecimalPoint
Returns the value of the property that maps to thedecimalPointattribute.- Returns:
- the value of the
DECIMAL_POINT_PROPERTYproperty.
-
setDecimalPoint
Sets the value of the property that maps to thedecimalPointattribute.- Parameters:
aValue- the value to set for theDECIMAL_POINT_PROPERTYproperty.
-
getGroupingSeparator
Returns the value of the property that maps to thegroupingSeparatorattribute.- Returns:
- the value of the
GROUPING_SEPARATOR_PROPERTYproperty.
-
setGroupingSeparator
Sets the value of the property that maps to thegroupingSeparatorattribute.- Parameters:
aValue- the value to set for theGROUPING_SEPARATOR_PROPERTYproperty.
-
getNumericValue
Returns the value of the property that maps to theNumericValueelement.- Returns:
- the value of the
NUMERIC_VALUE_PROPERTYproperty.
-
setNumericValue
Sets the value of the property that maps to theNumericValueelement.- Parameters:
aValue- the value to set for theNUMERIC_VALUE_PROPERTYproperty.
-
getPattern
Returns the value of the property that maps to thePatternelement.- Returns:
- the value of the
PATTERN_PROPERTYproperty.
-
setPattern
Sets the value of the property that maps to thePatternelement.- Parameters:
aValue- the value to set for thePATTERN_PROPERTYproperty.
-
getNegativePattern
Returns the value of the property that maps to theNegativePatternelement.- Returns:
- the value of the
NEGATIVE_PATTERN_PROPERTYproperty.
-
setNegativePattern
Sets the value of the property that maps to theNegativePatternelement.- Parameters:
aValue- the value to set for theNEGATIVE_PATTERN_PROPERTYproperty.
-