org.gcube.application.aquamaps.ecomodelling.generators.examples.hspec
Class FineProcessing

java.lang.Object
  extended by org.gcube.application.aquamaps.ecomodelling.generators.examples.hspec.FineProcessing

public class FineProcessing
extends java.lang.Object


Constructor Summary
FineProcessing()
           
 
Method Summary
static void main(java.lang.String[] args)
          This example shows how to interrogate some specific functionalities of the generative models included in the "Ecological Modelling Library" of gCube.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FineProcessing

public FineProcessing()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
This example shows how to interrogate some specific functionalities of the generative models included in the "Ecological Modelling Library" of gCube. the library can be interrogated by setting up objects representing hspen and hspec information functionalities currently include: calculation of the presence probability for a single species in a single square (EXAMPLE 1) calculation of the bounding box information for a single species in a single square (EXAMPLE 2) calculation of the HSPEC information for a single species along several squares (EXAMPLE 3) calculation of the HSPEC information for a group of species along several squares (EXAMPLE 4)

Parameters:
args -
Throws:
java.lang.Exception