Uses of Class
org.gcube.contentmanagement.timeseries.geotools.utils.Tuple

Packages that use Tuple
org.gcube.contentmanagement.timeseries.geotools.tools   
org.gcube.contentmanagement.timeseries.geotools.vti   
org.gcube.contentmanagement.timeseries.geotools.vti.connectors   
 

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

Methods in org.gcube.contentmanagement.timeseries.geotools.tools that return Tuple
 Tuple<java.lang.String> VTICache.getCachedElement(java.lang.String timeSeriesName)
           
 Tuple<java.lang.String> GeoGroupCache.getCachedElement(java.lang.String timeSeriesName, java.lang.String geoServerGroup)
           
 

Method parameters in org.gcube.contentmanagement.timeseries.geotools.tools with type arguments of type Tuple
 java.lang.String PointsMapCreator.createMapFromPoints(java.util.List<Tuple<java.lang.Float>> xyPoints, java.lang.String destinationTableName, 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 Tuple in org.gcube.contentmanagement.timeseries.geotools.vti
 

Methods in org.gcube.contentmanagement.timeseries.geotools.vti that return types with arguments of type Tuple
 java.util.List<Tuple<java.lang.String>> VTIColumnsBuilder.getColumnInfo(VTIDataExtender.DataExtenderFunctionalities function)
           
 java.util.List<Tuple<java.lang.String>> VTIDataExtender.getColumnsAType(VTIDataExtender.DataExtenderFunctionalities functionality)
           
 

Method parameters in org.gcube.contentmanagement.timeseries.geotools.vti with type arguments of type Tuple
 void VTIDataExtender.extendTable(java.lang.String tableName, java.util.List<Tuple<java.lang.String>> newColumns, java.lang.String tableKey, java.lang.String tableKeyType, java.lang.String firstDimension, java.lang.String secondDimension, VTIDataExtender.DataExtenderFunctionalities functionality)
           
 void VTIDataExtender.extendTable(java.lang.String tableName, java.util.List<Tuple<java.lang.String>> newColumns, java.lang.String tableKey, java.lang.String tableKeyType, java.lang.String firstDimension, java.lang.String secondDimension, VTIDataExtender.DataExtenderFunctionalities functionality, boolean ordered)
           
 void VTIDataExtender.extendTable(java.lang.String tableName, java.util.List<Tuple<java.lang.String>> newColumns, java.lang.String tableKey, java.lang.String tableKeyType, java.lang.String firstDimension, VTIDataExtender.DataExtenderFunctionalities functionality)
           
 

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

Methods in org.gcube.contentmanagement.timeseries.geotools.vti.connectors that return Tuple
static Tuple<java.lang.Integer>[] VTIClassificator.classify(Tuple<java.lang.String>[] couples)
           
 Tuple<java.lang.String>[] FAOAreaExtractor.getAreas(java.awt.geom.Point2D.Double[] points)
           
 Tuple<java.lang.String>[] FAOAreaExtractor.getAreasOLD(java.awt.geom.Point2D.Double[] points)
           
 Tuple<java.lang.String>[] FAOAreaExtractor.setDefaults(java.awt.geom.Point2D.Double[] points)
           
 

Methods in org.gcube.contentmanagement.timeseries.geotools.vti.connectors with parameters of type Tuple
static Tuple<java.lang.Integer>[] VTIClassificator.classify(Tuple<java.lang.String>[] couples)