|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.coverage.raster.container.IndexedMemoryTileContainer
public class IndexedMemoryTileContainer
The IndexedMemoryTileContainer class uses a quad tree as a spatial index.
| Constructor Summary | |
|---|---|
IndexedMemoryTileContainer(Envelope domain,
RasterGeoReference rasterReference,
int objectsInLeaf)
Uses a QTree as a spatial index. |
|
| Method Summary | |
|---|---|
void |
addRasterTiles(java.util.List<AbstractRaster> rasters)
|
void |
addTile(AbstractRaster raster)
Adds a new tile to the container. |
Envelope |
getEnvelope()
Returns the envelope of all tiles in this container. |
RasterDataInfo |
getRasterDataInfo()
Return the first tile of this container. |
RasterGeoReference |
getRasterReference()
Returns the RasterReference of all tiles in this container. |
ResolutionInfo |
getResolutionInfo()
|
java.util.List<AbstractRaster> |
getTiles(Envelope env)
Returns all tiles that intersects the envelope. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IndexedMemoryTileContainer(Envelope domain,
RasterGeoReference rasterReference,
int objectsInLeaf)
domain - rasterReference - objectsInLeaf - | Method Detail |
|---|
public Envelope getEnvelope()
TileContainer
getEnvelope in interface TileContainerpublic RasterGeoReference getRasterReference()
TileContainer
getRasterReference in interface TileContainerpublic java.util.List<AbstractRaster> getTiles(Envelope env)
TileContainer
getTiles in interface TileContainerenv - return List with tiles
List with all intersecting tiles.public void addTile(AbstractRaster raster)
raster - new tilepublic void addRasterTiles(java.util.List<AbstractRaster> rasters)
rasters - public RasterDataInfo getRasterDataInfo()
TileContainer
getRasterDataInfo in interface TileContainerpublic ResolutionInfo getResolutionInfo()
getResolutionInfo in interface TileContainer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||