Go to the source code of this file.
Compounds | |
struct | GeoObj |
struct | LinearRing |
struct | Point |
struct | WKBBox |
union | WKBGeometry |
struct | WKBLineString |
struct | WKBMultiLineString |
struct | WKBMultiPoint |
struct | WKBMultiPolygon |
struct | WKBPoint |
struct | WKBPolygon |
Defines | |
#define | _GNU_SOURCE |
#define | FM_POINT 1 |
#define | FM_LINESTRING 2 |
#define | FM_POLYGON 3 |
#define | FM_MULTIPOINT 4 |
#define | FM_MULTILINESTRING 5 |
#define | FM_MULTIPOLYGON 6 |
#define | FM_GEOMETRYCOLLECTION 7 |
#define | FM_BOX 101 |
Enumerations | |
enum | wkbGeometryType { wkbPoint = FM_POINT, wkbLineString = FM_LINESTRING, wkbPolygon = FM_POLYGON, wkbMultiPoint = FM_MULTIPOINT, wkbMultiLineString = FM_MULTILINESTRING, wkbMultiPolygon = FM_MULTIPOLYGON, wkbGeometryCollection = FM_GEOMETRYCOLLECTION, wkbBox = FM_BOX } |
enum | wkbByteOrder { wkbXDR = 0, wkbNDR = 1 } |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|