20#ifndef GEOS_IO_WKBCONSTANTS_H
21#define GEOS_IO_WKBCONSTANTS_H
35 const int wkbPoint = 1;
36 const int wkbLineString = 2;
37 const int wkbPolygon = 3;
38 const int wkbMultiPoint = 4;
39 const int wkbMultiLineString = 5;
40 const int wkbMultiPolygon = 6;
41 const int wkbGeometryCollection = 7;
Constant values used by the WKB format.
Definition WKBConstants.h:27
const int wkbNDR
Little Endian.
Definition WKBConstants.h:33
const int wkbXDR
Big Endian.
Definition WKBConstants.h:30
Contains the interfaces for converting JTS objects to and from other formats.
Definition Geometry.h:56
Basic namespace for all GEOS functionalities.
Definition IndexedNestedRingTester.h:25