es.unex.sextante.dataObjects
Interface IFeature

All Known Implementing Classes:
FeatureImpl

public interface IFeature

A generic interface for features, to be used by SEXTANTE algorithms

Author:
Victor Olaya volaya@unex.es

Method Summary
 com.vividsolutions.jts.geom.Geometry getGeometry()
          Returns the geometry of the feature
 IRecord getRecord()
          Returns the set of attributes of the feature
 

Method Detail

getGeometry

com.vividsolutions.jts.geom.Geometry getGeometry()
Returns the geometry of the feature

Returns:
the geometry of the feature

getRecord

IRecord getRecord()
Returns the set of attributes of the feature

Returns:
the attributes of the feature