| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.coverage.raster.container.DiskBasedTileContainer
public class DiskBasedTileContainer
| Constructor Summary | |
|---|---|
| DiskBasedTileContainer(File file) | |
| DiskBasedTileContainer(RasterBuilder.QTreeInfo info,
                       List<File> files,
                       List<AbstractRaster> rasters,
                       RasterIOOptions options) | |
| Method Summary | |
|---|---|
|  void | export(File file) | 
|  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. | 
|  boolean | isInitialized() | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public DiskBasedTileContainer(RasterBuilder.QTreeInfo info,
                              List<File> files,
                              List<AbstractRaster> rasters,
                              RasterIOOptions options)
info - files - rasters - options - public DiskBasedTileContainer(File file)
file - | Method Detail | 
|---|
public Envelope getEnvelope()
TileContainer
getEnvelope in interface TileContainerpublic RasterDataInfo getRasterDataInfo()
TileContainer
getRasterDataInfo in interface TileContainerpublic RasterGeoReference getRasterReference()
TileContainer
getRasterReference in interface TileContainerpublic ResolutionInfo getResolutionInfo()
getResolutionInfo in interface TileContainerpublic boolean isInitialized()
public List<AbstractRaster> getTiles(Envelope env)
TileContainer
getTiles in interface TileContainerenv - return List with tiles
List with all intersecting tiles.public void export(File file)
file - | 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||