|
||||||||||
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 | |
---|---|
RasterData |
getRasterData()
Returns the RasterData |
RasterData |
getReadOnlyRasterData()
Returns the RasterData as a read-only copy. |
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |