org.gcube.portlets.user.gisviewer.server
Class GisViewerServiceImpl

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet
              extended by com.google.gwt.user.server.rpc.RemoteServiceServlet
                  extended by 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
 
Constructor Summary
GisViewerServiceImpl()
           
 
Method Summary
 List<WfsTable> getDataResult(List<LayerItem> layerItems, String bbox)
           
 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)
           
protected abstract  GisViewerServiceParameters getParameters()
           
 String getTransectUrl()
          
 
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
 

Field Detail

BASE_LAYER

protected static final boolean BASE_LAYER
See Also:
Constant Field Values

researchMethod

protected static final org.gcube.common.geoserverinterface.GeonetworkCommonResourceInterface.GeoserverMethodResearch researchMethod
Constructor Detail

GisViewerServiceImpl

public GisViewerServiceImpl()
Method Detail

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


Copyright © 2013. All Rights Reserved.