Container for OGC POINT Geometry. More...
#include <gg_structs.h>
Data Fields | |
double | X |
X coordinate. | |
double | Y |
Y coordinate. | |
double | Z |
Z coordinate: only for XYZ and XYZM dims. | |
double | M |
M measure: only for XYM and XYZM dims. | |
int | DimensionModel |
one of GAIA_XY, GAIA_XY_Z, GAIA_XY_M, GAIA_XY_ZM | |
struct gaiaPointStruct * | Next |
pointer to next item [double linked list] | |
struct gaiaPointStruct * | Prev |
pointer to previous item [double linked list] | |
Container for OGC POINT Geometry.