|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.filter.ExpressionBuilder
ExpressionBuilder is the main entry point for parsing Expressions and Filters from a non-xml language.
Constructor Summary | |
ExpressionBuilder()
|
Method Summary | |
static java.lang.String |
getFormattedErrorMessage(ParseException pe,
java.lang.String input)
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(java.lang.String[] args)
|
static java.lang.Object |
parse(FeatureType schema,
java.lang.String input)
Parse the input string into either a Filter or an Expression. |
static java.lang.Object |
parse(java.lang.String input)
Parse the input string into either a Filter or an Expression. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ExpressionBuilder()
Method Detail |
public static java.lang.Object parse(FeatureType schema, java.lang.String input) throws ParseException
ParseException
public static java.lang.Object parse(java.lang.String input) throws ParseException
ParseException
public static java.lang.String getFormattedErrorMessage(ParseException pe, java.lang.String input)
public static final void main(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |