"CIRCULARSTRING(-2 0,0 2,2 0,0 2,2 4)",
"lwgeom_to_geojson: 'CircularString' geometry type not supported");
- /* CompoundString */
+ /* CompoundCurve */
do_geojson_unsupported(
"COMPOUNDCURVE(CIRCULARSTRING(0 0,1 1,1 0),(1 0,0 1))",
- "lwgeom_to_geojson: 'CompoundString' geometry type not supported");
+ "lwgeom_to_geojson: 'CompoundCurve' geometry type not supported");
/* CurvePolygon */
do_geojson_unsupported(
"CIRCULARSTRING(-2 0,0 2,2 0,0 2,2 4)",
"lwgeom_to_gml3: 'CircularString' geometry type not supported");
- /* GML2 - CompoundString */
+ /* GML2 - CompoundCurve */
do_gml2_unsupported(
"COMPOUNDCURVE(CIRCULARSTRING(0 0,1 1,1 0),(1 0,0 1))",
- "lwgeom_to_gml2: 'CompoundString' geometry type not supported");
- /* GML3 - CompoundString */
+ "lwgeom_to_gml2: 'CompoundCurve' geometry type not supported");
+ /* GML3 - CompoundCurve */
do_gml3_unsupported(
"COMPOUNDCURVE(CIRCULARSTRING(0 0,1 1,1 0),(1 0,0 1))",
- "lwgeom_to_gml3: 'CompoundString' geometry type not supported");
+ "lwgeom_to_gml3: 'CompoundCurve' geometry type not supported");
/* GML2 - CurvePolygon */
do_gml2_unsupported(
"CIRCULARSTRING(-2 0,0 2,2 0,0 2,2 4)",
"lwgeom_to_kml2: 'CircularString' geometry type not supported");
- /* CompoundString */
+ /* CompoundCurve */
do_kml_unsupported(
"COMPOUNDCURVE(CIRCULARSTRING(0 0,1 1,1 0),(1 0,0 1))",
- "lwgeom_to_kml2: 'CompoundString' geometry type not supported");
+ "lwgeom_to_kml2: 'CompoundCurve' geometry type not supported");
/* CurvePolygon */
do_kml_unsupported(
"CIRCULARSTRING(-2 0,0 2,2 0,0 2,2 4)",
"lwgeom_to_svg: 'CircularString' geometry type not supported");
- /* CompoundString */
+ /* CompoundCurve */
do_svg_unsupported(
"COMPOUNDCURVE(CIRCULARSTRING(0 0,1 1,1 0),(1 0,0 1))",
- "lwgeom_to_svg: 'CompoundString' geometry type not supported");
+ "lwgeom_to_svg: 'CompoundCurve' geometry type not supported");
/* CurvePolygon */
do_svg_unsupported(
"CIRCULARSTRING(-2 0 1,0 2 1,2 0 1,0 2 1,2 4 1)",
"lwgeom_to_x3d3: 'CircularString' geometry type not supported");
- /* CompoundString */
+ /* CompoundCurve */
do_x3d3_unsupported(
"COMPOUNDCURVE(CIRCULARSTRING(0 0 1,1 1 1,1 0 1),(1 0 1,0 1 1))",
- "lwgeom_to_x3d3: 'CompoundString' geometry type not supported");
+ "lwgeom_to_x3d3: 'CompoundCurve' geometry type not supported");
}
<UINT32> -- number of elements in following ORDINATE_ARRAY
<ORDINATE_ARRAY>
-=CompoundString=
+=CompoundCurve=
-A CompoundString geometry is as follows:
+A CompoundCurve geometry is as follows:
<COMMON_HEADER>
<UINT32> -- number of segments
One or more geometries as specified by previous uint32:
<SERIALIZED_GEOMETRY> -- Must be some combination of
LineStrings and CircularStrings.
- CompoundString are not yet supported.
+ CompoundCurve are not yet supported.
=Collections=