@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.
|
List<Property> |
getListProperty(String geoserverUrl,
LayerItem layer)
Added by Francesco M.
|
TransectParameters |
getTransectParameters()
Gets the transect parameters.
|
Map<String,FeatureExportViewConfig> |
getWFSToViewExporterMap()
Gets the WFS to view exporter map.
|
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 urlsList<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 exceptionMap<String,FeatureExportViewConfig> getWFSToViewExporterMap() throws Exception
ExceptionCopyright © 2020. All Rights Reserved.