SpatiaLite  4.3.0
Data Fields
gaia_dxf_polyline Struct Reference

wrapper for DXF Polyline object could be a Linestring or a Polygon depending on the is_closed flag More...

#include <gg_dxf.h>

Collaboration diagram for gaia_dxf_polyline:
Collaboration graph
[legend]

Data Fields

int is_closed
 open (Linestring) or closed (Polygon exterior ring)
 
int points
 total count of points
 
double * x
 array of X coordinates
 
double * y
 array of Y coordinates
 
double * z
 array of Z coordinates
 
gaiaDxfHolePtr first_hole
 pointer to first Polygon hole [linked list]
 
gaiaDxfHolePtr last_hole
 pointer to last Polygon hole [linked list]
 
gaiaDxfExtraAttrPtr first
 pointer to first Extra Attribute [linked list]
 
gaiaDxfExtraAttrPtr last
 pointer to last Extra Attribute [linked list]
 
struct gaia_dxf_polylinenext
 pointer to next item [linked list]
 

Detailed Description

wrapper for DXF Polyline object could be a Linestring or a Polygon depending on the is_closed flag


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