575{
579 uint32_t i, j;
581
582 LWDEBUG(2,
"lwcompound_stroke called.");
583
585
586 for (i = 0; i < icompound->
ngeoms; i++)
587 {
588 geom = icompound->
geoms[i];
590 {
593 {
596 }
598 }
600 {
603 {
606 }
607 }
608 else
609 {
611 return NULL;
612 }
613 }
614
617}
const char * lwtype_name(uint8_t type)
Return the type name string associated with a type number (e.g.
POINTARRAY * ptarray_construct_empty(char hasz, char hasm, uint32_t maxpoints)
Create a new POINTARRAY with no points.
#define FLAGS_GET_Z(flags)
LWLINE * lwline_construct(int32_t srid, GBOX *bbox, POINTARRAY *points)
#define FLAGS_GET_M(flags)
int getPoint4d_p(const POINTARRAY *pa, uint32_t n, POINT4D *point)
int ptarray_append_point(POINTARRAY *pa, const POINT4D *pt, int allow_duplicates)
Append a point to the end of an existing POINTARRAY If allow_duplicate is LW_FALSE,...
#define LW_TRUE
Return types for functions with status returns.
void lwline_free(LWLINE *line)
void ptarray_remove_repeated_points_in_place(POINTARRAY *pa, double tolerance, uint32_t min_points)
#define LWDEBUG(level, msg)
void lwerror(const char *fmt,...)
Write a notice out to the error handler.
static LWLINE * lwcircstring_linearize(const LWCIRCSTRING *icurve, double tol, LW_LINEARIZE_TOLERANCE_TYPE tolerance_type, int flags)