public class OccurrencePoint extends Object
| Constructor and Description |
|---|
OccurrencePoint(Double value) |
OccurrencePoint(String cSquareCode,
Double value) |
OccurrencePoint(String speciesID,
String cSquareCode,
Double value) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCsquareCode() |
String |
getSpeciesID() |
Double |
getValue() |
void |
setCsquareCode(String csquareCode) |
void |
setSpeciesID(String speciesID) |
void |
setValue(Double value) |
Object[] |
toObjectArray() |
public OccurrencePoint(Double value)
public void setSpeciesID(String speciesID)
public String getSpeciesID()
public void setCsquareCode(String csquareCode)
public String getCsquareCode()
public void setValue(Double value)
public Double getValue()
public Object[] toObjectArray()
Copyright © 2015. All Rights Reserved.