|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RasterDataContainer
This interface is for abstraction of RasterData providers. Implementations of this interface can control the loading and unloading of the raster data (i.e. caching, etc).
| Method Summary | |
|---|---|
int |
getColumns()
Returns the columns / width in pixel of the raster |
RasterData |
getRasterData()
Returns the RasterData |
RasterData |
getReadOnlyRasterData()
Returns the RasterData as a read-only copy. |
int |
getRows()
Returns the rows / height in pixel of the raster |
void |
setRasterDataReader(RasterDataReader reader)
Sets the source of the raster data. |
| Method Detail |
|---|
void setRasterDataReader(RasterDataReader reader)
reader - the raster data reader for this containerRasterData getRasterData()
RasterData getReadOnlyRasterData()
int getColumns()
int getRows()
|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||