Uses of Class
org.gcube.contentmanagement.graphtools.abstracts.SamplesTable

Packages that use SamplesTable
org.gcube.contentmanagement.graphtools.abstracts   
org.gcube.contentmanagement.graphtools.data   
org.gcube.contentmanagement.graphtools.data.conversions   
org.gcube.contentmanagement.graphtools.data.databases   
 

Uses of SamplesTable in org.gcube.contentmanagement.graphtools.abstracts
 

Methods in org.gcube.contentmanagement.graphtools.abstracts that return SamplesTable
 SamplesTable GenericDBExtractor.getMonoDimTable(String table, String column)
           
 

Methods in org.gcube.contentmanagement.graphtools.abstracts that return types with arguments of type SamplesTable
 Map<String,SamplesTable> GenericDBExtractor.getMultiDimTemporalTables(String table, String xDimension, String groupDimension, String yValue, String speciesColumn, String... yFilters)
           
 

Uses of SamplesTable in org.gcube.contentmanagement.graphtools.data
 

Subclasses of SamplesTable in org.gcube.contentmanagement.graphtools.data
 class BigSamplesTable
           
 class GraphSamplesTable
           
 

Uses of SamplesTable in org.gcube.contentmanagement.graphtools.data.conversions
 

Methods in org.gcube.contentmanagement.graphtools.data.conversions with parameters of type SamplesTable
static List<Point<? extends Number,? extends Number>> GraphConverter2D.convert(SamplesTable sampleTable)
           
static List<Point<? extends Number,? extends Number>> GraphConverter2D.transformTable(SamplesTable sampleTable)
           
 

Uses of SamplesTable in org.gcube.contentmanagement.graphtools.data.databases
 

Methods in org.gcube.contentmanagement.graphtools.data.databases that return SamplesTable
 SamplesTable CommonDBExtractor.getMonoDimTable(String table, String column)
           
 

Methods in org.gcube.contentmanagement.graphtools.data.databases that return types with arguments of type SamplesTable
 Map<String,SamplesTable> CommonDBExtractor.getMultiDimTemporalTables(List<Filter> filters, Filter YRangeFilter, String table, String xDimension, String groupDimension, String yValue, String speciesColumn, String... yFilters)
           
 Map<String,SamplesTable> CommonDBExtractor.getMultiDimTemporalTables(String table, String xDimension, String groupDimension, String yValue, String speciesColumn, String... yFilters)
           
 



Copyright © 2012. All Rights Reserved.