Class GeoRuntimeReader
- java.lang.Object
-
- org.gcube.datatransfer.resolver.gis.GeoRuntimeReader
-
public class GeoRuntimeReader extends Object
The Class GeoRuntimeReader.- Author:
- Francesco Mangiacrapa francesco.mangiacrapa@isti.cnr.it May 16, 2017
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGeoRuntimeReader.GEO_SERVICEThe Enum GEO_SERVICE.
-
Field Summary
Fields Modifier and Type Field Description static StringGEONETWORK_RESOURCE_NAMEstatic StringGEOSERVER_RESOURCE_NAMEstatic org.slf4j.Loggerloggerstatic StringWORKSPACES_PROPERTY_NAME
-
Constructor Summary
Constructors Constructor Description GeoRuntimeReader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServerParametersretrieveGisParameters(String scope, GeoRuntimeReader.GEO_SERVICE geoservice)Retrieve gis parameters.
-
-
-
Field Detail
-
GEOSERVER_RESOURCE_NAME
public static final String GEOSERVER_RESOURCE_NAME
- See Also:
- Constant Field Values
-
GEONETWORK_RESOURCE_NAME
public static final String GEONETWORK_RESOURCE_NAME
- See Also:
- Constant Field Values
-
WORKSPACES_PROPERTY_NAME
public static final String WORKSPACES_PROPERTY_NAME
- See Also:
- Constant Field Values
-
logger
public static final org.slf4j.Logger logger
-
-
Method Detail
-
retrieveGisParameters
public ServerParameters retrieveGisParameters(String scope, GeoRuntimeReader.GEO_SERVICE geoservice) throws Exception
Retrieve gis parameters.- Parameters:
scope- the scopegeoservice- the geoservice- Returns:
- the server parameters
- Throws:
Exception- the exception
-
-