Uses of Class
org.gcube.contentmanagement.timeseries.geotools.gisconnectors.GISInformation

Packages that use GISInformation
org.gcube.contentmanagement.timeseries.geotools.engine   
org.gcube.contentmanagement.timeseries.geotools.gisconnectors   
org.gcube.contentmanagement.timeseries.geotools.tools   
org.gcube.contentmanagement.timeseries.geotools.vti   
 

Uses of GISInformation in org.gcube.contentmanagement.timeseries.geotools.engine
 

Methods in org.gcube.contentmanagement.timeseries.geotools.engine with parameters of type GISInformation
 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)
           
 

Uses of GISInformation in org.gcube.contentmanagement.timeseries.geotools.gisconnectors
 

Methods in org.gcube.contentmanagement.timeseries.geotools.gisconnectors with parameters of type GISInformation
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
 

Uses of GISInformation in org.gcube.contentmanagement.timeseries.geotools.tools
 

Methods in org.gcube.contentmanagement.timeseries.geotools.tools that return GISInformation
 GISInformation PointsMapCreator.duplicateGISInformation(GISInformation gisInfo)
           
 

Methods in org.gcube.contentmanagement.timeseries.geotools.tools with parameters of type GISInformation
 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)
           
 

Uses of GISInformation in org.gcube.contentmanagement.timeseries.geotools.vti
 

Methods in org.gcube.contentmanagement.timeseries.geotools.vti with parameters of type GISInformation
 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 © 2013. All Rights Reserved.