|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Coordinate objects.H2Table in your
TableEngine implementation.FileDriverFileDriver, the key is the row index [1-n].Coordinates is
oriented counter-clockwise.
FileChannel in = new FileInputStream("thefile.dbf").getChannel();
ShapefileReader r = new ShapefileReader( in ) while (r.hasNext()) { Geometry
shape = (Geometry) r.nextRecord().shape() // do stuff } r.close();
You don't have to immediately ask for the shape from the record.
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||