Package | Description |
---|---|
com.bbn.openmap.layer.shape |
Provides an OpenMap layer for dealing with shape files.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.List<SpatialIndex.Entry> |
SpatialIndex.entries
A cached list of the SpatialIndex file entries, for repeated reference.
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details