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

Container for OGC POLYGON Geometry. More...

#include <gg_structs.h>

Collaboration diagram for gaiaPolygonStruct:
Collaboration graph
[legend]

Data Fields

gaiaRingPtr Exterior
 the exterior ring (mandatory)
 
int NumInteriors
 number of interior rings (may be, none)
 
gaiaRingPtr Interiors
 array of interior rings
 
int NextInterior
 index of first unused interior ring
 
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 gaiaPolygonStructNext
 pointer to next item [linked list]
 

Detailed Description

Container for OGC POLYGON Geometry.

Examples:
demo2.c.

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