Class TLcdSLDFormatNumber

All Implemented Interfaces:
ILcdDataObject, ILcdGenericExpression, ILcdOGCExpression, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdSLDFormatNumber extends TLcdSLDFunction
Function for formatting numbers to make them human readable.
Since:
2012.1
  • Constructor Details

    • TLcdSLDFormatNumber

      public TLcdSLDFormatNumber()
      Default Constructor
    • TLcdSLDFormatNumber

      public TLcdSLDFormatNumber(TLcdDataType aType)
      Default Constructor
    • TLcdSLDFormatNumber

      public TLcdSLDFormatNumber(TLcdSLDParameterValue aNumericValue, String aPattern)
      Creates a new instance and initializes the properties with the given values.
  • Method Details

    • getDecimalPoint

      public String getDecimalPoint()
      Returns the value of the property that maps to the decimalPoint attribute.
      Returns:
      the value of the DECIMAL_POINT_PROPERTY property.
    • setDecimalPoint

      public void setDecimalPoint(String aValue)
      Sets the value of the property that maps to the decimalPoint attribute.
      Parameters:
      aValue - the value to set for the DECIMAL_POINT_PROPERTY property.
    • getGroupingSeparator

      public String getGroupingSeparator()
      Returns the value of the property that maps to the groupingSeparator attribute.
      Returns:
      the value of the GROUPING_SEPARATOR_PROPERTY property.
    • setGroupingSeparator

      public void setGroupingSeparator(String aValue)
      Sets the value of the property that maps to the groupingSeparator attribute.
      Parameters:
      aValue - the value to set for the GROUPING_SEPARATOR_PROPERTY property.
    • getNumericValue

      public TLcdSLDParameterValue getNumericValue()
      Returns the value of the property that maps to the NumericValue element.
      Returns:
      the value of the NUMERIC_VALUE_PROPERTY property.
    • setNumericValue

      public void setNumericValue(TLcdSLDParameterValue aValue)
      Sets the value of the property that maps to the NumericValue element.
      Parameters:
      aValue - the value to set for the NUMERIC_VALUE_PROPERTY property.
    • getPattern

      public String getPattern()
      Returns the value of the property that maps to the Pattern element.
      Returns:
      the value of the PATTERN_PROPERTY property.
    • setPattern

      public void setPattern(String aValue)
      Sets the value of the property that maps to the Pattern element.
      Parameters:
      aValue - the value to set for the PATTERN_PROPERTY property.
    • getNegativePattern

      public String getNegativePattern()
      Returns the value of the property that maps to the NegativePattern element.
      Returns:
      the value of the NEGATIVE_PATTERN_PROPERTY property.
    • setNegativePattern

      public void setNegativePattern(String aValue)
      Sets the value of the property that maps to the NegativePattern element.
      Parameters:
      aValue - the value to set for the NEGATIVE_PATTERN_PROPERTY property.