|
From: Josh D. <jo...@jo...> - 2012-03-24 02:30:52
|
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 |