org.gcube.portlets.user.gisviewer.server
Class GisViewerServiceImpl
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet
com.google.gwt.user.server.rpc.RemoteServiceServlet
org.gcube.portlets.user.gisviewer.server.GisViewerServiceImpl
- All Implemented Interfaces:
- com.google.gwt.user.client.rpc.RemoteService, com.google.gwt.user.server.rpc.SerializationPolicyProvider, Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig, GisViewerService
- Direct Known Subclasses:
- DefaultGisViewerServiceImpl
public abstract class GisViewerServiceImpl
- extends com.google.gwt.user.server.rpc.RemoteServiceServlet
- implements GisViewerService
- See Also:
- Serialized Form
Field Summary |
protected static boolean |
BASE_LAYER
|
protected static org.gcube.common.geoserverinterface.GeonetworkCommonResourceInterface.GeoserverMethodResearch |
researchMethod
|
Fields inherited from class com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet |
perThreadRequest, perThreadResponse |
Methods inherited from class com.google.gwt.user.server.rpc.RemoteServiceServlet |
checkPermutationStrongName, doGetSerializationPolicy, getSerializationPolicy, onAfterResponseSerialized, onBeforeRequestDeserialized, processCall, processPost, shouldCompressResponse |
Methods inherited from class com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet |
doPost, doUnexpectedFailure, getPermutationStrongName, getThreadLocalRequest, getThreadLocalResponse, onAfterRequestDeserialized, readContent |
Methods inherited from class javax.servlet.http.HttpServlet |
doDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, service |
Methods inherited from class javax.servlet.GenericServlet |
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BASE_LAYER
protected static final boolean BASE_LAYER
- See Also:
- Constant Field Values
researchMethod
protected static final org.gcube.common.geoserverinterface.GeonetworkCommonResourceInterface.GeoserverMethodResearch researchMethod
GisViewerServiceImpl
public GisViewerServiceImpl()
getParameters
protected abstract GisViewerServiceParameters getParameters()
throws Exception
- Throws:
Exception
getGeoCaller
protected org.gcube.common.geoserverinterface.GeoCaller getGeoCaller()
throws Exception
- Throws:
Exception
getDataResult
public List<DataResult> getDataResult(List<String> urls)
- Specified by:
getDataResult
in interface GisViewerService
getGroupsInfo
public LayerItemsResult getGroupsInfo(String groupName)
- Specified by:
getGroupsInfo
in interface GisViewerService
getLayersInfo
public LayerItemsResult getLayersInfo(List<String> layersName)
- Specified by:
getLayersInfo
in interface GisViewerService
getLayersInfoByLayerItems
public LayerItemsResult getLayersInfoByLayerItems(List<LayerItem> layerItems)
- Specified by:
getLayersInfoByLayerItems
in interface GisViewerService
getTransectUrl
public String getTransectUrl()
-
- Specified by:
getTransectUrl
in interface GisViewerService
getDataResult
public List<WfsTable> getDataResult(List<LayerItem> layerItems,
String bbox)
- Specified by:
getDataResult
in interface GisViewerService
getListProperty
public List<Property> getListProperty(String geoserverUrl,
LayerItem layer)
- Description copied from interface:
GisViewerService
- Added by Francesco M. 10/09/2013
- Specified by:
getListProperty
in interface GisViewerService
- Returns:
Copyright © 2013. All Rights Reserved.