Throw a ParseException on missing chars from HEXWKB string (#675)
[geos.git] / TODO
blob204e242b9edd06702f4f0a99a8c27487a0993ac9
1 GEOS TODO:
3 - Port Triangulation API from JTS-1.11
5 - Feed PrecisionModel to OverlayResultValidator to set _TOLERANCE
7 - Test unit tests for snapround package
9 - DoubleBits misregards BYTE_ENDIAN, must check it.
11 - BUILD CORRECTNESS:
12         - include <geos/config.h> from all .cpp files
14 - WKB tester in doc/examples.cpp should do point-by-point comparison.
16 - Implement Safe's idea of a compile-time enabled 2d-only
17   inlineable CoordinateSequence
19 - WKB extension with LINEARRING ?
21 - Check how to disable GEOS_VERSION define on command line
22   (or make GEOS_VERSION define in version.h optional)
23   not a major problems, just makes the compiler issue some warninigs.
25 - Check GeometryEditor behaviour (modify passed geom or create a new one ?)
26   [not documented]
28 - Add distinct binary predicates test support in XMLTester