|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gcube.application.aquamaps.ecomodelling.generators.connectors.EnvelopeGeneratorInterface
public class EnvelopeGeneratorInterface
Constructor Summary | |
---|---|
EnvelopeGeneratorInterface(EnvelopeModel model,
java.lang.String configPath)
initializes the calculator |
Method Summary | |
---|---|
double |
getStatus()
gets the status in percentage of the current calculation |
Hspen |
reCalculateEnvelope(EngineConfiguration configuration,
Hspen previousHspen)
recalculates the Hspen given a previous Hspen and a database configuration, for a single species it needs the configuration to specify the occurrencecells and hcaf tables; |
java.util.List<Hspen> |
reCalculateEnvelope(EngineConfiguration configuration,
java.util.List<Hspen> previousHspenList)
recalculates the hspen for the given hspen list, according to a database configuration |
Hspen |
reCalculateEnvelope(Hspen previousHspen,
OccurrencePointSets occPointLists)
recalculates the hspen for the given set of values, based on a previous hspen |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EnvelopeGeneratorInterface(EnvelopeModel model, java.lang.String configPath)
model
- configPath
- Method Detail |
---|
public double getStatus()
public Hspen reCalculateEnvelope(EngineConfiguration configuration, Hspen previousHspen)
configuration
- species
- previousHspen
-
public java.util.List<Hspen> reCalculateEnvelope(EngineConfiguration configuration, java.util.List<Hspen> previousHspenList)
configuration
- previousHspenList
-
public Hspen reCalculateEnvelope(Hspen previousHspen, OccurrencePointSets occPointLists)
previousHspen
- occPointLists
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |