SpatiaLite  3.0.0-stable
Data Fields
gaiaPointStruct Struct Reference

Container for OGC POINT Geometry. More...

#include <gg_structs.h>

Collaboration diagram for gaiaPointStruct:
Collaboration graph
[legend]

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 gaiaPointStructNext
 pointer to next item [double linked list]
struct gaiaPointStructPrev
 pointer to previous item [double linked list]

Detailed Description

Container for OGC POINT Geometry.

Examples:

demo2.c.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Defines