public class GeoIntersector extends Object
| Constructor and Description |
|---|
GeoIntersector(String scope,
String cfgDir) |
| Modifier and Type | Method and Description |
|---|---|
static List<Double> |
associateValueToCoordinates(List<org.gcube.dataanalysis.ecoengine.utils.Tuple<Double>> coordinates,
double[][] data) |
static List<org.gcube.dataanalysis.ecoengine.utils.Tuple<Double>> |
generateCoordinateTriplets(double x1,
double x2,
double y1,
double y2,
double z,
double xResolution,
double yResolution) |
FeaturesManager |
getFeaturer() |
LinkedHashMap<String,Double> |
getFeaturesInAllTimes(String layerTitle,
double x,
double y,
double z) |
LinkedHashMap<String,Double> |
getFeaturesInTime(String layerTitle,
double x,
double y) |
List<Double> |
getFeaturesInTimeInstant(String layerTitle,
int time,
List<org.gcube.dataanalysis.ecoengine.utils.Tuple<Double>> triplets,
double xL,
double xR,
double yL,
double yR) |
double[][] |
takeTimeSlice(String layerTitle,
int timeInstant,
double x1,
double x2,
double y1,
double y2,
double z,
double xResolution,
double yResolution) |
public FeaturesManager getFeaturer()
public LinkedHashMap<String,Double> getFeaturesInTime(String layerTitle, double x, double y) throws Exception
Exceptionpublic LinkedHashMap<String,Double> getFeaturesInAllTimes(String layerTitle, double x, double y, double z) throws Exception
Exceptionpublic List<Double> getFeaturesInTimeInstant(String layerTitle, int time, List<org.gcube.dataanalysis.ecoengine.utils.Tuple<Double>> triplets, double xL, double xR, double yL, double yR) throws Exception
Exceptionpublic static List<org.gcube.dataanalysis.ecoengine.utils.Tuple<Double>> generateCoordinateTriplets(double x1, double x2, double y1, double y2, double z, double xResolution, double yResolution)
public static List<Double> associateValueToCoordinates(List<org.gcube.dataanalysis.ecoengine.utils.Tuple<Double>> coordinates, double[][] data)
Copyright © 2014. All Rights Reserved.