GDAL
|
Options for formatting WKT output. More...
#include <ogr_geometry.h>
Public Member Functions | |
OGRWktOptions () | |
Constructor. | |
OGRWktOptions (const OGRWktOptions &)=default | |
Copy constructor. | |
Public Attributes | |
OGRwkbVariant | variant |
Type of WKT output to produce. | |
int | precision |
Precision of output. Interpretation depends on format . | |
bool | round |
Whether GDAL-special rounding should be applied. | |
OGRWktFormat | format |
Formatting type. | |
Options for formatting WKT output.