Shapes
GIS made easy, a lightweight header-only planar geometry library for Modern C++
Public Attributes | List of all members
simo::shapes::wkt_data Struct Reference

A Well-known text (WKT) markup language parser result data. More...

#include <wkt_parser.hpp>

Public Attributes

geometry_type geom_type
 the dimension type of the geometry
 
std::vector< double > coords
 the coordinates as a sequence of numbers
 
std::vector< std::size_t > offsets
 the offsets in the coordinates sequence
 

Detailed Description

A Well-known text (WKT) markup language parser result data.

Since
0.0.1

Definition at line 20 of file wkt_parser.hpp.


The documentation for this struct was generated from the following file: