- RdbToRdf - Class in eu.slipo.athenarc.triplegeo.tools
-
Entry point of the utility for extracting RDF triples from spatially-enabled DBMSs.
- RdbToRdf(Configuration, Classification, String, int, int) - Constructor for class eu.slipo.athenarc.triplegeo.tools.RdbToRdf
-
Constructor for the transformation process from a spatially-enabled DBMS to RDF.
- RDFGraphSanityTester - Class in eu.slipo.athenarc.triplegeo.extra
-
Loads triples from data file(s) into a disk-based RDF graph and runs a simple sanity test with a user-specified SELECT query in SPARQL.
- RDFGraphSanityTester() - Constructor for class eu.slipo.athenarc.triplegeo.extra.RDFGraphSanityTester
-
- RdfToCsv - Class in eu.slipo.athenarc.triplegeo.tools
-
Main entry point of the utility for reconverting triples from a RDF graph into a CSV file.
- RdfToCsv(ReverseConfiguration, String, int, int) - Constructor for class eu.slipo.athenarc.triplegeo.tools.RdfToCsv
-
Constructor for the reverse transformation process from RDF to CSV file.
- RdfToGeoJson - Class in eu.slipo.athenarc.triplegeo.tools
-
Main entry point of the utility for reconverting triples from a RDF graph into a GeoJson file.
- RdfToGeoJson(ReverseConfiguration, String, int, int) - Constructor for class eu.slipo.athenarc.triplegeo.tools.RdfToGeoJson
-
Constructor for the reverse transformation process from RDF to GeoJson.
- RdfToShp - Class in eu.slipo.athenarc.triplegeo.tools
-
Main entry point of the utility for reconverting triples from a RDF graph into an ESRI Shapefile.
- RdfToShp(ReverseConfiguration, String, int, int) - Constructor for class eu.slipo.athenarc.triplegeo.tools.RdfToShp
-
Constructor for the reverse transformation process from RDF to ESRI shapefile.
- reader - Variable in class eu.slipo.athenarc.triplegeo.osm.OSMDiskIndex
-
- reader - Variable in class eu.slipo.athenarc.triplegeo.tools.OsmPbfToRdf
-
- reader - Variable in class eu.slipo.athenarc.triplegeo.tools.RdfToCsv
-
- reader - Variable in class eu.slipo.athenarc.triplegeo.tools.RdfToGeoJson
-
- reader - Variable in class eu.slipo.athenarc.triplegeo.tools.RdfToShp
-
- readMultiLineString(ByteBuffer, boolean, boolean) - Method in class eu.slipo.athenarc.triplegeo.utils.PGDBDecoder
-
- readMultiPoint(ByteBuffer, boolean) - Method in class eu.slipo.athenarc.triplegeo.utils.PGDBDecoder
-
- readOSMFilterFile(String) - Method in class eu.slipo.athenarc.triplegeo.osm.OSMFilterFileParser
-
- readPoint(ByteBuffer, boolean) - Method in class eu.slipo.athenarc.triplegeo.utils.PGDBDecoder
-
- readPolygon(ByteBuffer, boolean, boolean) - Method in class eu.slipo.athenarc.triplegeo.utils.PGDBDecoder
-
- rearrangeRings(LineString[], int, LinearRing[], int) - Method in class eu.slipo.athenarc.triplegeo.osm.OSMRecordBuilder
-
Examines all OSM way objects and checks whether they can construct a new ring (closed polyline) or update an existing one.
- recBuilder - Variable in class eu.slipo.athenarc.triplegeo.tools.OsmPbfToRdf
-
- recBuilder - Variable in class eu.slipo.athenarc.triplegeo.tools.OsmXmlToRdf
-
- registerFeatures - Variable in class eu.slipo.athenarc.triplegeo.utils.Configuration
-
Indicates whether to export a CSV file with records for the SLIPO Registry.
- REGISTRY_CSV_DELIMITER - Static variable in class eu.slipo.athenarc.triplegeo.utils.Constants
-
Default delimiter of the CSV file used for registering features in the SLIPO Registry
- REGISTRY_CSV_HEADER - Static variable in class eu.slipo.athenarc.triplegeo.utils.Constants
-
Default header with the attribute names of the CSV file used for registering features in the SLIPO Registry
- registryWriter - Variable in class eu.slipo.athenarc.triplegeo.utils.GraphConverter
-
- registryWriter - Variable in class eu.slipo.athenarc.triplegeo.utils.RMLConverter
-
- registryWriter - Variable in class eu.slipo.athenarc.triplegeo.utils.StreamConverter
-
- rejectedRec - Variable in class eu.slipo.athenarc.triplegeo.utils.GraphConverter
-
- rejectedRec - Variable in class eu.slipo.athenarc.triplegeo.utils.RMLConverter
-
- rejectedRec - Variable in class eu.slipo.athenarc.triplegeo.utils.StreamConverter
-
- relationIndex - Variable in class eu.slipo.athenarc.triplegeo.osm.OSMRecordBuilder
-
- relationTmp - Variable in class eu.slipo.athenarc.triplegeo.tools.OsmPbfToRdf
-
- relationTmp - Variable in class eu.slipo.athenarc.triplegeo.tools.OsmXmlToRdf
-
- remove(String) - Method in class eu.slipo.athenarc.triplegeo.utils.Mapping
-
Removes the mapping specification for a given attribute (used as key in the mapping).
- removeDelimiter(String) - Method in class eu.slipo.athenarc.triplegeo.utils.ValueChecker
-
Eliminates any appearance of the delimiter character in the given string value (literal)
- removeDirectory(String) - Method in class eu.slipo.athenarc.triplegeo.utils.Assistant
-
Removes a given directory and all its contents.
- removeIllegalChars(String) - Method in class eu.slipo.athenarc.triplegeo.utils.ValueChecker
-
Eliminates illegal characters from the given string value (literal)
- replace - Variable in class eu.slipo.athenarc.triplegeo.utils.Pattern
-
- replacements - Variable in class eu.slipo.athenarc.triplegeo.utils.ValueChecker
-
- replaceWhiteSpace(String) - Method in class eu.slipo.athenarc.triplegeo.utils.ValueChecker
-
Remove whitespace characters from a string literal
- reportStatistics(long, int, int, int, String, Map<String, Integer>, Envelope, String, String, String, int) - Method in class eu.slipo.athenarc.triplegeo.utils.Assistant
-
Report statistics upon termination of the transformation process.
- reportStatistics(long, int, int, int, String, Map<String, Integer>, Envelope, String, String, String) - Method in class eu.slipo.athenarc.triplegeo.utils.Assistant
-
Report statistics upon termination of the reverse transformation process.
- reproject - Variable in class eu.slipo.athenarc.triplegeo.tools.CsvToRdf
-
- reproject - Variable in class eu.slipo.athenarc.triplegeo.tools.GeoJsonToRdf
-
- reproject - Variable in class eu.slipo.athenarc.triplegeo.tools.JsonToRdf
-
- reproject - Variable in class eu.slipo.athenarc.triplegeo.tools.MapToRdf
-
- reproject - Variable in class eu.slipo.athenarc.triplegeo.tools.OsmPbfToRdf
-
- reproject - Variable in class eu.slipo.athenarc.triplegeo.tools.OsmXmlToRdf
-
- reproject - Variable in class eu.slipo.athenarc.triplegeo.tools.RdbToRdf
-
- reproject - Variable in class eu.slipo.athenarc.triplegeo.tools.RdfToCsv
-
- reproject - Variable in class eu.slipo.athenarc.triplegeo.tools.RdfToGeoJson
-
- reproject - Variable in class eu.slipo.athenarc.triplegeo.tools.RdfToShp
-
- reproject - Variable in class eu.slipo.athenarc.triplegeo.tools.ShpToRdf
-
- rescanRelations - Variable in class eu.slipo.athenarc.triplegeo.tools.OsmPbfToRdf
-
- rescanRelations - Variable in class eu.slipo.athenarc.triplegeo.tools.OsmXmlToRdf
-
- resourceType - Variable in class eu.slipo.athenarc.triplegeo.utils.Mapping.mapProperties
-
- results - Variable in class eu.slipo.athenarc.triplegeo.utils.BatchReverseConverter
-
- results - Variable in class eu.slipo.athenarc.triplegeo.utils.StreamConverter
-
- results - Variable in class eu.slipo.athenarc.triplegeo.utils.TripleGenerator
-
- ReverseConfiguration - Class in eu.slipo.athenarc.triplegeo.utils
-
Parser of user-specified configuration files for reconstructing records from an RDF graph (Reverse Transformation).
- ReverseConfiguration(String) - Constructor for class eu.slipo.athenarc.triplegeo.utils.ReverseConfiguration
-
Constructor of a ReverseConfiguration object.
- ReverseConverter - Interface in eu.slipo.athenarc.triplegeo.utils
-
Reverse Conversion Interface for TripleGeo used in reconstructing (relational) records from an RDF graph.
- ReverseExtractor - Class in eu.slipo.athenarc.triplegeo
-
Utility for validating RDF datasets and exporting them into geographical files (reverse transformation).
- ReverseExtractor() - Constructor for class eu.slipo.athenarc.triplegeo.ReverseExtractor
-
- RML_COPYRIGHT - Static variable in class eu.slipo.athenarc.triplegeo.utils.Constants
-
- RMLConverter - Class in eu.slipo.athenarc.triplegeo.utils
-
Creates and populates a RML dataset so that data can be serialized into a file.
- RMLConverter(Configuration, Assistant, String) - Constructor for class eu.slipo.athenarc.triplegeo.utils.RMLConverter
-
Constructs a RMLConverter object that will conduct transformation at RML mode.
- rte - Variable in class com.topografix.gpx.GpxType
-
- rtept - Variable in class com.topografix.gpx.RteType
-
- RteType - Class in com.topografix.gpx
-
rte represents route - an ordered list of waypoints representing a series of turn points leading to a destination.
- RteType() - Constructor for class com.topografix.gpx.RteType
-
- rTuple - Variable in class eu.slipo.athenarc.triplegeo.utils.FeatureRegister
-
- runtime - Variable in class eu.slipo.athenarc.triplegeo.utils.Configuration
-
Execution platform at runtime: either JVM (default) or SPARK.