org.deegree.tools.raster |
|
Java Source File Name | Type | Comment |
ArcInfo2Tiff.java | Class | converts an ArcInfor raster file (text format):
ncols 2404
nrows 2307
xllcorner 2627130
yllcorner 5686612
cellsize 10
NODATA_value -9999
20636 20593 20569 20573 20571 20564 20564 20558 ...
...
into a Tiff image that may have 16 or 32 bit pixel depth
version: $Revision: 9346 $ author: Andreas Poth author: last edited by: $Author: apoth $ version: 1.0. |
ArcInfo2xyz.java | Class | converts an ArcInfor raster file (text format):
ncols 2404
nrows 2307
xllcorner 2627130
yllcorner 5686612
cellsize 10
NODATA_value -9999
20636 20593 20569 20573 20571 20564 20564 20558 ...
...
into its XYZ representation:
2627130.0 5709682.0 206.36
2627140.0 5709682.0 205.93
2627150.0 5709682.0 205.69
2627160.0 5709682.0 205.73
2627170.0 5709682.0 205.71
2627180.0 5709682.0 205.64
2627190.0 5709682.0 205.64
2627200.0 5709682.0 205.58
version: $Revision: 9346 $ author: Andreas Poth author: last edited by: $Author: apoth $ version: 1.0. |
ImportIndexIntoDB.java | Class | |
OracleGeoRasterExporter.java | Class | |
OracleGeoRasterImporter.java | Class | |
RasterSplitter.java | Class | |
RasterTreeBuilder.java | Class | This class represents a RasterTreeBuilder object.
It wcan be used to create a resolution pyramid from one or more already existing raster dataset
(image). |
RasterTreeUpdater.java | Class | The RasterTreeUpdater is a command line utility that can be used in addition to
the RasterTreeBuilder to update a previously generated raster tree. |
Rescaler.java | Class | |
SimpleText2Tiff.java | Class | This class ist similar to Text2Tiff. |
Text2Tiff.java | Class | This class converts geodata and special values from a simple text file format to a .tiff file
format. |
Tile.java | Class | This class represents a Tile object, used to hold all information that is needed,
when drawing an image onto a tile in MergeRaster . |
WorldfileNormalizer.java | Class | |
WorldFiles2GML.java | Class | version: $Revision: 9346 $ author: Andreas Poth author: last edited by: $Author: apoth $ version: 1.0. |