org.geotools.filter
Class FilterFactoryFinder

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

Deprecated. Replaced by CommonFactoryFinder.getFilterFactory(org.geotools.factory.Hints).

public abstract class FilterFactoryFinder
extends java.lang.Object

This specifies the interface to create filters.

Version:
$Id: FilterFactoryFinder.java 31682 2008-10-19 13:23:25Z aaime $

Constructor Summary
FilterFactoryFinder()
          Deprecated.  
 
Method Summary
static FilterFactory createFilterFactory()
          Deprecated. Creates an instance of a Filter factory.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilterFactoryFinder

public FilterFactoryFinder()
Deprecated. 
Method Detail

createFilterFactory

public static FilterFactory createFilterFactory()
                                         throws FactoryRegistryException
Deprecated. 
Creates an instance of a Filter factory.

Returns:
An instance of the Filter factory.
Throws:
FactoryRegistryException - If the factory is not found.


Copyright © 1996-2010 Geotools. All Rights Reserved.