org.gcube.dataanalysis.ecoengine.evaluation.bioclimate
Class InterpolateTables

java.lang.Object
  extended by org.gcube.dataanalysis.ecoengine.evaluation.bioclimate.InterpolateTables

public class InterpolateTables
extends Object

checks if two tables are equal checks numbers at the second decimal position


Nested Class Summary
static class InterpolateTables.INTERPOLATIONFUNCTIONS
           
 
Field Summary
protected  org.hibernate.SessionFactory referencedbConnection
           
static String selectDestElementsQuery
           
static String selectElementsQuery
           
 float status
           
protected  String temporaryDirectory
           
 
Constructor Summary
InterpolateTables(String configPath, String persistencePath, String databaseURL, String databaseUserName, String databasePassword)
           
 
Method Summary
 String[] getInterpolatedTables()
           
 float getStatus()
           
 void interpolate(String table1, String table2, int intervals, InterpolateTables.INTERPOLATIONFUNCTIONS function, int startYear, int endYear)
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

temporaryDirectory

protected String temporaryDirectory

selectElementsQuery

public static String selectElementsQuery

selectDestElementsQuery

public static String selectDestElementsQuery

status

public float status

referencedbConnection

protected org.hibernate.SessionFactory referencedbConnection
Constructor Detail

InterpolateTables

public InterpolateTables(String configPath,
                         String persistencePath,
                         String databaseURL,
                         String databaseUserName,
                         String databasePassword)
                  throws Exception
Throws:
Exception
Method Detail

getInterpolatedTables

public String[] getInterpolatedTables()

interpolate

public void interpolate(String table1,
                        String table2,
                        int intervals,
                        InterpolateTables.INTERPOLATIONFUNCTIONS function,
                        int startYear,
                        int endYear)
                 throws Exception
Throws:
Exception

getStatus

public float getStatus()

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception


Copyright © 2012. All Rights Reserved.