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

All Superinterfaces:
IRow
All Known Implementing Classes:
DefaultFeature

public interface IFeature
extends IRow

Simple Feature. Inspired by Jump. Without schema, user should get schema information from layer.


Method Summary
 IGeometry getGeometry()
           
 void setGeometry(IGeometry geom)
           
 
Methods inherited from interface es.prodevelop.gvsig.mobile.fmap.core.IRow
cloneRow, getAttribute, getAttributes, getID, setAttributes, setID
 

Method Detail

getGeometry

public IGeometry getGeometry()

setGeometry

public void setGeometry(IGeometry geom)