git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-analysis/EcologicalEngineGeoSpatialExtension@92168 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
cd98ffd59c
commit
30cb3083b0
|
@ -0,0 +1,12 @@
|
|||
package org.gcube.dataanalysis.geo.interfaces;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
import org.gcube.dataanalysis.ecoengine.utils.Tuple;
|
||||
|
||||
public interface GISDataConnector {
|
||||
|
||||
List<Double> getFeaturesInTimeInstantAndArea(String layerURL, String layerName, int time, List<Tuple<Double>> coordinates3d, double BBxL,double BBxR, double BByL, double BByR) throws Exception;
|
||||
|
||||
|
||||
}
|
Loading…
Reference in New Issue