public class AscDataExplorer extends Object
| Modifier and Type | Field and Description |
|---|---|
AscRaster |
ascFile |
double |
cellsize |
double |
dx |
double |
dy |
int |
ncolumns |
int |
nrows |
double |
xOrigin |
double |
yOrigin |
| Constructor and Description |
|---|
AscDataExplorer(String file) |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args) |
List<Double> |
retrieveDataFromAsc(List<org.gcube.dataanalysis.ecoengine.utils.Tuple<Double>> triplets,
int time) |
static void |
testReaders() |
public double xOrigin
public double yOrigin
public int ncolumns
public int nrows
public double cellsize
public double dx
public double dy
public AscRaster ascFile
Copyright © 2016. All Rights Reserved.