org.geotools.filter
Class FilterParsingUtils

java.lang.Object
  extended by org.geotools.filter.FilterParsingUtils

public class FilterParsingUtils
extends java.lang.Object

Convenience class for filter parsing.

The primary function of this class is to share code among the different versions of filter parsing.

Author:
Justin Deoliveira, OpenGEO

Constructor Summary
FilterParsingUtils()
           
 
Method Summary
static java.util.List<org.opengis.filter.Filter> BinaryLogicOperator_getChildFilters(Node node, org.opengis.filter.FilterFactory factory)
           
static java.lang.Object Filter_getProperty(java.lang.Object object, javax.xml.namespace.QName name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilterParsingUtils

public FilterParsingUtils()
Method Detail

Filter_getProperty

public static java.lang.Object Filter_getProperty(java.lang.Object object,
                                                  javax.xml.namespace.QName name)

BinaryLogicOperator_getChildFilters

public static java.util.List<org.opengis.filter.Filter> BinaryLogicOperator_getChildFilters(Node node,
                                                                                            org.opengis.filter.FilterFactory factory)


Copyright © 1996-2010 Geotools. All Rights Reserved.