|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of DataSource in org.gcube.datatransformation.datatransformationlibrary |
|---|
| Methods in org.gcube.datatransformation.datatransformationlibrary with parameters of type DataSource | |
|---|---|
boolean |
DataSourceMerger.add(DataSource source)
Adds a DataSource in the DataSourceMerger. |
void |
DTSCore.transformData(DataSource source,
ContentType targetContentType)
This method transforms the input data which are fetched by the DataSource to the target ContentType and stores the transformed DataElements to the DataSink. |
void |
DTSCore.transformDataWithTransformationProgram(DataSource source,
String transformationProgramID,
Parameter[] programUnboundParameters,
ContentType targetContentType)
This method transforms the input data which are fetched by the DataSources to the target ContentType and stores the transformed DataElements to the DataSink. |
| Method parameters in org.gcube.datatransformation.datatransformationlibrary with type arguments of type DataSource | |
|---|---|
static void |
ProgramExecutor.transformDataWithProgram(ArrayList<DataSource> sources,
Transformer transformer,
List<Parameter> programParameters,
ContentType targetContentType,
DataSink sink)
Loads and executes the Program contained in the Transformer. |
| Uses of DataSource in org.gcube.datatransformation.datatransformationlibrary.datahandlers |
|---|
| Subinterfaces of DataSource in org.gcube.datatransformation.datatransformationlibrary.datahandlers | |
|---|---|
interface |
DataBridge
|
| Methods in org.gcube.datatransformation.datatransformationlibrary.datahandlers that return DataSource | |
|---|---|
static DataSource |
IOHandler.getDataSource(Input input)
Initializes and returns a DataSource object. |
| Uses of DataSource in org.gcube.datatransformation.datatransformationlibrary.datahandlers.impl |
|---|
| Classes in org.gcube.datatransformation.datatransformationlibrary.datahandlers.impl that implement DataSource | |
|---|---|
class |
FilterDataBridge
|
class |
REFDataBridge
|
| Fields in org.gcube.datatransformation.datatransformationlibrary.datahandlers.impl declared as DataSource | |
|---|---|
protected DataSource |
FilterDataBridge.source
The source from which the FilterDataBridge retrieves DataElements. |
| Constructors in org.gcube.datatransformation.datatransformationlibrary.datahandlers.impl with parameters of type DataSource | |
|---|---|
FilterDataBridge(DataSource source,
ContentType filterContentType)
Creates a new FilterDataBridge. |
|
| Uses of DataSource in org.gcube.datatransformation.datatransformationlibrary.model |
|---|
| Methods in org.gcube.datatransformation.datatransformationlibrary.model that return DataSource | |
|---|---|
DataSource |
Source.getInput()
Returns the input data handler. |
| Uses of DataSource in org.gcube.datatransformation.datatransformationlibrary.programs |
|---|
| Method parameters in org.gcube.datatransformation.datatransformationlibrary.programs with type arguments of type DataSource | |
|---|---|
void |
Program.transform(List<DataSource> sources,
List<Parameter> programParameters,
ContentType targetContentType,
DataSink sink)
The method invoked by ProgramExecutor in order for the Program to transform the sources to the targetContentType. |
void |
Elm2ElmProgram.transform(List<DataSource> sources,
List<Parameter> programParameters,
ContentType targetContentType,
DataSink sink)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||