[postgis-users] WKB4J

David Garnier david.garnier at etudier-online.com
Mon Jul 29 09:47:35 PDT 2002


On Mon, 29 Jul 2002 09:44:22 -0700
Dave Blasby <dblasby at refractions.net> wrote:

> David Garnier wrote:
> > WKB4J is a small Java toolkit designed to parse WKB data stored in a PostGIS database and convert it into Java objects. WKB4J implements the Simple Features Specification for SQL as defined by the OpenGIS consortium.
> 
> 
> Excellent - I'm looking forward to checking this out!
> 
> Are you handling 3d points?  PostGIS (and several other WKB-producing
> Open Source projects) are adding 80x (128 decimal) to the WKB type and
> then putting in 3 doubles for points (x,y,z).

Well right now it doesn't, but it would just require one switch case and 3 more methods in the Factory interface. Do you have a reference where I could learn more about this?

Best Regards,
David Garnier




More information about the postgis-users mailing list