Helper class for writing of geometry commands.
More...
Helper class for writing of geometry commands.
Definition at line 30 of file qgsvectortilemvtencoder.cpp.
◆ MVTGeometryWriter()
MVTGeometryWriter::MVTGeometryWriter |
( |
vector_tile::Tile_Feature * |
f, |
|
|
int |
res, |
|
|
const QgsRectangle & |
tileExtent |
|
) |
| |
|
inline |
◆ addClosePath()
void MVTGeometryWriter::addClosePath |
( |
| ) |
|
|
inline |
◆ addLineTo()
void MVTGeometryWriter::addLineTo |
( |
int |
count | ) |
|
|
inline |
◆ addMoveTo()
void MVTGeometryWriter::addMoveTo |
( |
int |
count | ) |
|
|
inline |
◆ addPoint() [1/2]
void MVTGeometryWriter::addPoint |
( |
const QgsPoint & |
pt | ) |
|
|
inline |
◆ addPoint() [2/2]
void MVTGeometryWriter::addPoint |
( |
const QPoint & |
pt | ) |
|
|
inline |
◆ mapToTileCoordinates()
QPoint MVTGeometryWriter::mapToTileCoordinates |
( |
double |
x, |
|
|
double |
y |
|
) |
| |
|
inline |
◆ cursor
QPoint MVTGeometryWriter::cursor |
◆ feature
vector_tile::Tile_Feature* MVTGeometryWriter::feature = nullptr |
◆ resolution
int MVTGeometryWriter::resolution |
◆ tileDX
double MVTGeometryWriter::tileDX |
◆ tileDY
double MVTGeometryWriter::tileDY |
◆ tileXMin
double MVTGeometryWriter::tileXMin |
◆ tileYMax
double MVTGeometryWriter::tileYMax |
The documentation for this struct was generated from the following file: