Modifier and Type | Method and Description |
---|---|
List<WfsTable> |
GisViewerService.getDataResult(List<LayerItem> layerItems,
String bbox) |
List<WfsTable> |
GisViewerService.getDataResult(List<LayerItem> layerItems,
String bbox,
int maxWFSFeature) |
Modifier and Type | Method and Description |
---|---|
void |
GisViewerServiceAsync.getDataResult(List<LayerItem> layerItems,
String bbox,
com.google.gwt.user.client.rpc.AsyncCallback<List<WfsTable>> asyncCallback) |
void |
GisViewerServiceAsync.getDataResult(List<LayerItem> layerItems,
String bbox,
int maxWFSFeature,
com.google.gwt.user.client.rpc.AsyncCallback<List<WfsTable>> callback) |
Modifier and Type | Method and Description |
---|---|
void |
DataResultPanel.setDataResultFromWfs(List<WfsTable> result) |
Modifier and Type | Method and Description |
---|---|
List<WfsTable> |
GisViewerServiceImpl.getDataResult(List<LayerItem> layerItems,
String bbox) |
List<WfsTable> |
GisViewerServiceImpl.getDataResult(List<LayerItem> layerItems,
String bbox,
int maxWFSFeature) |
Modifier and Type | Method and Description |
---|---|
static List<WfsTable> |
FeatureParser.getDataResults(List<LayerItem> layerItems,
String bbox,
int maxWFSFeature) |
Copyright © 2014. All Rights Reserved.