Uses of Class
org.gcube.contentmanagement.timeseries.geotools.databases.ConnectionsManager

Packages that use ConnectionsManager
org.gcube.contentmanagement.timeseries.geotools.engine   
org.gcube.contentmanagement.timeseries.geotools.filters   
org.gcube.contentmanagement.timeseries.geotools.finder   
org.gcube.contentmanagement.timeseries.geotools.gisconnectors   
org.gcube.contentmanagement.timeseries.geotools.vti.connectors   
 

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

Fields in org.gcube.contentmanagement.timeseries.geotools.engine declared as ConnectionsManager
 ConnectionsManager TimeSeriesGISConverter.connectionManager
           
 

Uses of ConnectionsManager in org.gcube.contentmanagement.timeseries.geotools.filters
 

Methods in org.gcube.contentmanagement.timeseries.geotools.filters with parameters of type ConnectionsManager
 java.util.List<GISLayer> AFilter.filter(GISLayer previousGisLayer, ConnectionsManager connectionsManager, GeoAreaFinder geofind)
           
 java.util.List<GISLayer> SpeciesFilter.filter(GISLayer previousGisLayer, ConnectionsManager connectionsManager, GeoAreaFinder geofind)
           
 

Uses of ConnectionsManager in org.gcube.contentmanagement.timeseries.geotools.finder
 

Constructors in org.gcube.contentmanagement.timeseries.geotools.finder with parameters of type ConnectionsManager
GeoAreaFinder(ConnectionsManager connManager, java.lang.String ref_country)
           
ProbabilityFilter(ConnectionsManager connManager)
           
SpeciesConverter(ConnectionsManager connManager, java.lang.String reference_species_table)
           
TimeSeriesAggregator(ConnectionsManager connManager)
           
 

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

Constructors in org.gcube.contentmanagement.timeseries.geotools.gisconnectors with parameters of type ConnectionsManager
GISLayerSaver(ConnectionsManager connManager)
           
 

Uses of ConnectionsManager in org.gcube.contentmanagement.timeseries.geotools.vti.connectors
 

Constructors in org.gcube.contentmanagement.timeseries.geotools.vti.connectors with parameters of type ConnectionsManager
FAOAreaExtractor(java.lang.String geoServerURL, ConnectionsManager connectionsManager)