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 |
protected static org.gcube.common.geoserverinterface.GeonetworkCommonResourceInterface.GeoserverMethodResearch |
researchMethod |
Constructor and Description |
---|
GisViewerServiceImpl() |
Modifier and Type | Method and Description |
---|---|
protected abstract List<? extends GisViewerBaseLayerInterface> |
getBaseLayersToAddGisViewer() |
List<? extends GisViewerBaseLayerInterface> |
getBaseLayersToGisViewer() |
List<WfsTable> |
getDataResult(List<LayerItem> layerItems,
String bbox) |
List<WfsTable> |
getDataResult(List<LayerItem> layerItems,
String bbox,
int maxWFSFeature) |
List<DataResult> |
getDataResult(List<String> urls) |
protected org.gcube.common.geoserverinterface.GeoCaller |
getGeoCaller() |
LayerItemsResult |
getGroupsInfo(String groupName) |
LayerItemsResult |
getLayersInfo(List<String> layersName) |
LayerItemsResult |
getLayersInfoByLayerItems(List<LayerItem> layerItems) |
List<Property> |
getListProperty(String geoserverUrl,
LayerItem layer)
Added by Francesco M.
|
protected abstract GisViewerServiceParameters |
getParameters() |
TransectParameters |
getTransectParameters() |
String |
parseWmsRequest(WmsRequest request) |
checkPermutationStrongName, doGetSerializationPolicy, getSerializationPolicy, onAfterResponseSerialized, onBeforeRequestDeserialized, processCall, processPost, shouldCompressResponse
doPost, doUnexpectedFailure, getPermutationStrongName, getThreadLocalRequest, getThreadLocalResponse, onAfterRequestDeserialized, readContent
doDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, service
protected static final boolean BASE_LAYER
protected static final org.gcube.common.geoserverinterface.GeonetworkCommonResourceInterface.GeoserverMethodResearch researchMethod
protected abstract GisViewerServiceParameters getParameters() throws Exception
Exception
protected abstract List<? extends GisViewerBaseLayerInterface> getBaseLayersToAddGisViewer() throws Exception
Exception
protected org.gcube.common.geoserverinterface.GeoCaller getGeoCaller() throws Exception
Exception
public List<DataResult> getDataResult(List<String> urls)
getDataResult
in interface GisViewerService
public LayerItemsResult getGroupsInfo(String groupName)
getGroupsInfo
in interface GisViewerService
public LayerItemsResult getLayersInfo(List<String> layersName)
getLayersInfo
in interface GisViewerService
public List<? extends GisViewerBaseLayerInterface> getBaseLayersToGisViewer()
getBaseLayersToGisViewer
in interface GisViewerService
public LayerItemsResult getLayersInfoByLayerItems(List<LayerItem> layerItems)
getLayersInfoByLayerItems
in interface GisViewerService
public TransectParameters getTransectParameters()
getTransectParameters
in interface GisViewerService
public List<WfsTable> getDataResult(List<LayerItem> layerItems, String bbox)
getDataResult
in interface GisViewerService
public List<WfsTable> getDataResult(List<LayerItem> layerItems, String bbox, int maxWFSFeature)
getDataResult
in interface GisViewerService
public List<Property> getListProperty(String geoserverUrl, LayerItem layer)
GisViewerService
getListProperty
in interface GisViewerService
public String parseWmsRequest(WmsRequest request) throws Exception
parseWmsRequest
in interface GisViewerService
request
- Exception
Copyright © 2015. All Rights Reserved.