public interface Maps
| Modifier and Type | Method and Description |
|---|---|
Envelope |
calculateEnvelope(BoundingBox bb,
List<Area> areas,
String speciesId,
boolean useBottom,
boolean useBounding,
boolean useFAO) |
Envelope |
calculateEnvelopeFromCellSelection(List<String> cellIds,
String speciesId) |
int |
deleteSubmitted(List<Integer> ids) |
File |
getCSVSpecies(int hspenId,
List<Filter> genericSearch,
List<Filter> advancedFilters,
String userId) |
String |
getJSONSpecies(int hspenId,
List<Filter> genericSearch,
List<Filter> advancedFilters,
PagedRequestSettings settings) |
Species |
loadEnvelope(String speciesId,
int hspenId) |
AquaMapsObject |
loadObject(int objectId)
wraps getProfile
|
Submitted |
loadSubmittedById(int id) |
void |
markSaved(List<Integer> submittedIds) |
void |
submitJob(Job toSubmit) |
Envelope calculateEnvelope(BoundingBox bb, List<Area> areas, String speciesId, boolean useBottom, boolean useBounding, boolean useFAO) throws RemoteException, Exception
RemoteExceptionExceptionEnvelope calculateEnvelopeFromCellSelection(List<String> cellIds, String speciesId) throws RemoteException, Exception
RemoteExceptionExceptionint deleteSubmitted(List<Integer> ids) throws RemoteException, Exception
RemoteExceptionExceptionAquaMapsObject loadObject(int objectId) throws RemoteException, Exception
RemoteException,ExceptionRemoteExceptionExceptionString getJSONSpecies(int hspenId, List<Filter> genericSearch, List<Filter> advancedFilters, PagedRequestSettings settings) throws RemoteException, Exception
RemoteExceptionExceptionFile getCSVSpecies(int hspenId, List<Filter> genericSearch, List<Filter> advancedFilters, String userId) throws RemoteException, Exception
RemoteExceptionExceptionSpecies loadEnvelope(String speciesId, int hspenId) throws RemoteException, Exception
RemoteExceptionExceptionvoid markSaved(List<Integer> submittedIds) throws RemoteException, Exception
RemoteExceptionExceptionvoid submitJob(Job toSubmit) throws RemoteException, Exception
RemoteExceptionExceptionSubmitted loadSubmittedById(int id) throws RemoteException, Exception
RemoteExceptionExceptionCopyright © 2016. All Rights Reserved.