#include <TdkCreatePointTask.h>
Inheritance diagram for TdkCreatePointTask:
Public Member Functions | |
TdkCreatePointTask () | |
~TdkCreatePointTask () | |
Protected Member Functions | |
virtual void | handleVSEvent (TdkEvent &event) |
virtual void | handleVSEvent (TdkPointEvent &event) |
virtual void | handleVSEvent (TdkStartEvent &event) |
virtual void | handleVSEvent (TdkValidateCoordinateEvent &event) |
virtual void | createPoint (const TePoint &point) |
Private Member Functions | |
virtual void | createGeometricPoint (const TePoint &point) |
virtual void | createGeographicPoint (const TePoint &point) |
bool | saveAttributes () |
bool | saveAttributes (bool saveAttributes) |
Private Attributes | |
bool | _saveAttributes |
TdkCreatePointTask::TdkCreatePointTask | ( | ) | [inline] |
TdkCreatePointTask::~TdkCreatePointTask | ( | ) |
void TdkCreatePointTask::handleVSEvent | ( | TdkEvent & | event | ) | [protected, virtual] |
void TdkCreatePointTask::handleVSEvent | ( | TdkPointEvent & | event | ) | [protected, virtual] |
void TdkCreatePointTask::handleVSEvent | ( | TdkStartEvent & | event | ) | [protected, virtual] |
void TdkCreatePointTask::handleVSEvent | ( | TdkValidateCoordinateEvent & | event | ) | [protected, virtual] |
void TdkCreatePointTask::createPoint | ( | const TePoint & | point | ) | [protected, virtual] |
void TdkCreatePointTask::createGeometricPoint | ( | const TePoint & | point | ) | [private, virtual] |
void TdkCreatePointTask::createGeographicPoint | ( | const TePoint & | point | ) | [private, virtual] |
bool TdkCreatePointTask::saveAttributes | ( | ) | [inline, private] |
bool TdkCreatePointTask::saveAttributes | ( | bool | saveAttributes | ) | [inline, private] |
bool TdkCreatePointTask::_saveAttributes [private] |