![]() |
TerraLib 4.1
|
TePoint: A class for handling 2D Points. More...
#include <TeGeometry.h>
Public Member Functions | |
| TePoint (const double &x=0., const double &y=0.) | |
| Default constructor. | |
| TePoint (const TeCoord2D &c) | |
| Copy constructor. | |
| TeGeomRep | elemType () const |
| Returns the basic geometry in a set of geometries structure. | |
| string | objectId () const |
| Returns the identification of the object associated to this geometry. | |
| void | objectId (const string &id) |
| Sets the identification of the object associated to this geometry. | |
TePoint: A class for handling 2D Points.
| TePoint::TePoint | ( | const double & | x = 0., |
| const double & | y = 0. |
||
| ) | [inline] |
Default constructor.
| TePoint::TePoint | ( | const TeCoord2D & | c | ) | [inline] |
Copy constructor.
| TeGeomRep TePoint::elemType | ( | ) | const [inline, virtual] |
Returns the basic geometry in a set of geometries structure.
Reimplemented from TeGeometry.
| void TePoint::objectId | ( | const string & | id | ) | [inline, virtual] |
Sets the identification of the object associated to this geometry.
Reimplemented from TeGeometry.
| string TePoint::objectId | ( | ) | const [inline, virtual] |
Returns the identification of the object associated to this geometry.
Reimplemented from TeGeometry.