Package | Description |
---|---|
eu.slipo.athenarc.triplegeo.osm | |
eu.slipo.athenarc.triplegeo.utils |
Modifier and Type | Method and Description |
---|---|
OSMRecord |
OSMRecordBuilder.createOSMRecord(OSMNode n)
Constructs an OSMRecord object from a parsed OSM node.
|
OSMRecord |
OSMRecordBuilder.createOSMRecord(OSMRelation r)
Constructs an OSMRecord object from a parsed OSM relation.
|
OSMRecord |
OSMRecordBuilder.createOSMRecord(OSMWay w)
Constructs an OSMRecord object from a parsed OSM way.
|
Modifier and Type | Method and Description |
---|---|
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)
|