Modifier and Type | Field and Description |
---|---|
com.google.gwt.user.client.rpc.AsyncCallback<ClientEnvelope> |
EnvelopeGrid.envelopeRetrievalCallback |
Modifier and Type | Field and Description |
---|---|
com.google.gwt.user.client.rpc.AsyncCallback<ClientEnvelope> |
EnvelopeGridsPanel.envelopeRecalculationCallback |
com.google.gwt.user.client.rpc.AsyncCallback<ClientEnvelope> |
EnvelopeGridsPanel.envelopeRetrievalCallback |
Modifier and Type | Method and Description |
---|---|
void |
EnvelopeCalulationForm.loadEnvelope(ClientEnvelope toLoad) |
Modifier and Type | Method and Description |
---|---|
ClientEnvelope |
AquaMapsPortletRemoteService.getEnvelope(String speciesId,
boolean loadCustomization) |
ClientEnvelope |
AquaMapsPortletRemoteService.reCalculateEnvelopeFromCellIds(List<String> cellsId,
String SpeciesId) |
ClientEnvelope |
AquaMapsPortletRemoteService.reCalculateGoodCells(String bb,
String faoSelection,
String speciesId,
boolean useBottom,
boolean useBounding,
boolean useFAO) |
Modifier and Type | Method and Description |
---|---|
void |
AquaMapsPortletRemoteServiceAsync.getEnvelope(String speciesId,
boolean loadCustomization,
com.google.gwt.user.client.rpc.AsyncCallback<ClientEnvelope> callback) |
void |
AquaMapsPortletRemoteServiceAsync.reCalculateEnvelopeFromCellIds(List<String> cellsId,
String SpeciesId,
com.google.gwt.user.client.rpc.AsyncCallback<ClientEnvelope> callback) |
void |
AquaMapsPortletRemoteServiceAsync.reCalculateGoodCells(String bb,
String faoSelection,
String speciesId,
boolean useBottom,
boolean useBounding,
boolean useFAO,
com.google.gwt.user.client.rpc.AsyncCallback<ClientEnvelope> callback) |
Modifier and Type | Method and Description |
---|---|
ClientEnvelope |
AquaMapsPortletRemoteImpl.getEnvelope(String speciesId,
boolean loadCustomizations) |
ClientEnvelope |
AquaMapsPortletRemoteImpl.reCalculateEnvelopeFromCellIds(List<String> cellsId,
String speciesId) |
ClientEnvelope |
AquaMapsPortletRemoteImpl.reCalculateGoodCells(String bb,
String faoSelection,
String speciesId,
boolean useBottom,
boolean useBounding,
boolean useFAO) |
Modifier and Type | Method and Description |
---|---|
static ClientEnvelope |
ModelTranslation.toClient(org.gcube.application.aquamaps.aquamapsservice.stubs.datamodel.enhanced.Envelope env,
String speciesId) |
Copyright © 2017. All Rights Reserved.