Uses of Class
com.bbn.openmap.omGraphics.FilterSupport

Packages that use FilterSupport
com.bbn.openmap.layer Contains OpenMap layers that read and display a variety of data formats, and a few that create their own data for display. 
com.bbn.openmap.plugin Provides support for writing OpenMap PlugIns. 
 

Uses of FilterSupport in com.bbn.openmap.layer
 

Fields in com.bbn.openmap.layer declared as FilterSupport
protected  FilterSupport OMGraphicHandlerLayer.filter
          Filter support that can be used to manage OMGraphics.
 

Methods in com.bbn.openmap.layer that return FilterSupport
 FilterSupport OMGraphicHandlerLayer.getFilter()
          Get the FilterSupport object that is handling the OMGraphicHandler methods.
 

Methods in com.bbn.openmap.layer with parameters of type FilterSupport
 void OMGraphicHandlerLayer.setFilter(FilterSupport fs)
          Don't set to null.
 

Uses of FilterSupport in com.bbn.openmap.plugin
 

Fields in com.bbn.openmap.plugin declared as FilterSupport
protected  FilterSupport OMGraphicHandlerPlugIn.filter
           
 

Methods in com.bbn.openmap.plugin that return FilterSupport
 FilterSupport OMGraphicHandlerPlugIn.getFilter()
          Get the FilterSupport object that is handling the OMGraphicHandler methods.
 

Methods in com.bbn.openmap.plugin with parameters of type FilterSupport
 void OMGraphicHandlerPlugIn.setFilter(FilterSupport fs)
          Don't set to null.
 



Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details