|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GridMetaInfoFile | |
---|---|
org.deegree.coverage.raster.cache | |
org.deegree.coverage.raster.container | |
org.deegree.coverage.raster.io.grid |
Uses of GridMetaInfoFile in org.deegree.coverage.raster.cache |
---|
Subclasses of GridMetaInfoFile in org.deegree.coverage.raster.cache | |
---|---|
class |
CacheInfoFile
Information about raster cache files extends the GridMetaInfoFile which extends the WorldFile file layout. |
Uses of GridMetaInfoFile in org.deegree.coverage.raster.container |
---|
Constructors in org.deegree.coverage.raster.container with parameters of type GridMetaInfoFile | |
---|---|
GriddedBlobTileContainer(File blobFile,
GridMetaInfoFile metaInfoFile)
A gridded tile container which reads data from a deegree internal format. |
|
GriddedBlobTileContainer(GridMetaInfoFile metaInfoFile,
File blobDir)
A gridded tile container which reads data from a deegree internal format. |
|
GriddedTileContainer(GridMetaInfoFile infoFile)
Creates a new GriddedTileContainer instances. |
Uses of GridMetaInfoFile in org.deegree.coverage.raster.io.grid |
---|
Fields in org.deegree.coverage.raster.io.grid declared as GridMetaInfoFile | |
---|---|
protected GridMetaInfoFile |
GridReader.infoFile
Holds information on the grid. |
Methods in org.deegree.coverage.raster.io.grid that return GridMetaInfoFile | |
---|---|
static GridMetaInfoFile |
GridMetaInfoFile.read(BufferedReader readerOnInfoFile,
RasterIOOptions options)
Read the grid info file which is basically a world file with supplement information. |
static GridMetaInfoFile |
GridMetaInfoFile.readFromFile(File infoFile,
RasterIOOptions options)
Read the grid info file which is basically a world file with supplement information. |
Methods in org.deegree.coverage.raster.io.grid with parameters of type GridMetaInfoFile | |
---|---|
protected void |
GridReader.instantiate(GridMetaInfoFile infoFile)
Instantiates this grid reader with the given information. |
protected void |
GridFileReader.instantiate(GridMetaInfoFile infoFile,
File gridFile)
Instantiates this grid reader with the given information. |
static void |
GridMetaInfoFile.write(PrintWriter writer,
GridMetaInfoFile metaInfo,
RasterIOOptions options)
Write the grid info file which is basically a world file with supplement information. |
static void |
GridMetaInfoFile.writeToFile(File filename,
GridMetaInfoFile metaInfo,
RasterIOOptions options)
Write the grid info file which is basically a world file with supplement information. |
Constructors in org.deegree.coverage.raster.io.grid with parameters of type GridMetaInfoFile | |
---|---|
GridFileReader(GridMetaInfoFile infoFile,
File gridFile)
|
|
SplittedBlobReader(File blobDir,
String blobFilename,
String blobFileext,
GridMetaInfoFile infoFile)
Creates a blob reader for a grid file which is spread over multiple blobs. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |