Uses of Class
org.gcube.application.aquamaps.ecomodelling.generators.connectors.Hspen

Packages that use Hspen
org.gcube.application.aquamaps.ecomodelling.generators.abstracts   
org.gcube.application.aquamaps.ecomodelling.generators.aquamapsorg   
org.gcube.application.aquamaps.ecomodelling.generators.connectors   
org.gcube.application.aquamaps.ecomodelling.generators.processing   
 

Uses of Hspen in org.gcube.application.aquamaps.ecomodelling.generators.abstracts
 

Methods in org.gcube.application.aquamaps.ecomodelling.generators.abstracts with parameters of type Hspen
abstract  java.lang.Object[] AbstractEnvelopeAlgorithm.hspen2ObjectArray(Hspen hspen)
           
 

Uses of Hspen in org.gcube.application.aquamaps.ecomodelling.generators.aquamapsorg
 

Methods in org.gcube.application.aquamaps.ecomodelling.generators.aquamapsorg with parameters of type Hspen
 java.lang.Object[] AquamapsEnvelopeAlgorithm.hspen2ObjectArray(Hspen hspen)
           
 

Uses of Hspen in org.gcube.application.aquamaps.ecomodelling.generators.connectors
 

Methods in org.gcube.application.aquamaps.ecomodelling.generators.connectors that return Hspen
 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
 

Methods in org.gcube.application.aquamaps.ecomodelling.generators.connectors that return types with arguments of type Hspen
 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
 

Methods in org.gcube.application.aquamaps.ecomodelling.generators.connectors with parameters of type Hspen
 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
 

Method parameters in org.gcube.application.aquamaps.ecomodelling.generators.connectors with type arguments of type Hspen
 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
 

Uses of Hspen in org.gcube.application.aquamaps.ecomodelling.generators.processing
 

Methods in org.gcube.application.aquamaps.ecomodelling.generators.processing that return Hspen
 Hspen EnvelopeGenerator.calcEnvelopes(Hspen hspen, EngineConfiguration config)
           
 Hspen EnvelopeGenerator.calcEnvelopes(Hspen hspen, OccurrencePointSets occPointLists)
           
 

Methods in org.gcube.application.aquamaps.ecomodelling.generators.processing with parameters of type Hspen
 Hspen EnvelopeGenerator.calcEnvelopes(Hspen hspen, EngineConfiguration config)
           
 Hspen EnvelopeGenerator.calcEnvelopes(Hspen hspen, OccurrencePointSets occPointLists)