public class AscDataExplorer extends Object
| Modifier and Type | Field and Description |
|---|---|
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 |
|---|---|
int |
latitude2Index(double latitude) |
int |
longitude2Index(double longitude) |
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 int longitude2Index(double longitude)
public int latitude2Index(double latitude)
public List<Double> retrieveDataFromAsc(List<org.gcube.dataanalysis.ecoengine.utils.Tuple<Double>> triplets, int time) throws Exception
ExceptionCopyright © 2014. All Rights Reserved.