You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WKTReader2 from geotools doesn't support dimension name after geometry type ("POINT Z ..."). A fallback to original WKTReader is added to avoid regressions. An interface GeometryFormat is mainly added to clarify naming and to allow other formats such as GeoJSON, WKB,... in the future.
The text was updated successfully, but these errors were encountered:
mborne
changed the title
validator-core - improve support for curve geometry types
validator-core - improve or clarify support for curve geometry types
Jul 12, 2021
mborne
changed the title
validator-core - improve or clarify support for curve geometry types
validator-core - add support for curved geometries
Aug 4, 2021
Problem
CURVEPOLYGON appears in PCRS datasets ( #231 ) and JTS can't read the corresponding WKT
Actions
Short term
GeometryReader
class to useWKTReader2
by default instead ofWKTReader
as geotools extends JTS Geometry types to bring curved geometry support (see https://docs.geotools.org/stable/userguide/library/jts/geometry.html )Long term
Notes
GeometryFormat
is mainly added to clarify naming and to allow other formats such as GeoJSON, WKB,... in the future.The text was updated successfully, but these errors were encountered: