Class SelectByAttributes

java.lang.Object
org.gvsig.app.extension.SelectByAttributes

public class SelectByAttributes extends Object
Author:
jjdelcerro
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addToSelection(org.gvsig.fmap.dal.feature.FeatureStore store, org.gvsig.expressionevaluator.Expression expression)
     
    void
    filterSelection(org.gvsig.fmap.dal.feature.FeatureStore store, org.gvsig.expressionevaluator.Expression expression)
     
    void
    setSelection(org.gvsig.fmap.dal.feature.FeatureStore store, org.gvsig.expressionevaluator.Expression expression)
     
    void
    showWindow(String title, org.gvsig.fmap.dal.feature.FeatureStore store, org.gvsig.tools.swing.api.windowmanager.WindowManager.MODE mode)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SelectByAttributes

      public SelectByAttributes()
  • Method Details

    • showWindow

      public void showWindow(String title, org.gvsig.fmap.dal.feature.FeatureStore store, org.gvsig.tools.swing.api.windowmanager.WindowManager.MODE mode)
    • setSelection

      public void setSelection(org.gvsig.fmap.dal.feature.FeatureStore store, org.gvsig.expressionevaluator.Expression expression)
    • addToSelection

      public void addToSelection(org.gvsig.fmap.dal.feature.FeatureStore store, org.gvsig.expressionevaluator.Expression expression)
    • filterSelection

      public void filterSelection(org.gvsig.fmap.dal.feature.FeatureStore store, org.gvsig.expressionevaluator.Expression expression)