public class XYExtraction extends Object implements org.gcube.dataanalysis.ecoengine.interfaces.Transducerer
| Modifier and Type | Field and Description |
|---|---|
double |
BBxLL |
double |
BBxUR |
double |
BByLL |
double |
BByUR |
List<org.gcube.dataanalysis.ecoengine.datatypes.StatisticalType> |
inputs |
String |
layerNameValue |
LinkedHashMap<String,String> |
outputParameters |
protected org.gcube.dataanalysis.ecoengine.utils.ResourceFactory |
resourceManager |
String |
tableLabelValue |
String |
tableNameValue |
int |
time |
double |
xResValue |
double |
yResValue |
double |
zValue |
| Constructor and Description |
|---|
XYExtraction() |
| Modifier and Type | Method and Description |
|---|---|
void |
compute() |
String |
getDescription() |
org.gcube.dataanalysis.ecoengine.configuration.INFRASTRUCTURE |
getInfrastructure() |
List<org.gcube.dataanalysis.ecoengine.datatypes.StatisticalType> |
getInputParameters() |
org.gcube.dataanalysis.ecoengine.datatypes.StatisticalType |
getOutput() |
protected void |
getParameters() |
String |
getResourceLoad() |
String |
getResources() |
float |
getStatus() |
void |
init() |
void |
setConfiguration(org.gcube.dataanalysis.ecoengine.configuration.AlgorithmConfiguration config) |
void |
shutdown() |
public String layerNameValue
public int time
public double zValue
public double xResValue
public double yResValue
public String tableNameValue
public String tableLabelValue
public double BBxLL
public double BBxUR
public double BByLL
public double BByUR
public List<org.gcube.dataanalysis.ecoengine.datatypes.StatisticalType> inputs
public LinkedHashMap<String,String> outputParameters
protected org.gcube.dataanalysis.ecoengine.utils.ResourceFactory resourceManager
public void init()
throws Exception
init in interface org.gcube.dataanalysis.ecoengine.interfaces.ComputationalAgentExceptionpublic String getDescription()
getDescription in interface org.gcube.dataanalysis.ecoengine.interfaces.ComputationalAgentpublic List<org.gcube.dataanalysis.ecoengine.datatypes.StatisticalType> getInputParameters()
getInputParameters in interface org.gcube.dataanalysis.ecoengine.interfaces.ComputationalAgentprotected void getParameters()
public void compute()
throws Exception
compute in interface org.gcube.dataanalysis.ecoengine.interfaces.ComputationalAgentExceptionpublic void shutdown()
shutdown in interface org.gcube.dataanalysis.ecoengine.interfaces.ComputationalAgentpublic org.gcube.dataanalysis.ecoengine.datatypes.StatisticalType getOutput()
getOutput in interface org.gcube.dataanalysis.ecoengine.interfaces.ComputationalAgentpublic float getStatus()
getStatus in interface org.gcube.dataanalysis.ecoengine.interfaces.ComputationalAgentpublic org.gcube.dataanalysis.ecoengine.configuration.INFRASTRUCTURE getInfrastructure()
getInfrastructure in interface org.gcube.dataanalysis.ecoengine.interfaces.ComputationalAgentpublic void setConfiguration(org.gcube.dataanalysis.ecoengine.configuration.AlgorithmConfiguration config)
setConfiguration in interface org.gcube.dataanalysis.ecoengine.interfaces.ComputationalAgentpublic String getResourceLoad()
getResourceLoad in interface org.gcube.dataanalysis.ecoengine.interfaces.ComputationalAgentpublic String getResources()
getResources in interface org.gcube.dataanalysis.ecoengine.interfaces.ComputationalAgentCopyright © 2016. All Rights Reserved.