What steps will reproduce the problem?
1. On the code QueryTest.java, line 39 Indexer i = new Indexer(rtree);
2. Compile QueryTest.java
3.
What is the expected output?
Clean compile
What do you see instead?
Java Error:
cannot find symbol
symbol: constructor Indexer(spatialindex.rtree.RTree)
location class org.geospatialweb.arqext.Indexer
What version of the product are you using?
geospatial-0.0.2.jar
On what operating system?
Linux
Please provide any additional information below.
Original issue reported on code.google.com by
emilio.m...@gmail.comon 24 Nov 2008 at 4:24Attachments: