This class implements a vertex search snap.
More...
#include <SnapVertex.h>
|
static Snap * | Builder (const std::string &source, int srid) |
|
This class implements a vertex search snap.
Definition at line 45 of file SnapVertex.h.
te::edit::SnapVertex::SnapVertex |
( |
const std::string & |
source, |
|
|
int |
srid = TE_UNKNOWN_SRS |
|
) |
| |
te::edit::SnapVertex::~SnapVertex |
( |
| ) |
|
static Snap* te::edit::SnapVertex::Builder |
( |
const std::string & |
source, |
|
|
int |
srid |
|
) |
| |
|
static |
void te::edit::SnapVertex::clear |
( |
| ) |
|
|
virtual |
std::string te::edit::SnapVertex::getDescription |
( |
| ) |
const |
|
virtual |
std::size_t te::edit::Snap::getMaxGeometries |
( |
| ) |
const |
|
inherited |
std::string te::edit::SnapVertex::getName |
( |
| ) |
const |
|
virtual |
std::size_t te::edit::Snap::getNGeometries |
( |
| ) |
const |
|
inherited |
std::string te::edit::Snap::getSource |
( |
| ) |
const |
|
inherited |
int te::edit::Snap::getSRID |
( |
| ) |
const |
|
inherited |
double te::edit::Snap::getTolerance |
( |
| ) |
const |
|
inherited |
void te::edit::Snap::setTolerance |
( |
const double & |
t | ) |
|
|
inherited |
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 |
|
) |
| |
|
inherited |
std::size_t te::edit::Snap::m_maxGeometries |
|
protectedinherited |
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 |
|
protectedinherited |
The current number of geometries added to the snap.
Definition at line 111 of file Snap.h.
Internal index used to retrieve geometries spatially.
Definition at line 70 of file SnapVertex.h.
std::string te::edit::Snap::m_source |
|
protectedinherited |
The source of the geometries.
Definition at line 109 of file Snap.h.
int te::edit::Snap::m_srid |
|
protectedinherited |
The SRS of the geometries.
Definition at line 110 of file Snap.h.
double te::edit::Snap::m_tolerance |
|
protectedinherited |
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/terralib5/src/terralib/edit/SnapVertex.h