org.gcube.application.aquamaps.aquamapsservice.impl.engine.predictions
Class SimpleGenerator
java.lang.Object
org.gcube.application.aquamaps.aquamapsservice.impl.engine.predictions.SimpleGenerator
- All Implemented Interfaces:
- SimpleGeneratorI
public class SimpleGenerator
- extends java.lang.Object
- implements SimpleGeneratorI
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleGenerator
public SimpleGenerator(java.lang.String path)
getProbability
public java.util.List<Field> getProbability(Species species,
Cell cell,
java.lang.Boolean useBoundingBox,
java.lang.Boolean useFao)
throws java.lang.Exception
- Description copied from interface:
SimpleGeneratorI
- return a list of fields representing an HSPEC row
- Specified by:
getProbability
in interface SimpleGeneratorI
- Returns:
-
- Throws:
java.lang.Exception
isAreaConstraints
public java.util.List<Field> isAreaConstraints(BoundingBox bb,
java.util.List<Area> areas)
throws java.lang.Exception
- Specified by:
isAreaConstraints
in interface SimpleGeneratorI
- Throws:
java.lang.Exception
getEnvelope
public java.util.List<Field> getEnvelope(Species species,
java.util.Set<Cell> cells)
throws java.lang.Exception
- Specified by:
getEnvelope
in interface SimpleGeneratorI
- Throws:
java.lang.Exception