| Package | Description |
|---|---|
| org.gcube.dataanalysis.geo.connectors.asc |
| Modifier and Type | Field and Description |
|---|---|
AscRaster |
AscDataExplorer.ascFile |
| Modifier and Type | Method and Description |
|---|---|
static AscRaster |
AscRaster.getTempRaster(double[][] data,
double xll,
double yll,
double size) |
static AscRaster |
AscRaster.getTempRaster(double[][] data,
double xll,
double yll,
double size,
String ndata) |
AscRaster |
AscRasterReader.readRaster(String filename)
The most useful method - reads a raster file, and returns a Raster object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AscRaster.init(AscRaster other)
Sets the parameters of this raster (rows, columns, corner, cellsize, NDATA etc) to be the same as the other raster.
|
void |
AscRasterWriter.writeRaster(String filename,
AscRaster r)
Writes out the given Raster object to the given filename.
|
void |
AscRasterWriter.writeRasterInvertYAxis(String filename,
AscRaster r) |
Copyright © 2017. All Rights Reserved.