30 #ifndef _OGR_PGEOGEOMETRY_H_INCLUDED
31 #define _OGR_PGEOGEOMETRY_H_INCLUDED
38 #define SHPT_POINTM 21
39 #define SHPT_POINTZM 11
42 #define SHPT_MULTIPOINT 8
43 #define SHPT_MULTIPOINTM 28
44 #define SHPT_MULTIPOINTZM 18
45 #define SHPT_MULTIPOINTZ 20
52 #define SHPT_POLYGON 5
53 #define SHPT_POLYGONM 25
54 #define SHPT_POLYGONZM 15
55 #define SHPT_POLYGONZ 19
57 #define SHPT_MULTIPATCHM 31
58 #define SHPT_MULTIPATCH 32
60 #define SHPT_GENERALPOLYLINE 50
61 #define SHPT_GENERALPOLYGON 51
62 #define SHPT_GENERALPOINT 52
63 #define SHPT_GENERALMULTIPOINT 53
64 #define SHPT_GENERALMULTIPATCH 54
68 #define ESRI_LAYERGEOMTYPE_NULL 0
69 #define ESRI_LAYERGEOMTYPE_POINT 1
70 #define ESRI_LAYERGEOMTYPE_MULTIPOINT 2
71 #define ESRI_LAYERGEOMTYPE_POLYLINE 3
72 #define ESRI_LAYERGEOMTYPE_POLYGON 4
73 #define ESRI_LAYERGEOMTYPE_MULTIPATCH 9
76 OGRErr CPL_DLL OGRCreateFromShapeBin( GByte *pabyShape,
80 OGRErr CPL_DLL OGRWriteToShapeBin(
OGRGeometry *poGeom,
Definition: ogr_geometry.h:77