|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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(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()
|
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 TileContainer
public RasterGeoReference getRasterReference()
TileContainer
getRasterReference
in interface TileContainer
public List<AbstractRaster> getTiles(Envelope env)
TileContainer
getTiles
in interface TileContainer
env
- return List with tiles
List
with all intersecting tiles.public void addTile(AbstractRaster raster)
raster
- new tilepublic void addRasterTiles(List<AbstractRaster> rasters)
rasters
- public RasterDataInfo getRasterDataInfo()
TileContainer
getRasterDataInfo
in interface TileContainer
public ResolutionInfo getResolutionInfo()
getResolutionInfo
in interface TileContainer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |