postgis/java/jdbc/todo.txt
Sandro Santilli ce60706670 Update Java components to support SRID<=0 as unknown SRID (#1221)
This is first patch by Maria Arias de Reyna taking on maintainance
of the Java components. It includes tweaks in README file and
a new maven based build system. It also includes some indenting
changes.

git-svn-id: http://svn.osgeo.org/postgis/trunk@8710 b70326c6-7e19-0410-871a-916f4a2858ee
2012-01-09 11:01:44 +00:00

29 lines
914 B
Plaintext

Todo for PostGIS 1.0 compatible JDBC classes
$Id$
- even more Testing, especialy against different postgis,
pgjdbc and postgresql releases.
- Use JUnit for testing (maven)
- Unify the build of app java projects -> maven
- Handling of length() - esp. with modifying the geometries
- Handling of hashCode() - esp. with modifying the geometries
- Test correctness of toString() and getValue() for compatibility reasons
- See where the code can be cleaned and leaned.
- Finish JTS support
- Creating a sane extension interface for pgjdbc that allows binary
transfers and convince upstream to use it, then create support for it.
- Possibly adding server side code to support plJava
http://gborg.postgresql.org/project/pljava/projdisplay.php
- Rework the BinaryParser/BinaryWriter to work on SQLInput/SQLOutput
instances, as well as reworking ValueGetter/ValueSetter to implment those interfaces.