org.geotools.filter
Class ExpressionBuilder

Object
  extended by ExpressionBuilder

Deprecated. Please use CQL

public class ExpressionBuilder
extends Object

ExpressionBuilder is the main entry point for parsing Expressions and Filters from a non-xml language.

Author:
Ian Schneider
Module:

Constructor Summary
ExpressionBuilder()
          Deprecated.  
ExpressionBuilder(FilterFactory factory)
          Deprecated.  
 
Method Summary
static String getFormattedErrorMessage(ParseException pe, String input)
          Deprecated. Returns a formatted error string, showing the original input, along with a pointer to the location of the error and the error message itself.
static void main(String[] args)
          Deprecated.  
static Object parse(SimpleFeatureType schema, String input)
          Deprecated. please use parser
static Object parse(String input)
          Deprecated. Please make use of parser( input )
 Object parser(SimpleFeatureType schema, String input)
          Deprecated. Parse the input string into either a Filter or an Expression.
 Object parser(String input)
          Deprecated. Parse the input string into either a Filter or an Expression.
 void setFilterFactory(FilterFactory factory)
          Deprecated.  
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpressionBuilder

public ExpressionBuilder()
Deprecated. 

ExpressionBuilder

public ExpressionBuilder(FilterFactory factory)
Deprecated. 
Method Detail

setFilterFactory

public void setFilterFactory(FilterFactory factory)
Deprecated. 

parse

public static Object parse(SimpleFeatureType schema,
                           String input)
                    throws ParseException
Deprecated. please use parser

Parameters:
schema -
input -
Throws:
ParseException

parser

public Object parser(SimpleFeatureType schema,
                     String input)
              throws ParseException
Deprecated. 
Parse the input string into either a Filter or an Expression.

Throws:
ParseException

parse

public static Object parse(String input)
                    throws ParseException
Deprecated. Please make use of parser( input )

Parse the input string into either a Filter or an Expression.

Throws:
ParseException

parser

public Object parser(String input)
              throws ParseException
Deprecated. 
Parse the input string into either a Filter or an Expression.

Not schema is provided for reference during construction.

Throws:
ParseException

getFormattedErrorMessage

public static String getFormattedErrorMessage(ParseException pe,
                                              String input)
Deprecated. 
Returns a formatted error string, showing the original input, along with a pointer to the location of the error and the error message itself.


main

public static final void main(String[] args)
                       throws Exception
Deprecated. 
Throws:
Exception


Copyright © 1996-2009 Geotools. All Rights Reserved.