schmitzm.geotools
Class FilterUtil

java.lang.Object
  extended by schmitzm.geotools.FilterUtil

public class FilterUtil
extends Object

Diese Klasse enthaelt statische Helper-Methoden fuer die Arbeit mit Filter.

Version:
1.01
Author:
Martin Schmitz (University of Bonn/Germany)

Field Summary
static FilterFactoryImpl FILTER_FAC
          Instanz von FilterFactory.
static FilterFactory2 FILTER_FAC2
          Globale Instanz von FilterFactory2
static GeometryFactory GEOMETRY_FAC
          Instanz von GeometryFactory.
 
Constructor Summary
FilterUtil()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FILTER_FAC

public static final FilterFactoryImpl FILTER_FAC
Instanz von FilterFactory.


FILTER_FAC2

public static final FilterFactory2 FILTER_FAC2
Globale Instanz von FilterFactory2


GEOMETRY_FAC

public static final GeometryFactory GEOMETRY_FAC
Instanz von GeometryFactory.

Constructor Detail

FilterUtil

public FilterUtil()