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
RemoteException
Exception
Envelope calculateEnvelopeFromCellSelection(List<String> cellIds, String speciesId) throws RemoteException, Exception
RemoteException
Exception
int deleteSubmitted(List<Integer> ids) throws RemoteException, Exception
RemoteException
Exception
AquaMapsObject loadObject(int objectId) throws RemoteException, Exception
RemoteException,Exception
RemoteException
Exception
String getJSONSpecies(int hspenId, List<Filter> genericSearch, List<Filter> advancedFilters, PagedRequestSettings settings) throws RemoteException, Exception
RemoteException
Exception
File getCSVSpecies(int hspenId, List<Filter> genericSearch, List<Filter> advancedFilters, String userId) throws RemoteException, Exception
RemoteException
Exception
Species loadEnvelope(String speciesId, int hspenId) throws RemoteException, Exception
RemoteException
Exception
void markSaved(List<Integer> submittedIds) throws RemoteException, Exception
RemoteException
Exception
void submitJob(Job toSubmit) throws RemoteException, Exception
RemoteException
Exception
Submitted loadSubmittedById(int id) throws RemoteException, Exception
RemoteException
Exception
Copyright © 2017. All Rights Reserved.