![]() |
TerraLib 4.1
|
TeSample: A class for handling 2D Points with an associated measure. More...
#include <TeGeometry.h>
Public Member Functions | |
| TeSample (const TeCoord2D &location, double measure=0.) | |
| Constructor. | |
| TeGeomRep | elemType () const |
| Returns the basic geometry type in a set of geometries structure. | |
TeSample: A class for handling 2D Points with an associated measure.
| TeSample::TeSample | ( | const TeCoord2D & | location, |
| double | measure = 0. |
||
| ) | [inline] |
Constructor.
| location | the position of the sample |
| measure | the value associated to the sample |
| TeGeomRep TeSample::elemType | ( | ) | const [inline, virtual] |
Returns the basic geometry type in a set of geometries structure.
Reimplemented from TeGeometry.