public class Task
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
currentFormat |
Constructor and Description |
---|
Task(Configuration config,
Classification classific,
java.lang.String inFile,
java.lang.String outFile,
int sourceSRID,
int targetSRID)
Constructor for a transformation task that will be executed at a separate thread.
|
public Task(Configuration config, Classification classific, java.lang.String inFile, java.lang.String outFile, int sourceSRID, int targetSRID)
config
- Parameters to configure the transformation.classific
- Instantiation of the classification scheme that assigns categories to input features.inFile
- Path to input data source file.outFile
- Path to the output file that collects RDF triples.sourceSRID
- Spatial reference system (EPSG code) of the input shapefile.targetSRID
- Spatial reference system (EPSG code) of geometries in the output RDF triples.