|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SpatialIndex.Entry | |
---|---|
com.bbn.openmap.layer.shape | Provides an OpenMap layer for dealing with shape files. |
Uses of SpatialIndex.Entry in com.bbn.openmap.layer.shape |
---|
Fields in com.bbn.openmap.layer.shape with type parameters of type SpatialIndex.Entry | |
---|---|
protected java.util.List<SpatialIndex.Entry> |
SpatialIndex.entries
A cached list of the SpatialIndex file entries, for repeated reference. |
Methods in com.bbn.openmap.layer.shape that return types with arguments of type SpatialIndex.Entry | |
---|---|
static java.util.List<SpatialIndex.Entry> |
SpatialIndex.MemoryIndex.create(java.lang.String shpFile)
|
java.util.List<SpatialIndex.Entry> |
SpatialIndex.MemoryIndex.createIndex(java.lang.String inFile)
Creates a spatial index for a shape file. |
java.util.Iterator<SpatialIndex.Entry> |
SpatialIndex.entryIterator()
Provides an iterator over the SpatialIndex entries. |
java.util.Iterator<SpatialIndex.Entry> |
SpatialIndex.entryIterator(GeoCoordTransformation dataTransform)
Provides an iterator over the SpatialIndex entries. |
protected java.util.List<SpatialIndex.Entry> |
SpatialIndex.readIndexFile(ESRIBoundingBox bounds)
|
protected java.util.List<SpatialIndex.Entry> |
SpatialIndex.readIndexFile(ESRIBoundingBox bounds,
GeoCoordTransformation dataTransform)
|
Method parameters in com.bbn.openmap.layer.shape with type arguments of type SpatialIndex.Entry | |
---|---|
protected void |
SpatialIndex.MemoryIndex.indexNulls(java.io.InputStream is,
long ptr,
java.util.List<SpatialIndex.Entry> entries)
Writes the spatial index for a null shape file. |
protected void |
SpatialIndex.MemoryIndex.indexPoints(java.io.InputStream is,
long ptr,
java.util.List<SpatialIndex.Entry> entries)
Writes the spatial index for a point shape file. |
protected void |
SpatialIndex.MemoryIndex.indexPolygons(java.io.InputStream is,
long ptr,
java.util.List<SpatialIndex.Entry> entries)
Writes the spatial index for a polygon shape file. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |