org.gcube.dataanalysis.ecoengine.models.cores.aquamaps
Class OccurrencePoint

java.lang.Object
  extended by org.gcube.dataanalysis.ecoengine.models.cores.aquamaps.OccurrencePoint

public class OccurrencePoint
extends Object


Constructor Summary
OccurrencePoint(Double value)
           
OccurrencePoint(String cSquareCode, Double value)
           
OccurrencePoint(String speciesID, String cSquareCode, Double value)
           
 
Method Summary
 String getCsquareCode()
           
 String getSpeciesID()
           
 Double getValue()
           
 void setCsquareCode(String csquareCode)
           
 void setSpeciesID(String speciesID)
           
 void setValue(Double value)
           
 Object[] toObjectArray()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OccurrencePoint

public OccurrencePoint(String speciesID,
                       String cSquareCode,
                       Double value)

OccurrencePoint

public OccurrencePoint(String cSquareCode,
                       Double value)

OccurrencePoint

public OccurrencePoint(Double value)
Method Detail

setSpeciesID

public void setSpeciesID(String speciesID)

getSpeciesID

public String getSpeciesID()

setCsquareCode

public void setCsquareCode(String csquareCode)

getCsquareCode

public String getCsquareCode()

setValue

public void setValue(Double value)

getValue

public Double getValue()

toObjectArray

public Object[] toObjectArray()


Copyright © 2013. All Rights Reserved.