public class OccurrencePoint extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<Float> |
coordinates |
protected Long |
count |
protected String |
occurrenceUid |
protected String |
taxonConceptGuid |
protected PointType |
type |
| Constructor and Description |
|---|
OccurrencePoint() |
OccurrencePoint(PointType type) |
| Modifier and Type | Method and Description |
|---|---|
List<Float> |
getCoordinates() |
Long |
getCount() |
String |
getOccurrenceUid() |
String |
getTaxonConceptGuid() |
PointType |
getType() |
void |
setCoordinates(List<Float> coords) |
void |
setCount(Long count) |
void |
setOccurrenceUid(String occurrenceUid) |
void |
setTaxonConceptGuid(String taxonConceptGuid) |
void |
setType(PointType type) |
String |
toString() |
protected Long count
protected PointType type
protected String occurrenceUid
protected String taxonConceptGuid
public OccurrencePoint()
public OccurrencePoint(PointType type)
public Long getCount()
public void setCount(Long count)
public PointType getType()
public void setType(PointType type)
public String getOccurrenceUid()
public void setOccurrenceUid(String occurrenceUid)
public String getTaxonConceptGuid()
public void setTaxonConceptGuid(String taxonConceptGuid)
Copyright © 2014. All rights reserved.