com.ontimize.util.gis.client.gui.render.styling
Interface IGisFilter

All Superinterfaces:
org.opengis.filter.Filter
All Known Implementing Classes:
DataHashtableFilter, DefaultGisFilter

public interface IGisFilter
extends org.opengis.filter.Filter


Field Summary
 
Fields inherited from interface org.opengis.filter.Filter
EXCLUDE, INCLUDE
 
Method Summary
 boolean evaluate(java.lang.Object obj)
           
 
Methods inherited from interface org.opengis.filter.Filter
accept
 

Method Detail

evaluate

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