Container for OGC RING Geometry. More...
#include <gg_structs.h>
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 gaiaRingStruct * | Next |
pointer to next item [linked list] | |
struct gaiaPolygonStruct * | Link |
pointer to belonging Polygon | |
Container for OGC RING Geometry.