|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectes.unex.sextante.dataObjects.FeatureImpl
public class FeatureImpl
A simple implementation of the IFeature interface
Constructor Summary | |
---|---|
FeatureImpl(com.vividsolutions.jts.geom.Geometry geom,
java.lang.Object[] values)
Creates a new feature |
Method Summary | |
---|---|
com.vividsolutions.jts.geom.Geometry |
getGeometry()
Returns the geometry of the feature |
IRecord |
getRecord()
Returns the set of attributes of the feature |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FeatureImpl(com.vividsolutions.jts.geom.Geometry geom, java.lang.Object[] values)
geom
- the geometry of the featurevalues
- the set of associated attributesMethod Detail |
---|
public com.vividsolutions.jts.geom.Geometry getGeometry()
IFeature
getGeometry
in interface IFeature
public IRecord getRecord()
IFeature
getRecord
in interface IFeature
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |