SpatiaLite  4.2.0
 All Data Structures Files Functions Variables Typedefs Macros Pages
Data Fields
gaiaRingStruct Struct Reference

Container for OGC RING Geometry. More...

#include <gg_structs.h>

Collaboration diagram for gaiaRingStruct:
Collaboration graph
[legend]

Data Fields

int Points
 number of points [aka vertices]
 
double * Coords
 COORDs mem-array.
 
int Clockwise
 clockwise / counterclockwise
 
double MinX
 MBR: min X.
 
double MinY
 MBR: min Y.
 
double MaxX
 MBR: max X.
 
double MaxY
 MBR: max Y.
 
int DimensionModel
 one of GAIA_XY, GAIA_XY_Z, GAIA_XY_M, GAIA_XY_ZM
 
struct gaiaRingStructNext
 pointer to next item [linked list]
 
struct gaiaPolygonStructLink
 pointer to belonging Polygon
 

Detailed Description

Container for OGC RING Geometry.

Examples:
demo2.c.

The documentation for this struct was generated from the following file: