org.gcube.application.aquamaps.ecomodelling.generators.processing
Class EnvelopeGenerator

java.lang.Object
  extended by org.gcube.application.aquamaps.ecomodelling.generators.processing.EnvelopeGenerator

public class EnvelopeGenerator
extends java.lang.Object


Constructor Summary
EnvelopeGenerator(EngineConfiguration engine)
           
 
Method Summary
 Hspen calcEnvelopes(Hspen hspen, EngineConfiguration config)
           
 Hspen calcEnvelopes(Hspen hspen, OccurrencePointSets occPointLists)
           
 void calcEnvelopes(java.lang.String species)
           
 java.lang.String getResourceLoad()
           
 java.lang.String getResources()
           
 java.lang.String getSpeciesLoad()
           
 double getStatus()
           
 void initDBSession(EngineConfiguration engineConf)
           
 void initializeThreads(int numberOfThreadsToUse)
           
 void initQueriesStatements(EngineConfiguration engineConf)
           
 void reGenerateEnvelopes()
           
 void setSelectedSpecies(java.util.List<java.lang.String> speciesList)
           
 void shutdownConnection()
           
 void stopProcess()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnvelopeGenerator

public EnvelopeGenerator(EngineConfiguration engine)
                  throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

stopProcess

public void stopProcess()

getStatus

public double getStatus()

initDBSession

public void initDBSession(EngineConfiguration engineConf)
                   throws java.lang.Exception
Throws:
java.lang.Exception

initializeThreads

public void initializeThreads(int numberOfThreadsToUse)

initQueriesStatements

public void initQueriesStatements(EngineConfiguration engineConf)
                           throws java.lang.Exception
Throws:
java.lang.Exception

shutdownConnection

public void shutdownConnection()

setSelectedSpecies

public void setSelectedSpecies(java.util.List<java.lang.String> speciesList)

reGenerateEnvelopes

public void reGenerateEnvelopes()
                         throws java.lang.Exception
Throws:
java.lang.Exception

calcEnvelopes

public Hspen calcEnvelopes(Hspen hspen,
                           EngineConfiguration config)

calcEnvelopes

public Hspen calcEnvelopes(Hspen hspen,
                           OccurrencePointSets occPointLists)

calcEnvelopes

public void calcEnvelopes(java.lang.String species)

getSpeciesLoad

public java.lang.String getSpeciesLoad()

getResourceLoad

public java.lang.String getResourceLoad()

getResources

public java.lang.String getResources()