|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Data | |
---|---|
org.geotools.data.shapefile.indexed | |
org.geotools.index | |
org.geotools.index.quadtree | |
org.geotools.index.rtree |
Uses of Data in org.geotools.data.shapefile.indexed |
---|
Fields in org.geotools.data.shapefile.indexed with type parameters of type Data | |
---|---|
protected Iterator<Data> |
IndexedShapefileAttributeReader.goodRecs
|
Methods in org.geotools.data.shapefile.indexed that return Data | |
---|---|
Data |
CloseableArrayList.get(int index)
|
Methods in org.geotools.data.shapefile.indexed with parameters of type Data | |
---|---|
boolean |
CloseableArrayList.add(Data o)
|
Method parameters in org.geotools.data.shapefile.indexed with type arguments of type Data | |
---|---|
void |
CloseableArrayList.closeIterator(Iterator<Data> iter)
|
Constructor parameters in org.geotools.data.shapefile.indexed with type arguments of type Data | |
---|---|
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 Data in org.geotools.index |
---|
Methods in org.geotools.index that return Data | |
---|---|
Data |
Data.addValue(Object val)
DOCUMENT ME! |
Uses of Data in org.geotools.index.quadtree |
---|
Methods in org.geotools.index.quadtree that return Data | |
---|---|
Data |
LazySearchIterator.next()
|
Methods in org.geotools.index.quadtree that return types with arguments of type Data | |
---|---|
Iterator<Data> |
LazySearchCollection.iterator()
|
CloseableCollection<Data> |
QuadTree.search(Envelope bounds)
|
Method parameters in org.geotools.index.quadtree with type arguments of type Data | |
---|---|
void |
LazySearchCollection.closeIterator(Iterator<Data> iter)
|
Uses of Data in org.geotools.index.rtree |
---|
Methods in org.geotools.index.rtree with parameters of type Data | |
---|---|
void |
RTree.insert(Envelope bounds,
Data data)
DOCUMENT ME! |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |