|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ItemVisitor | |
---|---|
org.geotools.geometry.iso.index | An implementation of GeoAPI Geometry interfaces from ISO 19107. |
org.geotools.geometry.iso.index.quadtree | An implementation of GeoAPI Geometry interfaces from ISO 19107. |
Uses of ItemVisitor in org.geotools.geometry.iso.index |
---|
Classes in org.geotools.geometry.iso.index that implement ItemVisitor | |
---|---|
class |
ArrayListVisitor
|
Methods in org.geotools.geometry.iso.index with parameters of type ItemVisitor | |
---|---|
void |
SpatialIndex.query(Envelope searchEnv,
ItemVisitor visitor)
Queries the index for all items whose extents intersect the given search Envelope , and applies an ItemVisitor to them. |
Uses of ItemVisitor in org.geotools.geometry.iso.index.quadtree |
---|
Methods in org.geotools.geometry.iso.index.quadtree with parameters of type ItemVisitor | |
---|---|
void |
Quadtree.query(Envelope searchEnv,
ItemVisitor visitor)
|
void |
NodeBase.visit(Envelope searchEnv,
ItemVisitor visitor)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |