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
 boolean TimeSeriesGISConverter.createNewGroup(java.util.List<AFilter> filters, GISInformation gisInfo)
           
 void TimeSeriesGISConverter.TimeSeriesToGIS(java.util.List<AFilter> filters, GISInformation gisInfo)
           
 java.lang.String TimeSeriesGISConverter.TimeSeriesToGIS(java.util.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, java.lang.String groupName, int maxtries)
           
 java.lang.String GISLayerSaver.createGISgroup(java.util.List<GISLayer> layers, GISInformation gisInfo, java.lang.String externalGroupName)
           
 java.lang.String GISLayerSaver.createGISgroup(java.util.List<GISLayer> layers, GISInformation gisInfo, java.lang.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, java.lang.String groupName)
          deletes a group on the geoserver containing it
 boolean GISOperations.deleteLayer(GISInformation gisInfo, java.lang.String layerName)
          deletes a layer on the right geoserver by asking to geonetwork
 boolean GISOperations.deleteStyle(GISInformation gisInfo, java.lang.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
 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
 java.lang.String PointsMapCreator.createMap(java.lang.String originTableName, java.lang.String destinationTableName, java.lang.String xDimension, java.lang.String yDimension, java.lang.String mapName, GISInformation gisInfo)
           
 java.lang.String PointsMapCreator.createMapFromPoints(java.util.List<Tuple<java.lang.Float>> xyPoints, java.lang.String destinationTableName, java.lang.String mapName, GISInformation gisInfo)
           
 GISInformation PointsMapCreator.duplicateGISInformation(GISInformation gisInfo)
           
 java.lang.String PointsMapCreator.generatePointGisMap(java.lang.String destinationTable, java.lang.String mapName, GISInformation gisInfo)
           
 java.lang.String PointsMapCreator.generateXYMap(java.lang.String originTable, java.lang.String destinationTable, java.lang.String xDimension, java.lang.String yDimension, boolean createMap, java.lang.String mapName, GISInformation gisInfo)
           
 java.lang.String PointsMapCreator.generateXYMapFromPoints(java.util.List<Tuple<java.lang.Float>> xyPoints, java.lang.String destinationTable, boolean createMap, java.lang.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(java.lang.String tableName, java.lang.String tableKey, java.lang.String xDimension, java.lang.String yDimension, java.lang.String previousGroupName, GISInformation gisInfo, boolean appendMode, java.util.HashMap<java.lang.String,java.lang.String> field2user)
           
 void VTIEffortAggregator.createNewGroup(GISInformation gisInfo, java.lang.String timeseriesName, java.lang.String xDimension, java.lang.String yDimension, java.lang.String datesDimension, java.lang.String fishingHoursDimension, java.lang.String speedDimension)
           
 java.lang.String VTIEffortAggregator.produceMontlyEffort(java.lang.String tableName, java.lang.String tableKey, java.lang.String xDimension, java.lang.String yDimension, java.lang.String datesDimension, java.lang.String fishingHoursDimension, java.lang.String speedDimension, GISInformation gisInfo, boolean produceVTI, boolean appendMode)
           
 java.lang.String VTIEffortAggregator.produceMontlyEffort(java.lang.String tableName, java.lang.String tableKey, java.lang.String xDimension, java.lang.String yDimension, java.lang.String datesDimension, java.lang.String fishingHoursDimension, java.lang.String speedDimension, GISInformation gisInfo, boolean produceVTI, boolean appendMode, java.util.HashMap<java.lang.String,java.lang.String> field2user)