Uses of Interface
es.prodevelop.gvsig.mobile.fmap.core.IFeature

Packages that use IFeature
es.prodevelop.gvsig.mobile.fmap.core   
es.prodevelop.gvsig.mobile.fmap.layer   
es.prodevelop.gvsig.mobile.fmap.legend   
 

Uses of IFeature in es.prodevelop.gvsig.mobile.fmap.core
 

Classes in es.prodevelop.gvsig.mobile.fmap.core that implement IFeature
 class DefaultFeature
          This class encapsulates a geometry and its attributes.
 

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

Methods in es.prodevelop.gvsig.mobile.fmap.layer that return IFeature
 IFeature VectorialFileAdapter.getFeature(int numReg)
          Returns the feature whose index is numReg
Is synchronized to do thread safe accessing to features stored in files.
 IFeature VectorialAdapter.getFeature(int numReg)
          En la implementación por defecto podemos hacer que cada feature tenga ID = numero de registro.
 IFeature ReadableVectorial.getFeature(int numReg)
          En la implementación por defecto podemos hacer que cada feature tenga ID = numero de registro.
 

Uses of IFeature in es.prodevelop.gvsig.mobile.fmap.legend
 

Methods in es.prodevelop.gvsig.mobile.fmap.legend with parameters of type IFeature
 FSymbol VectorialLegend.getSymbolByFeature(IFeature feat)
           
 FSymbol SingleSymbolLegend.getSymbolByFeature(IFeature feat)