@RemoteServiceRelativePath(value="GisViewerService")
public interface GisViewerService
extends com.google.gwt.user.client.rpc.RemoteService
| Modifier and Type | Method and Description |
|---|---|
List<? extends GisViewerBaseLayerInterface> |
getBaseLayersToGisViewer()
Gets the base layers to gis viewer.
|
List<WebFeatureTable> |
getDataResult(List<LayerItem> layerItems,
String bbox,
int maxWFSFeature,
int zoomLevel)
Gets the data result.
|
List<DataResult> |
getDataResult(List<String> urls)
Gets the data result.
|
String |
getGcubeSecurityToken()
Gets the gcube security token.
|
LayerItemsResult |
getGroupsInfo(String groupName)
Gets the groups info.
|
LayerItemsResult |
getLayersInfo(List<String> layersName)
Gets the layers info.
|
LayerItemsResult |
getLayersInfoByLayerItems(List<LayerItem> layerItems)
Gets the layers info by layer items.
|
List<Property> |
getListProperty(String geoserverUrl,
LayerItem layer)
Added by Francesco M.
|
TransectParameters |
getTransectParameters()
Gets the transect parameters.
|
GeoInformationForWMSRequest |
parseWmsRequest(String wmsRequest,
String layerName)
Parses the wms request.
|
String |
parseWmsRequest(WmsRequest request)
Parses the wms request.
|
TransectParameters getTransectParameters()
List<DataResult> getDataResult(List<String> urls)
urls - the urlsLayerItemsResult getGroupsInfo(String groupName)
groupName - the group nameLayerItemsResult getLayersInfo(List<String> layersName)
layersName - the layers nameLayerItemsResult getLayersInfoByLayerItems(List<LayerItem> layerItems)
layerItems - the layer itemsList<Property> getListProperty(String geoserverUrl, LayerItem layer)
geoserverUrl - the geoserver urllayer - the layerList<WebFeatureTable> getDataResult(List<LayerItem> layerItems, String bbox, int maxWFSFeature, int zoomLevel)
layerItems - the layer itemsbbox - the bboxmaxWFSFeature - the max wfs featurezoomLevel - the zoom levelList<? extends GisViewerBaseLayerInterface> getBaseLayersToGisViewer()
String parseWmsRequest(WmsRequest request) throws Exception
request - the requestException - the exceptionString getGcubeSecurityToken() throws Exception
Exception - the exceptionGeoInformationForWMSRequest parseWmsRequest(String wmsRequest, String layerName) throws Exception
wmsRequest - the wms requestlayerName - the layer nameException - the exceptionCopyright © 2016. All Rights Reserved.