| Modifier and Type | Method and Description |
|---|---|
List<String> |
TimeSeriesGISConverter.checkGroupingInCache(List<AFilter> filters,
GISInformation gisInfo) |
void |
TimeSeriesGISConverter.TimeSeriesToGIS(List<AFilter> filters,
GISInformation gisInfo) |
List<String> |
TimeSeriesGISConverter.TimeSeriesToGIS(List<AFilter> filters,
GISInformation gisInfo,
boolean expandedMode) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
GISGroupInformation.checkGroup(GISInformation gisInfo,
String groupName,
int maxtries) |
static boolean |
GISGroupInformation.checkLayers(GISInformation gisInfo,
List<String> layerNames,
int maxtries) |
String |
GISLayerSaver.createGISgroup(List<GISLayer> layers,
GISInformation gisInfo,
String externalGroupName) |
String |
GISLayerSaver.createGISLayers(List<GISLayer> layers,
GISInformation gisInfo,
String externalGroupName,
boolean generateMap,
boolean ignoreStyleCreationFailure) |
boolean |
GISOperations.createGroupOnGeoServer(GISInformation gisInfo)
Creates a new group on the geoserver using a previous template
|
boolean |
GISOperations.createLayers(GISInformation gisInfo) |
boolean |
GISOperations.createNewGroupOnGeoServer(GISInformation gisInfo)
creates a new group on the most unloaded geoserver
|
boolean |
GISOperations.deleteGroup(GISInformation gisInfo,
String groupName)
deletes a group on the geoserver containing it
|
boolean |
GISOperations.deleteLayer(GISInformation gisInfo,
String layerName)
deletes a layer on the right geoserver by asking to geonetwork
|
boolean |
GISOperations.deleteStyle(GISInformation gisInfo,
String styleName)
deletes a style on the selected geoserver
|
boolean |
GISOperations.generateGisMap(GISInformation gisInfo)
generates a gis map blocking if a style creation failure happens
|
boolean |
GISOperations.generateGisMap(GISInformation gisInfo,
boolean ignoreStylesFailure)
generates a complete GIS MAP on a remote GEO SERVER
The user has to fill in the gisInfo object in order to generate the map
|
org.gcube.common.geoserverinterface.GeoCaller |
GISOperations.getGeoCaller(GISInformation gisInfo)
builds up a GeoCaller which will call geonetwork for getting a geoserver reference and then will use the geoserver like in the old GeoserverCaller
|
| Modifier and Type | Method and Description |
|---|---|
GISInformation |
PointsMapCreator.duplicateGISInformation(GISInformation gisInfo) |
| Modifier and Type | Method and Description |
|---|---|
String |
PointsMapCreator.createMap(String originTableName,
String destinationTableName,
String xDimension,
String yDimension,
String mapName,
GISInformation gisInfo) |
String |
PointsMapCreator.createMapFromPoints(List<OccurrencePointVector2D> xyPoints,
String destinationTableName,
String mapName,
GISInformation gisInfo) |
GISInformation |
PointsMapCreator.duplicateGISInformation(GISInformation gisInfo) |
String |
PointsMapCreator.generatePointGisMap(String destinationTable,
String mapName,
GISInformation gisInfo) |
String |
CreateLayerFromProbability.generatePointGisMap(String destinationTable,
String mapName,
GISInformation gisInfo,
String stylename) |
String |
PointsMapCreator.generateXYMap(String originTable,
String destinationTable,
String xDimension,
String yDimension,
boolean createMap,
String mapName,
GISInformation gisInfo) |
String |
PointsMapCreator.generateXYMapFromPoints(List<OccurrencePointVector2D> xyPoints,
String destinationTable,
boolean createMap,
String mapName,
GISInformation gisInfo) |
| Modifier and Type | Method and Description |
|---|---|
void |
VTIEffortAggregator.addVTILayers(String tableName,
String tableKey,
String xDimension,
String yDimension,
String previousGroupName,
GISInformation gisInfo,
boolean appendMode,
HashMap<String,String> field2user) |
List<String> |
VTIEffortAggregator.checkGroupingInCache(GISInformation gisInfo,
String timeseriesName,
String xDimension,
String yDimension,
String datesDimension,
String fishingHoursDimension,
String speedDimension) |
List<String> |
VTIEffortAggregator.produceMontlyEffort(String tableName,
String tableKey,
String xDimension,
String yDimension,
String datesDimension,
String fishingHoursDimension,
String speedDimension,
GISInformation gisInfo,
boolean produceVTI,
boolean appendMode) |
List<String> |
VTIEffortAggregator.produceMontlyEffort(String tableName,
String tableKey,
String xDimension,
String yDimension,
String datesDimension,
String fishingHoursDimension,
String speedDimension,
GISInformation gisInfo,
boolean produceVTI,
boolean appendMode,
HashMap<String,String> field2user) |
Copyright © 2015. All Rights Reserved.