public class OccurrenceSearch extends Object
| Modifier and Type | Class and Description |
|---|---|
protected static class |
OccurrenceSearch.ReducedTaxon |
| Constructor and Description |
|---|
OccurrenceSearch(String baseURL) |
| Modifier and Type | Method and Description |
|---|---|
void |
search(org.gcube.data.spd.plugin.fwk.writers.ObjectWriter<org.gcube.data.spd.model.products.OccurrencePoint> writer,
String scientificName,
int limit,
org.gcube.data.spd.model.Condition... conditions) |
org.gcube.data.spd.model.products.OccurrencePoint |
searchById(String id) |
void |
searchByKey(org.gcube.data.spd.plugin.fwk.writers.ObjectWriter<org.gcube.data.spd.model.products.OccurrencePoint> writer,
String key,
int limit) |
public OccurrenceSearch(String baseURL)
public void search(org.gcube.data.spd.plugin.fwk.writers.ObjectWriter<org.gcube.data.spd.model.products.OccurrencePoint> writer,
String scientificName,
int limit,
org.gcube.data.spd.model.Condition... conditions)
throws Exception
Exceptionpublic void searchByKey(org.gcube.data.spd.plugin.fwk.writers.ObjectWriter<org.gcube.data.spd.model.products.OccurrencePoint> writer,
String key,
int limit)
throws Exception
ExceptionCopyright © 2018. All Rights Reserved.