public class WCS extends Object implements GISDataConnector
| Modifier and Type | Field and Description |
|---|---|
String |
baseURL |
String |
boundingBox |
String |
coverage |
String |
crs |
String |
depth |
String |
format |
String |
height |
HashMap<String,String> |
parameters |
String |
persistenceDir |
String |
responseCRS |
String |
resx |
String |
resy |
String |
resz |
String |
time |
String |
width |
double |
zScale |
| Constructor and Description |
|---|
WCS(org.gcube.dataanalysis.ecoengine.configuration.AlgorithmConfiguration config,
String wcsURL) |
| Modifier and Type | Method and Description |
|---|---|
List<Double> |
getFeaturesInTimeInstantAndArea(String layerURL,
String layerName,
int time,
List<org.gcube.dataanalysis.ecoengine.utils.Tuple<Double>> coordinates3d,
double BBxL,
double BBxR,
double BByL,
double BByR) |
double |
getMaxZ(String layerURL,
String layerName) |
double |
getMinZ(String layerURL,
String layerName) |
static void |
main(String[] args) |
void |
parseWCSURL(String wcsURL) |
void |
retrieveZScale() |
public String baseURL
public String coverage
public String crs
public String boundingBox
public String width
public String height
public String depth
public String format
public String time
public String responseCRS
public String resx
public String resy
public String resz
public double zScale
public String persistenceDir
public void parseWCSURL(String wcsURL)
public List<Double> getFeaturesInTimeInstantAndArea(String layerURL, String layerName, int time, List<org.gcube.dataanalysis.ecoengine.utils.Tuple<Double>> coordinates3d, double BBxL, double BBxR, double BByL, double BByR) throws Exception
getFeaturesInTimeInstantAndArea in interface GISDataConnectorExceptionpublic double getMinZ(String layerURL, String layerName)
getMinZ in interface GISDataConnectorpublic double getMaxZ(String layerURL, String layerName)
getMaxZ in interface GISDataConnectorCopyright © 2021. All Rights Reserved.