| Modifier and Type | Method and Description |
|---|---|
List<WebFeatureTable> |
GisViewerService.getDataResult(List<LayerItem> layerItems,
String bbox,
int maxWFSFeature,
int zoomLevel)
Gets the data result.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GisViewerServiceAsync.getDataResult(List<LayerItem> layerItems,
String bbox,
int maxWFSFeature,
int zoomLevel,
com.google.gwt.user.client.rpc.AsyncCallback<List<WebFeatureTable>> callback)
Gets the data result.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataResultPanel.setDataResultFromWfs(List<WebFeatureTable> result) |
| Modifier and Type | Method and Description |
|---|---|
List<WebFeatureTable> |
GisViewerServiceImpl.getDataResult(List<LayerItem> layerItems,
String bbox,
int maxWFSFeature,
int zoomLevel) |
| Modifier and Type | Method and Description |
|---|---|
static WebFeatureTable |
FeatureWPSRequest.getTableFromWPSService(LayerItem layerItem,
String bbox,
int maxWFSFeature,
String gCubeSecurityToken,
String dataMinerURL,
int zoomLevel)
Gets the table from wps service.
|
| Modifier and Type | Method and Description |
|---|---|
static List<WebFeatureTable> |
FeatureParser.getDataResults(List<LayerItem> layerItems,
String bbox,
int maxWFSFeature,
String gCubeSecurityToken,
String dataMinerURL,
int zoomLevel)
Gets the data results.
|
Copyright © 2016. All Rights Reserved.