org.gcube.application.aquamaps.aquamapsservice.impl.engine.predictions
Interface SimpleGeneratorI

All Known Implementing Classes:
SimpleGenerator

public interface SimpleGeneratorI


Method Summary
 java.util.List<Field> getEnvelope(Species species, java.util.Set<Cell> cells)
           
 java.util.List<Field> getProbability(Species species, Cell cells, java.lang.Boolean useBoundingBox, java.lang.Boolean useFao)
          return a list of fields representing an HSPEC row
 java.util.List<Field> isAreaConstraints(BoundingBox bb, java.util.List<Area> areas)
           
 

Method Detail

getProbability

java.util.List<Field> getProbability(Species species,
                                     Cell cells,
                                     java.lang.Boolean useBoundingBox,
                                     java.lang.Boolean useFao)
                                     throws java.lang.Exception
return a list of fields representing an HSPEC row

Parameters:
species -
cells -
Returns:
Throws:
java.lang.Exception

isAreaConstraints

java.util.List<Field> isAreaConstraints(BoundingBox bb,
                                        java.util.List<Area> areas)
                                        throws java.lang.Exception
Throws:
java.lang.Exception

getEnvelope

java.util.List<Field> getEnvelope(Species species,
                                  java.util.Set<Cell> cells)
                                  throws java.lang.Exception
Throws:
java.lang.Exception