com.ontimize.util.gis.client.gui.render.styling
Class DefaultGisFilter

java.lang.Object
  extended by com.ontimize.util.gis.client.gui.render.styling.DefaultGisFilter
All Implemented Interfaces:
IGisFilter, java.io.Serializable, org.opengis.filter.Filter

public class DefaultGisFilter
extends java.lang.Object
implements IGisFilter, java.io.Serializable

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface org.opengis.filter.Filter
EXCLUDE, INCLUDE
 
Constructor Summary
DefaultGisFilter()
           
 
Method Summary
 java.lang.Object accept(org.opengis.filter.FilterVisitor arg0, java.lang.Object arg1)
           
 boolean evaluate(java.lang.Object arg0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultGisFilter

public DefaultGisFilter()
Method Detail

accept

public java.lang.Object accept(org.opengis.filter.FilterVisitor arg0,
                               java.lang.Object arg1)
Specified by:
accept in interface org.opengis.filter.Filter

evaluate

public boolean evaluate(java.lang.Object arg0)
Specified by:
evaluate in interface IGisFilter
Specified by:
evaluate in interface org.opengis.filter.Filter