Class FilterFunction_strPosition

All Implemented Interfaces:
Expression, Function, FunctionExpression, Factory

public class FilterFunction_strPosition extends FunctionExpressionImpl
Filter function implementing the Symbology Encoding "StringPosition" function.

This function takes three arguments:

  1. The look up string
  2. The source string, ie the string to lookup from
  3. The search direction, frontToBack or backToFront
Author:
Justin Deoliveira, OpenGeo
  • Field Details

  • Constructor Details

    • FilterFunction_strPosition

      public FilterFunction_strPosition()
  • Method Details