org.geotools.filter
Class FilterParsingUtils
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FilterParsingUtils
public FilterParsingUtils()
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.