org.gcube.application.aquamaps.aquamapsservice.impl.engine.predictions.utils
Class ModelTranslation

java.lang.Object
  extended by org.gcube.application.aquamaps.aquamapsservice.impl.engine.predictions.utils.ModelTranslation

public class ModelTranslation
extends java.lang.Object


Field Summary
static java.lang.String maxCLat
           
static java.lang.String minCLat
           
 
Constructor Summary
ModelTranslation()
           
 
Method Summary
static Hcaf cell2Hcaf(Cell c)
           
static java.util.ArrayList<Field> Hspen2Fields(Hspen hspen)
           
static Hspen species2HSPEN(Species s)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

maxCLat

public static final java.lang.String maxCLat
See Also:
Constant Field Values

minCLat

public static final java.lang.String minCLat
See Also:
Constant Field Values
Constructor Detail

ModelTranslation

public ModelTranslation()
Method Detail

species2HSPEN

public static Hspen species2HSPEN(Species s)

cell2Hcaf

public static Hcaf cell2Hcaf(Cell c)

Hspen2Fields

public static java.util.ArrayList<Field> Hspen2Fields(Hspen hspen)