Uses of Class
org.geotools.data.shapefile.index.Data
-
Packages that use Data Package Description org.geotools.data.shapefile.index org.geotools.data.shapefile.index.quadtree -
-
Uses of Data in org.geotools.data.shapefile.index
Methods in org.geotools.data.shapefile.index that return Data Modifier and Type Method Description Data
Data. addValue(Object val)
Methods in org.geotools.data.shapefile.index that return types with arguments of type Data Modifier and Type Method Description CloseableIterator<Data>
CachedQuadTree. search(Envelope bounds)
-
Uses of Data in org.geotools.data.shapefile.index.quadtree
Methods in org.geotools.data.shapefile.index.quadtree that return Data Modifier and Type Method Description Data
LazySearchIterator. next()
Methods in org.geotools.data.shapefile.index.quadtree that return types with arguments of type Data Modifier and Type Method Description CloseableIterator<Data>
QuadTree. search(Envelope bounds)
Method parameters in org.geotools.data.shapefile.index.quadtree with type arguments of type Data Modifier and Type Method Description void
QuadTree. close(Iterator<Data> iter)
Closes this QuadTree after use...void
QuadTree. registerIterator(Iterator<Data> object)
-