Class FilterFunction_numberFormat2

All Implemented Interfaces:
Expression, Function, FunctionExpression, Factory

public class FilterFunction_numberFormat2 extends FunctionExpressionImpl
Formats a number into a string given a certain pattern (specified in the format accepted by DecimalFormat}

This function expands on FilterFunction_numberFormat and adds some additonal parameters such as allowing the user to explicitly specify the decimal and group separators, rather than falling back on locale based defaults.

Author:
Justin Deoliveira, OpenGeo
  • Field Details

  • Constructor Details

    • FilterFunction_numberFormat2

      public FilterFunction_numberFormat2()
  • Method Details