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

Packages that use IRow
es.prodevelop.gvsig.mobile.fmap.core   
 

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

Subinterfaces of IRow in es.prodevelop.gvsig.mobile.fmap.core
 interface IFeature
          Simple Feature.
 

Classes in es.prodevelop.gvsig.mobile.fmap.core that implement IRow
 class DefaultFeature
          This class encapsulates a geometry and its attributes.
 class DefaultRow
          This class encapsulates a row of alphanumerical attributes.
 

Methods in es.prodevelop.gvsig.mobile.fmap.core that return IRow
 IRow IRow.cloneRow()
           
 IRow DefaultRow.cloneRow()
          Cones the current object
 IRow DefaultFeature.cloneRow()