Modifier and Type | Method and Description |
---|---|
abstract java.lang.Object[] |
AbstractEnvelopeAlgorithm.hspen2ObjectArray(Hspen hspen) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object[] |
AquamapsEnvelopeAlgorithm.hspen2ObjectArray(Hspen hspen) |
Modifier and Type | Method and Description |
---|---|
Hspen |
EnvelopeGeneratorInterface.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;
|
Hspen |
EnvelopeGeneratorInterface.reCalculateEnvelope(Hspen previousHspen,
OccurrencePointSets occPointLists)
recalculates the hspen for the given set of values, based on a previous hspen
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Hspen> |
EnvelopeGeneratorInterface.reCalculateEnvelope(EngineConfiguration configuration,
java.util.List<Hspen> previousHspenList)
recalculates the hspen for the given hspen list, according to a database configuration
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Hspec> |
DistributionGeneratorInterface.compute(java.util.List<Hcaf> hcaflist,
Hspen hspen)
computes the list of Hspec for the couples
(species,hcaf1), (species,hcaf2), ...
|
double |
DistributionGeneratorInterface.computeProbability(Hcaf hcaf,
Hspen hspen)
computes the punctual probability according to the model
|
BoundingBoxInformation |
DistributionGeneratorInterface.getBoudingBox(Hcaf hcaf,
Hspen hspen,
boolean gen2050)
gets the bounding box information according to the model
|
Hspen |
EnvelopeGeneratorInterface.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;
|
Hspen |
EnvelopeGeneratorInterface.reCalculateEnvelope(Hspen previousHspen,
OccurrencePointSets occPointLists)
recalculates the hspen for the given set of values, based on a previous hspen
|
Modifier and Type | Method and Description |
---|---|
java.util.HashMap<java.lang.String,java.util.List<Hspec>> |
DistributionGeneratorInterface.compute(java.util.List<Hcaf> hcaflist,
java.util.List<Hspen> hspenlist)
sequentially computes the overall hspec for the species along the cells
the output map uses speciesID as key.
|
java.util.List<Hspen> |
EnvelopeGeneratorInterface.reCalculateEnvelope(EngineConfiguration configuration,
java.util.List<Hspen> previousHspenList)
recalculates the hspen for the given hspen list, according to a database configuration
|
Modifier and Type | Method and Description |
---|---|
Hspen |
EnvelopeGenerator.calcEnvelopes(Hspen hspen,
EngineConfiguration config) |
Hspen |
EnvelopeGenerator.calcEnvelopes(Hspen hspen,
OccurrencePointSets occPointLists) |
Modifier and Type | Method and Description |
---|---|
Hspen |
EnvelopeGenerator.calcEnvelopes(Hspen hspen,
EngineConfiguration config) |
Hspen |
EnvelopeGenerator.calcEnvelopes(Hspen hspen,
OccurrencePointSets occPointLists) |