public class TransectServiceImpl extends com.google.gwt.user.server.rpc.RemoteServiceServlet implements TransectService
Modifier and Type | Field and Description |
---|---|
static String |
DIALECT
Runtime Resource Property
|
static String |
DRIVER
Runtime Resource Property
|
static org.slf4j.Logger |
logger |
static String |
TransectAuxiliaryDatabase
Runtime Reosource: Aquamaps DB
|
static String |
TransectGeoDatabase
Runtime Reosource: Geoserver DB
|
Constructor and Description |
---|
TransectServiceImpl() |
Modifier and Type | Method and Description |
---|---|
org.gcube.portlets.user.timeseries.charts.support.types.GraphGroups |
getChartData(String scope,
String x1,
String y1,
String x2,
String y2,
String SRID,
String maxelements,
String minumumGap,
String biodiversityfield,
String tablename)
*************************************************
WORKING PART
*************************************************.
|
org.gcube.contentmanagement.lexicalmatcher.analysis.core.LexicalEngineConfiguration |
getDatabaseConfig(String scope,
String runtimeResourceName) |
org.gcube.portlets.user.timeseries.charts.support.types.GraphGroups |
populateData(String scope,
int groupNum,
String x1,
String y1,
String x2,
String y2,
String SRID,
String maxelements,
String minumumGap,
String biodiversityfield,
String tablename)
Populate data.
|
void |
service(javax.servlet.ServletRequest arg0,
javax.servlet.ServletResponse arg1) |
checkPermutationStrongName, doGetSerializationPolicy, getCodeServerPolicyUrl, getRequestModuleBasePath, getSerializationPolicy, init, loadPolicyFromCodeServer, onAfterResponseSerialized, onBeforeRequestDeserialized, processCall, processCall, processPost, shouldCompressResponse
doPost, doUnexpectedFailure, getPermutationStrongName, getThreadLocalRequest, getThreadLocalResponse, onAfterRequestDeserialized, readContent
doDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service
public static final org.slf4j.Logger logger
public static final String TransectGeoDatabase
public static final String TransectAuxiliaryDatabase
public static final String DIALECT
public static final String DRIVER
public void service(javax.servlet.ServletRequest arg0, javax.servlet.ServletResponse arg1) throws javax.servlet.ServletException, IOException
service
in interface javax.servlet.Servlet
service
in class javax.servlet.http.HttpServlet
javax.servlet.ServletException
IOException
public final org.gcube.portlets.user.timeseries.charts.support.types.GraphGroups populateData(String scope, int groupNum, String x1, String y1, String x2, String y2, String SRID, String maxelements, String minumumGap, String biodiversityfield, String tablename) throws Exception
gcube
- scopegroupNum
- the group numx1
- the x1y1
- the y1x2
- the x2y2
- the y2SRID
- the sridmaxelements
- the maxelementsminumumGap
- the minumum gapbiodiversityfield
- the biodiversityfieldtablename
- the tablenameException
- the exceptionpublic org.gcube.contentmanagement.lexicalmatcher.analysis.core.LexicalEngineConfiguration getDatabaseConfig(String scope, String runtimeResourceName) throws Exception
Exception
public final org.gcube.portlets.user.timeseries.charts.support.types.GraphGroups getChartData(String scope, String x1, String y1, String x2, String y2, String SRID, String maxelements, String minumumGap, String biodiversityfield, String tablename) throws Exception
getChartData
in interface TransectService
scope
- the gcube scope from whone to read the runtime resource @TransectGeoDatabase @TransectAuxiliaryDatabasex1
- the x1y1
- the y1x2
- the x2y2
- the y2SRID
- the sridmaxelements
- the maxelementsminumumGap
- the minumum gapbiodiversityfield
- the biodiversityfieldtablename
- the tablenameException
Copyright © 2015. All Rights Reserved.