|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CloseableCollection | |
---|---|
org.geotools.data.shapefile.indexed | |
org.geotools.index.quadtree |
Uses of CloseableCollection in org.geotools.data.shapefile.indexed |
---|
Classes in org.geotools.data.shapefile.indexed that implement CloseableCollection | |
---|---|
class |
CloseableArrayList
Currently just wraps ArrayList and delegates to that class |
Constructors in org.geotools.data.shapefile.indexed with parameters of type CloseableCollection | |
---|---|
IndexedShapefileAttributeReader(AttributeDescriptor[] atts,
ShapefileReader shp,
IndexedDbaseFileReader dbf,
CloseableCollection<Data> goodRecs)
Create the shape reader |
|
IndexedShapefileAttributeReader(List<AttributeDescriptor> attributes,
ShapefileReader shp,
IndexedDbaseFileReader dbf,
CloseableCollection<Data> goodRecs)
|
Uses of CloseableCollection in org.geotools.index.quadtree |
---|
Classes in org.geotools.index.quadtree that implement CloseableCollection | |
---|---|
class |
LazySearchCollection
A collection that will open and close the QuadTree and find the next id in the index. |
Methods in org.geotools.index.quadtree that return CloseableCollection | |
---|---|
CloseableCollection<Data> |
QuadTree.search(Envelope bounds)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |