|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.coverage.raster.data.container.RasterDataContainerFactory
public class RasterDataContainerFactory
This class creates a RasterDataContainer. A RasterDataContainer wraps a RasterDataReader and controls the loading/storing of the raster data.
Nested Class Summary | |
---|---|
static class |
RasterDataContainerFactory.LoadingPolicy
Defines how raster should be loaded/stored. |
Constructor Summary | |
---|---|
RasterDataContainerFactory()
|
Method Summary | |
---|---|
static RasterDataContainerFactory.LoadingPolicy |
getDefaultLoadingPolicy()
|
static void |
setDefaultLoadingPolicy(RasterDataContainerFactory.LoadingPolicy policy)
Sets the default loading policy for all new raster container. |
static RasterDataContainer |
withDefaultLoadingPolicy(RasterDataReader reader)
Creates a RasterDataContainer with the default loading policy. |
static RasterDataContainer |
withLoadingPolicy(RasterDataReader reader,
RasterDataContainerFactory.LoadingPolicy policy)
Create a RasterDataContainer for given LoadingPolicy. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RasterDataContainerFactory()
Method Detail |
---|
public static RasterDataContainer withLoadingPolicy(RasterDataReader reader, RasterDataContainerFactory.LoadingPolicy policy)
reader
- policy
-
public static RasterDataContainer withDefaultLoadingPolicy(RasterDataReader reader)
reader
-
public static void setDefaultLoadingPolicy(RasterDataContainerFactory.LoadingPolicy policy)
policy
- if null
it will be ignored.public static RasterDataContainerFactory.LoadingPolicy getDefaultLoadingPolicy()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |