public abstract class GisViewerServiceImpl extends com.google.gwt.user.server.rpc.RemoteServiceServlet implements GisViewerService
| Modifier and Type | Field and Description |
|---|---|
protected static boolean |
BASE_LAYER |
| Constructor and Description |
|---|
GisViewerServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract List<? extends GisViewerBaseLayerInterface> |
getBaseLayersToAddGisViewer()
Gets the base layers to add gis viewer.
|
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.
|
abstract String |
getGcubeSecurityToken()
Gets the gcube security token.
|
List<Property> |
getListProperty(String geoserverUrl,
LayerItem layer)
Added by Francesco M.
|
protected abstract GisViewerServiceParameters |
getParameters()
Gets the parameters.
|
TransectParameters |
getTransectParameters()
Gets the transect parameters.
|
static GeoInformationForWMSRequest |
loadGeoInfoForWmsRequest(String wmsRequest,
String layerName)
Load geo info for wms request.
|
GeoInformationForWMSRequest |
parseWmsRequest(String wmsRequest,
String layerName)
Parses the wms request.
|
String |
parseWmsRequest(WmsRequest request)
Parses the wms request.
|
checkPermutationStrongName, doGetSerializationPolicy, getCodeServerPolicyUrl, getRequestModuleBasePath, getSerializationPolicy, init, loadPolicyFromCodeServer, onAfterResponseSerialized, onBeforeRequestDeserialized, processCall, processCall, processPost, shouldCompressResponsedoPost, doUnexpectedFailure, getPermutationStrongName, getThreadLocalRequest, getThreadLocalResponse, onAfterRequestDeserialized, readContentdoDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, serviceprotected static final boolean BASE_LAYER
protected abstract GisViewerServiceParameters getParameters() throws Exception
Exception - the exceptionprotected abstract List<? extends GisViewerBaseLayerInterface> getBaseLayersToAddGisViewer() throws Exception
Exception - the exceptionpublic abstract String getGcubeSecurityToken()
GisViewerServicegetGcubeSecurityToken in interface GisViewerServicepublic List<DataResult> getDataResult(List<String> urls)
GisViewerServicegetDataResult in interface GisViewerServiceurls - the urlspublic GeoInformationForWMSRequest parseWmsRequest(String wmsRequest, String layerName) throws Exception
GisViewerServiceparseWmsRequest in interface GisViewerServicewmsRequest - the wms requestlayerName - the layer nameException - the exceptionpublic static GeoInformationForWMSRequest loadGeoInfoForWmsRequest(String wmsRequest, String layerName) throws Exception
wmsRequest - the wms requestlayerName - the layer nameException - the exceptionpublic List<? extends GisViewerBaseLayerInterface> getBaseLayersToGisViewer()
GisViewerServicegetBaseLayersToGisViewer in interface GisViewerServicepublic TransectParameters getTransectParameters()
getTransectParameters in interface GisViewerServicepublic List<WebFeatureTable> getDataResult(List<LayerItem> layerItems, String bbox, int maxWFSFeature, int zoomLevel)
GisViewerServicegetDataResult in interface GisViewerServicelayerItems - the layer itemsbbox - the bboxmaxWFSFeature - the max wfs featurezoomLevel - the zoom levelpublic List<Property> getListProperty(String geoserverUrl, LayerItem layer)
GisViewerServicegetListProperty in interface GisViewerServicegeoserverUrl - the geoserver urllayer - the layerpublic String parseWmsRequest(WmsRequest request) throws Exception
parseWmsRequest in interface GisViewerServicerequest - the requestException - the exceptionCopyright © 2018. All Rights Reserved.