|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TreeException | |
---|---|
org.geotools.data.shapefile.indexed | |
org.geotools.index |
Uses of TreeException in org.geotools.data.shapefile.indexed |
---|
Methods in org.geotools.data.shapefile.indexed that throw TreeException | |
---|---|
void |
IndexedShapefileDataStore.buildQuadTree()
Builds the QuadTree index. |
int |
ShapeFileIndexer.index(boolean verbose,
ProgressListener listener)
Index the shapefile denoted by setShapeFileName(String fileName) If when a thread starts, another thread is indexing the same file, this thread will wait that the first thread ends indexing; in this case zero is reurned as result of the indexing process. |
protected CloseableCollection<Data> |
IndexedShapefileDataStore.queryQuadTree(Envelope bbox)
QuadTree Query |
Uses of TreeException in org.geotools.index |
---|
Methods in org.geotools.index that throw TreeException | |
---|---|
Data |
Data.addValue(Object val)
DOCUMENT ME! |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |