|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Data | |
---|---|
org.geotools.data.shapefile.indexed | |
org.geotools.index | |
org.geotools.index.quadtree |
Uses of Data in org.geotools.data.shapefile.indexed |
---|
Fields in org.geotools.data.shapefile.indexed with type parameters of type Data | |
---|---|
protected java.util.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 that return types with arguments of type Data | |
---|---|
protected CloseableCollection<Data> |
IndexedShapefileDataStore.queryQuadTree(com.vividsolutions.jts.geom.Envelope bbox)
QuadTree Query |
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(java.util.Iterator<Data> iter)
|
Constructor parameters in org.geotools.data.shapefile.indexed with type arguments of type Data | |
---|---|
IndexedShapefileAttributeReader(org.opengis.feature.type.AttributeDescriptor[] atts,
ShapefileReader shp,
IndexedDbaseFileReader dbf,
CloseableCollection<Data> goodRecs)
Create the shape reader |
|
IndexedShapefileAttributeReader(java.util.List<org.opengis.feature.type.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(java.lang.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 | |
---|---|
java.util.Iterator<Data> |
LazySearchCollection.iterator()
|
CloseableCollection<Data> |
QuadTree.search(com.vividsolutions.jts.geom.Envelope bounds)
|
Method parameters in org.geotools.index.quadtree with type arguments of type Data | |
---|---|
void |
LazySearchCollection.closeIterator(java.util.Iterator<Data> iter)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |