This class implements geometry snap concept.
More...
#include <Snap.h>
This class implements geometry snap concept.
Definition at line 63 of file Snap.h.
te::edit::Snap::Snap |
( |
const std::string & |
source, |
|
|
int |
srid = TE_UNKNOWN_SRS |
|
) |
| |
virtual te::edit::Snap::~Snap |
( |
| ) |
|
|
virtual |
virtual void te::edit::Snap::clear |
( |
| ) |
|
|
pure virtual |
virtual std::string te::edit::Snap::getDescription |
( |
| ) |
const |
|
pure virtual |
std::size_t te::edit::Snap::getMaxGeometries |
( |
| ) |
const |
virtual std::string te::edit::Snap::getName |
( |
| ) |
const |
|
pure virtual |
std::size_t te::edit::Snap::getNGeometries |
( |
| ) |
const |
std::string te::edit::Snap::getSource |
( |
| ) |
const |
int te::edit::Snap::getSRID |
( |
| ) |
const |
double te::edit::Snap::getTolerance |
( |
| ) |
const |
void te::edit::Snap::setTolerance |
( |
const double & |
t | ) |
|
void te::edit::Snap::setWorld |
( |
const double & |
llx, |
|
|
const double & |
lly, |
|
|
const double & |
urx, |
|
|
const double & |
ury, |
|
|
const std::size_t & |
width, |
|
|
const std::size_t & |
height |
|
) |
| |
std::size_t te::edit::Snap::m_maxGeometries |
|
protected |
The maximum number of geometries that can be added to the snap. If 0, there will be not limit.
Definition at line 112 of file Snap.h.
std::size_t te::edit::Snap::m_nGeometries |
|
protected |
The current number of geometries added to the snap.
Definition at line 111 of file Snap.h.
std::string te::edit::Snap::m_source |
|
protected |
The source of the geometries.
Definition at line 109 of file Snap.h.
int te::edit::Snap::m_srid |
|
protected |
The SRS of the geometries.
Definition at line 110 of file Snap.h.
double te::edit::Snap::m_tolerance |
|
protected |
The tolerance that will be used by the snap. For while, the unit is screen pixels.
Definition at line 113 of file Snap.h.
For transforming from device coordinate to world coordinate and vice-versa.
Definition at line 114 of file Snap.h.
The documentation for this class was generated from the following file:
- /home/castejon/castejon_files/develop/terralib5/git_master/src/terralib/edit/Snap.h