#include <TdkLineStylePeriodicSymbolRenderer.h>
Inheritance diagram for TdkLineStylePeriodicSymbolRenderer:
Public Member Functions | |
TdkLineStylePeriodicSymbolRenderer () | |
Default constructor. | |
virtual | ~TdkLineStylePeriodicSymbolRenderer () |
Virtual destructor. | |
virtual void | draw (TdkLineStyle &style, TdkCanvas *canvas, TeLine2D &line, TeColor &externColor, double externWidthFactor) |
TODO: Document this method. | |
virtual void | drawSample (TdkLineStyle &style, TdkCanvas *canvas, int x, int y, TeColor &externColor) |
TODO: Document this method. | |
virtual void | drawSampleContour (TdkLineStyle &style, TdkCanvas *canvas, int x, int y, TeColor &externColor) |
TODO: Document this method. | |
Private Member Functions | |
TeCoord2D | convertCoordPC2LL (TeCoord2D &coord, TeProjection *proj) |
TODO: Document this method. | |
TeCoord2D | convertCoordLL2PC (TeCoord2D &coord, TeProjection *proj) |
TODO: Document this method. |
TdkLineStylePeriodicSymbolRenderer::TdkLineStylePeriodicSymbolRenderer | ( | ) |
Default constructor.
TdkLineStylePeriodicSymbolRenderer::~TdkLineStylePeriodicSymbolRenderer | ( | ) | [virtual] |
Virtual destructor.
void TdkLineStylePeriodicSymbolRenderer::draw | ( | TdkLineStyle & | style, | |
TdkCanvas * | canvas, | |||
TeLine2D & | line, | |||
TeColor & | externColor, | |||
double | externWidthFactor | |||
) | [virtual] |
void TdkLineStylePeriodicSymbolRenderer::drawSample | ( | TdkLineStyle & | style, | |
TdkCanvas * | canvas, | |||
int | x, | |||
int | y, | |||
TeColor & | externColor | |||
) | [virtual] |
void TdkLineStylePeriodicSymbolRenderer::drawSampleContour | ( | TdkLineStyle & | style, | |
TdkCanvas * | canvas, | |||
int | x, | |||
int | y, | |||
TeColor & | externColor | |||
) | [virtual] |
TeCoord2D TdkLineStylePeriodicSymbolRenderer::convertCoordPC2LL | ( | TeCoord2D & | coord, | |
TeProjection * | proj | |||
) | [private] |
TODO: Document this method.
TeCoord2D TdkLineStylePeriodicSymbolRenderer::convertCoordLL2PC | ( | TeCoord2D & | coord, | |
TeProjection * | proj | |||
) | [private] |
TODO: Document this method.