|
From: sorel j. <joh...@ge...> - 2012-03-24 14:33:14
|
Hello, I only know the geotoolkit project which is implementing the feature interfaces from GeoAPI. There is also a korean library I've seen once but I don't know it's name. The geotoolkit library can be found here : http://www.geotoolkit.org Since you also mentionned open street map, the project already have modules to read/write osm xml, a module to exchange with OSM latest API (v0.6) both for reading and writing and a module to query osm TMS servers. Of course everything is exposed using GeoAPI Complexe Features. There are more modules you could be interested in but it's not the right list to talk about it. I wrote those modules so if you have any question just send me a mail. Johann Sorel Geomatys On 24/03/2012 03:30, Josh Doe wrote: > I'm trying to update the Java Conflation Suite (JCS, cousin of JTS) > for use in the JOSM OpenStreetMap editor, and was hoping to remove the > existing dependency on JUMP for its Feature class, and discovered > GeoAPI today from the OpenJUMP mailing list. Are there any available > implementations of the Feature interface? In particular I'd be > interested in any that implements that class and not SimpleFeature, > since the OpenStreetMap data model does not fit that simple case (each > feature can have arbitrary string attributes). > > If interested you can read my other inquiries on the OpenJUMP and JTS lists: > http://www.mail-archive.com/jum...@li.../msg10556.html > http://sourceforge.net/mailarchive/message.php?msg_id=28969491 > > -Josh > > ------------------------------------------------------------------------------ > This SF email is sponsosred by: > Try Windows Azure free for 90 days Click Here > http://p.sf.net/sfu/sfd2d-msazure > _______________________________________________ > Geoapi-devel mailing list > Geo...@li... > https://lists.sourceforge.net/lists/listinfo/geoapi-devel |