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() |
String |
getTransectUrl() |
String |
parseWmsRequest(WmsRequest request) |
checkPermutationStrongName, doGetSerializationPolicy, getSerializationPolicy, onAfterResponseSerialized, onBeforeRequestDeserialized, processCall, processPost, shouldCompressResponsedoPost, doUnexpectedFailure, getPermutationStrongName, getThreadLocalRequest, getThreadLocalResponse, onAfterRequestDeserialized, readContentdoDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, serviceprotected static final boolean BASE_LAYER
protected static final org.gcube.common.geoserverinterface.GeonetworkCommonResourceInterface.GeoserverMethodResearch researchMethod
protected abstract GisViewerServiceParameters getParameters() throws Exception
Exceptionprotected abstract List<? extends GisViewerBaseLayerInterface> getBaseLayersToAddGisViewer() throws Exception
Exceptionprotected org.gcube.common.geoserverinterface.GeoCaller getGeoCaller()
throws Exception
Exceptionpublic List<DataResult> getDataResult(List<String> urls)
getDataResult in interface GisViewerServicepublic LayerItemsResult getGroupsInfo(String groupName)
getGroupsInfo in interface GisViewerServicepublic LayerItemsResult getLayersInfo(List<String> layersName)
getLayersInfo in interface GisViewerServicepublic List<? extends GisViewerBaseLayerInterface> getBaseLayersToGisViewer()
getBaseLayersToGisViewer in interface GisViewerServicepublic LayerItemsResult getLayersInfoByLayerItems(List<LayerItem> layerItems)
getLayersInfoByLayerItems in interface GisViewerServicepublic String getTransectUrl()
getTransectUrl in interface GisViewerServicepublic List<WfsTable> getDataResult(List<LayerItem> layerItems, String bbox)
getDataResult in interface GisViewerServicepublic List<WfsTable> getDataResult(List<LayerItem> layerItems, String bbox, int maxWFSFeature)
getDataResult in interface GisViewerServicepublic List<Property> getListProperty(String geoserverUrl, LayerItem layer)
GisViewerServicegetListProperty in interface GisViewerServicepublic String parseWmsRequest(WmsRequest request) throws Exception
parseWmsRequest in interface GisViewerServicerequest - ExceptionCopyright © 2015. All Rights Reserved.