|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.coverage.raster.data.container.CachedRasterDataContainer
public class CachedRasterDataContainer
This class implements a cached RasterDataContainer.
| Constructor Summary | |
|---|---|
CachedRasterDataContainer()
Creates an empty RasterDataContainer that loads the data on first access. |
|
CachedRasterDataContainer(RasterDataReader reader)
Creates a RasterDataContainer that loads the data on first access. |
|
| Method Summary | |
|---|---|
RasterData |
getRasterData()
Returns the RasterData |
RasterDataContainer |
getRasterDataContainer(RasterDataContainerFactory.LoadingPolicy type)
Returns a new RasterDataContainer for given type or null, if the implementation doesn't provide this type. |
RasterData |
getReadOnlyRasterData()
Returns the RasterData as a read-only copy. |
void |
setRasterDataReader(RasterDataReader reader)
Sets the source of the raster data. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CachedRasterDataContainer()
public CachedRasterDataContainer(RasterDataReader reader)
reader - RasterReader for the raster source| Method Detail |
|---|
public void setRasterDataReader(RasterDataReader reader)
RasterDataContainer
setRasterDataReader in interface RasterDataContainerreader - the raster data reader for this containerpublic RasterData getRasterData()
RasterDataContainer
getRasterData in interface RasterDataContainerpublic RasterData getReadOnlyRasterData()
RasterDataContainer
getReadOnlyRasterData in interface RasterDataContainerpublic RasterDataContainer getRasterDataContainer(RasterDataContainerFactory.LoadingPolicy type)
RasterDataContainerProvider
getRasterDataContainer in interface RasterDataContainerProvider
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||