Uses of Class
es.prodevelop.gvsig.mobile.fmap.util.graph2d.FBitSet

Packages that use FBitSet
es.prodevelop.gvsig.mobile.fmap.layer   
 

Uses of FBitSet in es.prodevelop.gvsig.mobile.fmap.layer
 

Methods in es.prodevelop.gvsig.mobile.fmap.layer that return FBitSet
 FBitSet SelectionSupport.getSelection()
          Devuelve un FBitSet con los índices de los elementos seleccionados.
 FBitSet SelectableDataSource.getSelection()
          Develve un FBitSet con los índices de los elementos seleccionados.
 FBitSet Selectable.getSelection()
          Obtiene el bitset que contiene la información de los registros seleccionados de la capa
 FBitSet FLyrVect.queryByPoint(java.awt.geom.Point2D p, double tolerance)
           
 

Methods in es.prodevelop.gvsig.mobile.fmap.layer with parameters of type FBitSet
 void SelectionSupport.setSelection(FBitSet selection)
          Inserta una nueva selección.
 void SelectableDataSource.setSelection(FBitSet selection)
          Inserta una nueva selección.
 void Selectable.setSelection(FBitSet selection)
          Establece la selección de la capa.