org.gcube.contentmanagement.timeseriesservice.impl.utils
Class GISTransformationObject

java.lang.Object
  extended by org.gcube.contentmanagement.timeseriesservice.impl.utils.GISTransformationObject

public class GISTransformationObject
extends Object


Nested Class Summary
static class GISTransformationObject.TYPE
           
 
Constructor Summary
GISTransformationObject(org.gcube.contentmanagement.timeseries.geotools.engine.TimeSeriesGISConverter converter)
           
GISTransformationObject(org.gcube.contentmanagement.timeseries.geotools.vti.VTIEffortAggregator aggregator)
           
 
Method Summary
 org.gcube.contentmanagement.timeseries.geotools.vti.VTIEffortAggregator getAggregator()
           
 String getCause()
           
 org.gcube.contentmanagement.timeseries.geotools.engine.TimeSeriesGISConverter getConverter()
           
 List<String> getResultLayers()
           
 Status getTrasformationStatus()
           
 GISTransformationObject.TYPE getType()
           
 void setCause(String cause)
           
 void setResultLayers(List<String> resultLayers)
           
 void setTrasformationStatus(Status trasformationStatus)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GISTransformationObject

public GISTransformationObject(org.gcube.contentmanagement.timeseries.geotools.engine.TimeSeriesGISConverter converter)

GISTransformationObject

public GISTransformationObject(org.gcube.contentmanagement.timeseries.geotools.vti.VTIEffortAggregator aggregator)
Method Detail

getConverter

public org.gcube.contentmanagement.timeseries.geotools.engine.TimeSeriesGISConverter getConverter()
Returns:
the converter

getAggregator

public org.gcube.contentmanagement.timeseries.geotools.vti.VTIEffortAggregator getAggregator()

getType

public GISTransformationObject.TYPE getType()
Returns:
the type

getTrasformationStatus

public Status getTrasformationStatus()
Returns:
the trasformationStatus

getCause

public String getCause()
Returns:
the cause

setCause

public void setCause(String cause)
Parameters:
cause - the cause to set

setTrasformationStatus

public void setTrasformationStatus(Status trasformationStatus)
Parameters:
trasformationStatus - the trasformationStatus to set

getResultLayers

public List<String> getResultLayers()

setResultLayers

public void setResultLayers(List<String> resultLayers)


Copyright © 2012. All Rights Reserved.