14#ifndef OGR_PGEOGEOMETRY_H_INCLUDED
15#define OGR_PGEOGEOMETRY_H_INCLUDED
26#define SHPT_POINTZM 11
29#define SHPT_MULTIPOINT 8
30#define SHPT_MULTIPOINTM 28
31#define SHPT_MULTIPOINTZM 18
32#define SHPT_MULTIPOINTZ 20
40#define SHPT_POLYGONM 25
41#define SHPT_POLYGONZM 15
42#define SHPT_POLYGONZ 19
44#define SHPT_MULTIPATCHM 31
45#define SHPT_MULTIPATCH 32
48#define SHPT_GENERALPOLYLINE 50
49#define SHPT_GENERALPOLYGON 51
50#define SHPT_GENERALPOINT 52
51#define SHPT_GENERALMULTIPOINT 53
52#define SHPT_GENERALMULTIPATCH 54
56#define ESRI_LAYERGEOMTYPE_NULL 0
57#define ESRI_LAYERGEOMTYPE_POINT 1
58#define ESRI_LAYERGEOMTYPE_MULTIPOINT 2
59#define ESRI_LAYERGEOMTYPE_POLYLINE 3
60#define ESRI_LAYERGEOMTYPE_POLYGON 4
61#define ESRI_LAYERGEOMTYPE_MULTIPATCH 9
64 int nParts,
const GInt32 *panPartStart,
const GInt32 *panPartType,
65 int nPoints,
const double *padfX,
const double *padfY,
const double *padfZ);
74 int bAllowSHPTTriangle,
int &nParts,
75 std::vector<int> &anPartStart,
76 std::vector<int> &anPartType,
int &nPoints,
77 std::vector<OGRRawPoint> &aoPoints,
78 std::vector<double> &adfZ);
81 GByte **ppabyShape,
int *pnBytes);
Abstract base class for all geometry classes.
Definition ogr_geometry.h:357
unsigned char GByte
Unsigned byte type.
Definition cpl_port.h:175
int GInt32
Int32 type.
Definition cpl_port.h:165
int OGRErr
Type for a OGR error.
Definition ogr_core.h:370
Simple feature geometry classes.