geospatial icon indicating copy to clipboard operation
geospatial copied to clipboard

Add support for other geometry classes known by WKT

Open navibyte opened this issue 3 years ago • 1 comments

https://en.wikipedia.org/wiki/Well-known_text_representation_of_geometry

Now (at least some level of) support for:

  • Point, MultiPoint
  • LineString, MultiLineString
  • Polygon, MultiPolygon
  • GeometryCollection

However NO support for these, and not yet even planned any, is there need?

  • Triangle
  • PolyhedralSurface
  • TIN (Triangulated irregular network)

Well-known binary (WKB) seems to have even more, but maybe most of these are totally out of focus for the geocore library...

  • CircularString
  • CompoundCurve
  • CurvePolygon
  • MultiCurve
  • MultiSurface
  • Curve
  • Surface
  • Circle
  • GeodesicString
  • EllipticalCurve
  • NurbsCurve
  • Clothoid
  • SpiralCurve
  • CompoundSurface
  • BrepSolid
  • AffinePlacement

navibyte avatar May 22 '21 18:05 navibyte