Package | Description |
---|---|
eu.slipo.athenarc.triplegeo | |
eu.slipo.athenarc.triplegeo.partitioning | |
eu.slipo.athenarc.triplegeo.tools | |
eu.slipo.athenarc.triplegeo.utils |
Modifier and Type | Field and Description |
---|---|
(package private) static Classification |
Extractor.classification |
Modifier and Type | Field and Description |
---|---|
private static Classification |
SparkPartitioner.classification |
Constructor and Description |
---|
SparkPartitioner(Configuration config,
Classification classific,
java.lang.String inFile,
java.lang.String outFile,
int sourceSRID,
int targetSRID) |
Modifier and Type | Field and Description |
---|---|
private Classification |
ShpToRdf.classification |
(package private) static Classification |
RdbToRdf.classification |
(package private) Classification |
OsmXmlToRdf.classification |
(package private) Classification |
OsmPbfToRdf.classification |
private Classification |
MapToRdf.classification |
private Classification |
JsonToRdf.classification |
private Classification |
GpxToRdf.classification |
private Classification |
GeoJsonToRdf.classification |
private Classification |
CsvToRdf.classification |
Constructor and Description |
---|
CsvToRdf(Configuration config,
Classification classific,
java.lang.String inFile,
java.lang.String outFile,
int sourceSRID,
int targetSRID)
Constructor for the transformation process from CSV file to RDF.
|
GeoJsonToRdf(Configuration config,
Classification classific,
java.lang.String inFile,
java.lang.String outFile,
int sourceSRID,
int targetSRID)
Constructor for the transformation process from GeoJSON file to RDF.
|
GpxToRdf(Configuration config,
Classification classific,
java.lang.String inFile,
java.lang.String outFile,
int sourceSRID,
int targetSRID)
Constructor for the transformation process from GPX file to RDF.
|
JsonToRdf(Configuration config,
Classification classific,
java.lang.String inFile,
java.lang.String outFile,
int sourceSRID,
int targetSRID)
Constructor for the transformation process from JSON document to RDF.
|
MapToRdf(Configuration config,
Classification classific,
java.lang.String outFile,
int sourceSRID,
int targetSRID,
java.util.Iterator<java.util.Map<java.lang.String,java.lang.String>> input,
int index) |
RdbToRdf(Configuration config,
Classification classific,
java.lang.String outFile,
int sourceSRID,
int targetSRID)
Constructor for the transformation process from a spatially-enabled DBMS to RDF.
|
ShpToRdf(Configuration config,
Classification classific,
java.lang.String inFile,
java.lang.String outFile,
int sourceSRID,
int targetSRID)
Constructor for the transformation process from ESRI shapefile to RDF.
|
Modifier and Type | Method and Description |
---|---|
private boolean |
TripleGenerator.assignClassificationURI(java.util.Map<java.lang.String,java.lang.String> attrValues,
Classification classific)
Assigns a suitable URI for the category of this feature according to the classification scheme pertinent to the dataset
|
void |
StreamConverter.parse(org.geotools.feature.FeatureIterator<?> iterator,
Classification classific,
org.opengis.referencing.operation.MathTransform reproject,
int targetSRID,
java.lang.String outputFile)
Parses each record from a FeatureIterator and streamlines the resulting triples (including geometric and non-spatial attributes).
|
void |
RMLConverter.parse(org.geotools.feature.FeatureIterator<?> iterator,
Classification classific,
org.opengis.referencing.operation.MathTransform reproject,
int targetSRID,
java.lang.String outputFile)
Parses each record from a FeatureIterator and streamlines the resulting triples (including geometric and non-spatial attributes) according to the given RML mapping.
|
void |
GraphConverter.parse(org.geotools.feature.FeatureIterator<?> iterator,
Classification classific,
org.opengis.referencing.operation.MathTransform reproject,
int targetSRID,
java.lang.String outputFile)
Parses each record from a FeatureIterator and creates the resulting triples on a disk-based model (including geometric and non-spatial attributes).
|
void |
Converter.parse(org.geotools.feature.FeatureIterator<?> iterator,
Classification classific,
org.opengis.referencing.operation.MathTransform reproject,
int targetSRID,
java.lang.String outputFile)
Parses each record from a FeatureIterator and creates the resulting triples (including geometric and non-spatial attributes).
|
void |
StreamConverter.parse(java.util.Iterator<org.apache.commons.csv.CSVRecord> records,
Classification classific,
org.opengis.referencing.operation.MathTransform reproject,
int targetSRID,
java.lang.String outputFile)
Parses each record from a collection of CSV records and streamlines the resulting triples (including geometric and non-spatial attributes).
|
void |
RMLConverter.parse(java.util.Iterator<org.apache.commons.csv.CSVRecord> records,
Classification classific,
org.opengis.referencing.operation.MathTransform reproject,
int targetSRID,
java.lang.String outputFile)
Parses each record from a collection of CSV records and streamlines the resulting triples (including geometric and non-spatial attributes) according to the given RML mapping.
|
void |
GraphConverter.parse(java.util.Iterator<org.apache.commons.csv.CSVRecord> records,
Classification classific,
org.opengis.referencing.operation.MathTransform reproject,
int targetSRID,
java.lang.String outputFile)
Parses each record from a collection of CSV records and creates the resulting triples on a disk-based model (including geometric and non-spatial attributes).
|
void |
Converter.parse(java.util.Iterator<org.apache.commons.csv.CSVRecord> records,
Classification classific,
org.opengis.referencing.operation.MathTransform reproject,
int targetSRID,
java.lang.String outputFile)
Parses each record from a collection of CSV records and creates the resulting triples (including geometric and non-spatial attributes).
|
void |
StreamConverter.parse(OSMRecord rs,
Classification classific,
org.opengis.referencing.operation.MathTransform reproject,
int targetSRID)
Parses a single OSM record and streamlines the resulting triples (including geometric and non-spatial attributes).
|
void |
RMLConverter.parse(OSMRecord rs,
Classification classific,
org.opengis.referencing.operation.MathTransform reproject,
int targetSRID)
Parses a single OSM record and streamlines the resulting triples (including geometric and non-spatial attributes) according to the given RML mapping.
|
void |
GraphConverter.parse(OSMRecord rs,
Classification classific,
org.opengis.referencing.operation.MathTransform reproject,
int targetSRID)
Parses a single OSM record and creates the resulting triples on a disk-based model (including geometric and non-spatial attributes).
|
void |
Converter.parse(OSMRecord rs,
Classification classific,
org.opengis.referencing.operation.MathTransform reproject,
int targetSRID)
Parses a single OSM record and creates the resulting triples (including geometric and non-spatial attributes)
|
void |
StreamConverter.parse(java.sql.ResultSet rs,
Classification classific,
org.opengis.referencing.operation.MathTransform reproject,
int targetSRID,
java.lang.String outputFile)
Parses each record from a ResultSet and streamlines the resulting triples (including geometric and non-spatial attributes).
|
void |
RMLConverter.parse(java.sql.ResultSet rs,
Classification classific,
org.opengis.referencing.operation.MathTransform reproject,
int targetSRID,
java.lang.String outputFile)
Parses each record from a ResultSet and streamlines the resulting triples (including geometric and non-spatial attributes) according to the given RML mapping.
|
void |
GraphConverter.parse(java.sql.ResultSet rs,
Classification classific,
org.opengis.referencing.operation.MathTransform reproject,
int targetSRID,
java.lang.String outputFile)
Parses each record from a ResultSet and creates the resulting triples on a disk-based model (including geometric and non-spatial attributes).
|
void |
Converter.parse(java.sql.ResultSet rs,
Classification classific,
org.opengis.referencing.operation.MathTransform reproject,
int targetSRID,
java.lang.String outputFile)
Parses each record from a ResultSet and creates the resulting triples (including geometric and non-spatial attributes).
|
void |
StreamConverter.parse(java.lang.String wkt,
java.util.Map<java.lang.String,java.lang.String> attrValues,
Classification classific,
int targetSRID,
org.opengis.referencing.operation.MathTransform reproject,
java.lang.String geomType,
int partition_index,
java.lang.String outputFile)
Parses a Map structure of (key, value) pairs and streamlines the resulting triples (including geometric and non-spatial attributes).
|
void |
RMLConverter.parse(java.lang.String wkt,
java.util.Map<java.lang.String,java.lang.String> attrValues,
Classification classific,
int targetSRID,
org.opengis.referencing.operation.MathTransform reproject,
java.lang.String geomType,
int partition_index,
java.lang.String outputFile)
Parses a Map structure of (key, value) pairs and streamlines the resulting triples (including geometric and non-spatial attributes).
|
void |
GraphConverter.parse(java.lang.String wkt,
java.util.Map<java.lang.String,java.lang.String> attrValues,
Classification classific,
int targetSRID,
org.opengis.referencing.operation.MathTransform reproject,
java.lang.String geomType,
int partition_index,
java.lang.String outputFile)
Parses a Map structure of (key, value) pairs and streamlines the resulting triples (including geometric and non-spatial attributes).
|
void |
Converter.parse(java.lang.String wkt,
java.util.Map<java.lang.String,java.lang.String> attrValues,
Classification classific,
int targetSRID,
org.opengis.referencing.operation.MathTransform reproject,
java.lang.String geomType,
int partition_index,
java.lang.String outputFile)
Parses a Map structure of (key, value) pairs and streamlines the resulting triples (including geometric and non-spatial attributes).
|
void |
StreamConverter.parse(java.lang.String wkt,
java.util.Map<java.lang.String,java.lang.String> attrValues,
Classification classific,
int targetSRID,
java.lang.String geomType)
Parses a single GPX waypoint/track or a single JSON node and streamlines the resulting triples (including geometric and non-spatial attributes).
|
void |
RMLConverter.parse(java.lang.String wkt,
java.util.Map<java.lang.String,java.lang.String> attrValues,
Classification classific,
int targetSRID,
java.lang.String geomType)
Parses a single GPX waypoint/track or a single JSON node and streamlines the resulting triples (including geometric and non-spatial attributes) according to the given RML mapping.
|
void |
GraphConverter.parse(java.lang.String wkt,
java.util.Map<java.lang.String,java.lang.String> attrValues,
Classification classific,
int targetSRID,
java.lang.String geomType)
Parses a single GPX waypoint/track or a single JSON node and streamlines the resulting triples (including geometric and non-spatial attributes).
|
void |
Converter.parse(java.lang.String wkt,
java.util.Map<java.lang.String,java.lang.String> attrValues,
Classification classific,
int targetSRID,
java.lang.String geomType)
Parses a single GPX waypoint or track and streamlines the resulting triples (including geometric and non-spatial attributes).
|
java.lang.String |
TripleGenerator.transform(java.util.Map<java.lang.String,java.lang.String> row,
java.lang.String wkt,
int targetSRID,
Classification classific)
Converts the given feature (a tuple of thematic attributes and its geometry WKT) into RDF triples according to user-specified attribute mappings (in YML)
|
void |
TripleGenerator.transformCustomThematic2RDF(java.lang.String uri,
java.util.Map<java.lang.String,java.lang.String> attrValues,
Classification classific)
Transforms all thematic (i.e., non-spatial) attributes according to a custom ontology specified in a YML format
|
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.
|