Hi all
does OJ alreay have a way to load a featurecollection into a JTable?
I know Geotools has a such way (
http://docs.geotools.org/stable/userguide/tutorial/filter/query.html):

JTable table
SimpleFeatureCollection features ....
FeatureCollectionTableModel model = new
FeatureCollectionTableModel(features);
table.setModel(model); (*)

I don't want to use geotools neither to "reinvent the wheel". Do we have
something similar (and simple)?
thanks in advance.

Peppe

(*) Geometry attributes are saved as string
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to