![]() |
HydroCouple
2.0.0
HydroCouple Interface Definitions
|
Type-punning union over all 2D WKB geometry structs. More...
#include <hydrocouplespatialwkb.h>
Type-punning union over all 2D WKB geometry structs.
Allows interpreting a raw WKB byte stream as the appropriate concrete geometry type after inspecting the wkbType field.
| WKBGeometryCollection WKBGeometry::collection |
| WKBLineString WKBGeometry::linestring |
| WKBMultiLineString WKBGeometry::mlinestring |
| WKBMultiPoint WKBGeometry::mpoint |
| WKBMultiPolygon WKBGeometry::mpolygon |
| WKBPoint WKBGeometry::point |
| WKBPolygon WKBGeometry::polygon |
| WKBPolyhedralSurface WKBGeometry::polyhedralsurface |
| WKBTIN WKBGeometry::tin |
| WKBTriangle WKBGeometry::triangle |