GEOS  3.9.1dev
Namespaces | Variables
WKBConstants.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 geos
 Basic namespace for all GEOS functionalities.
 
 geos::io
 Contains the interfaces for converting JTS objects to and from other formats.
 
 geos::io::WKBConstants
 Constant values used by the WKB format.
 

Variables

const int geos::io::WKBConstants::wkbXDR = 0
 Big Endian. More...
 
const int geos::io::WKBConstants::wkbNDR = 1
 Little Endian. More...
 
const int geos::io::WKBConstants::wkbPoint = 1
 
const int geos::io::WKBConstants::wkbLineString = 2
 
const int geos::io::WKBConstants::wkbPolygon = 3
 
const int geos::io::WKBConstants::wkbMultiPoint = 4
 
const int geos::io::WKBConstants::wkbMultiLineString = 5
 
const int geos::io::WKBConstants::wkbMultiPolygon = 6
 
const int geos::io::WKBConstants::wkbGeometryCollection = 7