org.geotools.filter
Class FilterFactoryImplNamespaceAware

java.lang.Object
  extended by org.geotools.filter.FilterFactoryImpl
      extended by org.geotools.filter.FilterFactoryImplNamespaceAware
All Implemented Interfaces:
Factory, org.opengis.filter.FilterFactory, org.opengis.filter.FilterFactory2

public class FilterFactoryImplNamespaceAware
extends FilterFactoryImpl


Constructor Summary
FilterFactoryImplNamespaceAware()
          Empty constructor, no namespace context received, behaves exactly like FilterFactoryImpl
FilterFactoryImplNamespaceAware(org.xml.sax.helpers.NamespaceSupport namespaces)
           
 
Method Summary
 org.opengis.filter.expression.PropertyName property(java.lang.String name)
           
 void setNamepaceContext(org.xml.sax.helpers.NamespaceSupport namespaces)
           
 
Methods inherited from class org.geotools.filter.FilterFactoryImpl
add, and, and, and, arithmeticOperators, bbox, bbox, bbox, bbox, between, beyond, beyond, beyond, capabilities, comparisonOperators, contains, contains, createAttributeExpression, createAttributeExpression, createAttributeExpression, createAttributeExpression, createBBoxExpression, createBetweenFilter, createCompareFilter, createEnvironmentVariable, createFidFilter, createFidFilter, createFunctionExpression, createGeometryDistanceFilter, createGeometryFilter, createLikeFilter, createLiteralExpression, createLiteralExpression, createLiteralExpression, createLiteralExpression, createLiteralExpression, createLogicFilter, createLogicFilter, createLogicFilter, createMathExpression, createMathExpression, createNullFilter, crosses, crosses, disjoint, disjoint, divide, dwithin, dwithin, equal, equal, equals, equals, featureId, function, function, function, function, function, functionName, functions, getImplementationHints, gmlObjectId, greater, greater, greaterOrEqual, greaterOrEqual, id, idCapabilities, intersects, intersects, isNull, less, less, lessOrEqual, lessOrEqual, like, like, like, literal, literal, literal, literal, literal, literal, literal, literal, literal, multiply, not, not, notEqual, notEqual, operator, or, or, or, overlaps, overlaps, property, scalarCapabilities, sort, spatialCapabilities, spatialOperator, spatialOperators, subtract, touches, touches, within, within, within
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilterFactoryImplNamespaceAware

public FilterFactoryImplNamespaceAware()
Empty constructor, no namespace context received, behaves exactly like FilterFactoryImpl


FilterFactoryImplNamespaceAware

public FilterFactoryImplNamespaceAware(org.xml.sax.helpers.NamespaceSupport namespaces)
Method Detail

property

public org.opengis.filter.expression.PropertyName property(java.lang.String name)
Specified by:
property in interface org.opengis.filter.FilterFactory
Overrides:
property in class FilterFactoryImpl

setNamepaceContext

public void setNamepaceContext(org.xml.sax.helpers.NamespaceSupport namespaces)


Copyright © 1996-2010 Geotools. All Rights Reserved.