Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W Y _ 

P

paramCategoryURI - Variable in class eu.slipo.athenarc.triplegeo.utils.RMLConverter
 
parameters - Variable in class eu.slipo.athenarc.triplegeo.utils.RMLConverter
 
paramFeatureURI - Variable in class eu.slipo.athenarc.triplegeo.utils.RMLConverter
 
parent - Variable in class eu.slipo.athenarc.triplegeo.utils.Category
 
parse(TokenStream) - Method in class eu.slipo.athenarc.triplegeo.expression.ExprResolver
Parses a tokenized logical expression.
parse() - Method in class eu.slipo.athenarc.triplegeo.osm.OSMFilterFileParser
 
parse() - Method in class eu.slipo.athenarc.triplegeo.tools.OsmPbfToRdf
Instantiates and calls an Osmosis parser to identify OSM elements.
parse(FeatureIterator<?>, Classification, MathTransform, int, String) - Method in interface eu.slipo.athenarc.triplegeo.utils.Converter
Parses each record from a FeatureIterator and creates the resulting triples (including geometric and non-spatial attributes).
parse(ResultSet, Classification, MathTransform, int, String) - Method in interface eu.slipo.athenarc.triplegeo.utils.Converter
Parses each record from a ResultSet and creates the resulting triples (including geometric and non-spatial attributes).
parse(Iterator<CSVRecord>, Classification, MathTransform, int, String) - Method in interface eu.slipo.athenarc.triplegeo.utils.Converter
Parses each record from a collection of CSV records and creates the resulting triples (including geometric and non-spatial attributes).
parse(OSMRecord, Classification, MathTransform, int) - Method in interface eu.slipo.athenarc.triplegeo.utils.Converter
Parses a single OSM record and creates the resulting triples (including geometric and non-spatial attributes)
parse(String, Map<String, String>, Classification, int, String) - Method in interface eu.slipo.athenarc.triplegeo.utils.Converter
Parses a single GPX waypoint or track and streamlines the resulting triples (including geometric and non-spatial attributes).
parse(String, Map<String, String>, Classification, int, MathTransform, String, int, String) - Method in interface eu.slipo.athenarc.triplegeo.utils.Converter
Parses a Map structure of (key, value) pairs and streamlines the resulting triples (including geometric and non-spatial attributes).
parse(FeatureIterator<?>, Classification, MathTransform, int, String) - Method in class eu.slipo.athenarc.triplegeo.utils.GraphConverter
Parses each record from a FeatureIterator and creates the resulting triples on a disk-based model (including geometric and non-spatial attributes).
parse(ResultSet, Classification, MathTransform, int, String) - Method in class eu.slipo.athenarc.triplegeo.utils.GraphConverter
Parses each record from a ResultSet and creates the resulting triples on a disk-based model (including geometric and non-spatial attributes).
parse(Iterator<CSVRecord>, Classification, MathTransform, int, String) - Method in class eu.slipo.athenarc.triplegeo.utils.GraphConverter
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).
parse(OSMRecord, Classification, MathTransform, int) - Method in class eu.slipo.athenarc.triplegeo.utils.GraphConverter
Parses a single OSM record and creates the resulting triples on a disk-based model (including geometric and non-spatial attributes).
parse(String, Map<String, String>, Classification, int, String) - Method in class eu.slipo.athenarc.triplegeo.utils.GraphConverter
Parses a single GPX waypoint/track or a single JSON node and streamlines the resulting triples (including geometric and non-spatial attributes).
parse(String, Map<String, String>, Classification, int, MathTransform, String, int, String) - Method in class eu.slipo.athenarc.triplegeo.utils.GraphConverter
Parses a Map structure of (key, value) pairs and streamlines the resulting triples (including geometric and non-spatial attributes).
parse(FeatureIterator<?>, Classification, MathTransform, int, String) - Method in class eu.slipo.athenarc.triplegeo.utils.RMLConverter
Parses each record from a FeatureIterator and streamlines the resulting triples (including geometric and non-spatial attributes) according to the given RML mapping.
parse(ResultSet, Classification, MathTransform, int, String) - Method in class eu.slipo.athenarc.triplegeo.utils.RMLConverter
Parses each record from a ResultSet and streamlines the resulting triples (including geometric and non-spatial attributes) according to the given RML mapping.
parse(Iterator<CSVRecord>, Classification, MathTransform, int, String) - Method in class eu.slipo.athenarc.triplegeo.utils.RMLConverter
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.
parse(OSMRecord, Classification, MathTransform, int) - Method in class eu.slipo.athenarc.triplegeo.utils.RMLConverter
Parses a single OSM record and streamlines the resulting triples (including geometric and non-spatial attributes) according to the given RML mapping.
parse(String, Map<String, String>, Classification, int, String) - Method in class eu.slipo.athenarc.triplegeo.utils.RMLConverter
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.
parse(String, Map<String, String>, Classification, int, MathTransform, String, int, String) - Method in class eu.slipo.athenarc.triplegeo.utils.RMLConverter
Parses a Map structure of (key, value) pairs and streamlines the resulting triples (including geometric and non-spatial attributes).
parse(FeatureIterator<?>, Classification, MathTransform, int, String) - Method in class eu.slipo.athenarc.triplegeo.utils.StreamConverter
Parses each record from a FeatureIterator and streamlines the resulting triples (including geometric and non-spatial attributes).
parse(ResultSet, Classification, MathTransform, int, String) - Method in class eu.slipo.athenarc.triplegeo.utils.StreamConverter
Parses each record from a ResultSet and streamlines the resulting triples (including geometric and non-spatial attributes).
parse(Iterator<CSVRecord>, Classification, MathTransform, int, String) - Method in class eu.slipo.athenarc.triplegeo.utils.StreamConverter
Parses each record from a collection of CSV records and streamlines the resulting triples (including geometric and non-spatial attributes).
parse(OSMRecord, Classification, MathTransform, int) - Method in class eu.slipo.athenarc.triplegeo.utils.StreamConverter
Parses a single OSM record and streamlines the resulting triples (including geometric and non-spatial attributes).
parse(String, Map<String, String>, Classification, int, String) - Method in class eu.slipo.athenarc.triplegeo.utils.StreamConverter
Parses a single GPX waypoint/track or a single JSON node and streamlines the resulting triples (including geometric and non-spatial attributes).
parse(String, Map<String, String>, Classification, int, MathTransform, String, int, String) - Method in class eu.slipo.athenarc.triplegeo.utils.StreamConverter
Parses a Map structure of (key, value) pairs and streamlines the resulting triples (including geometric and non-spatial attributes).
parseArrayNode(ArrayNode) - Method in class eu.slipo.athenarc.triplegeo.tools.JsonToRdf
Parses an array of object nodes, by invoking processing for each of them.
parseCSVFile(String) - Method in class eu.slipo.athenarc.triplegeo.utils.Classification
Parses input CSV file containing the classification hierarchy
parseDocument(GpxType) - Method in class eu.slipo.athenarc.triplegeo.tools.GpxToRdf
Parse each item (waypoint, track) from GPX document in order to create the necessary triples on disk (including geometric and non-spatial attributes).
parseDocument(byte[]) - Method in class eu.slipo.athenarc.triplegeo.tools.JsonToRdf
Parse each item in the input JSON document in order to create the necessary triples (including geometric and non-spatial attributes).
parseDocument() - Method in class eu.slipo.athenarc.triplegeo.tools.OsmPbfToRdf
Calls Osmosis to parse the input PBF file.
parseDocument() - Method in class eu.slipo.athenarc.triplegeo.tools.OsmXmlToRdf
Calls Saxon transformation to parse the input XML file.
parseNestedArray(Map<String, String>, String, ArrayNode) - Method in class eu.slipo.athenarc.triplegeo.tools.JsonToRdf
Handles a nested array of properties under an identified object (feature), by essentially parsing each of them.
parseNestedArrayNode(Map<String, String>, String, int, JsonNode) - Method in class eu.slipo.athenarc.triplegeo.tools.JsonToRdf
Parses and possibly flattens a JSON properties node (i.e., properties listed as distinct items in an array).
parseObjectNode(JsonNode) - Method in class eu.slipo.athenarc.triplegeo.tools.JsonToRdf
Parses and possibly flattens a JSON object node.
parseWithRML(HashMap<String, String>, RMLDataset) - Method in interface eu.slipo.athenarc.triplegeo.utils.Converter
Converts a row (with several attribute values, including geometry) into suitable triples according to the specified RML mappings.
parseWithRML(HashMap<String, String>, RMLDataset) - Method in class eu.slipo.athenarc.triplegeo.utils.GraphConverter
Converts a row into triples according to the specified RML mappings.
parseWithRML(HashMap<String, String>, RMLDataset) - Method in class eu.slipo.athenarc.triplegeo.utils.RMLConverter
Converts a row (with several attribute values, including geometry) into suitable triples according to the specified RML mappings.
parseWithRML(HashMap<String, String>, RMLDataset) - Method in class eu.slipo.athenarc.triplegeo.utils.StreamConverter
Converts a row into triples according to the specified RML mappings.
parseYMLFile(String) - Method in class eu.slipo.athenarc.triplegeo.utils.Classification
Parses input YML file containing the classification hierarchy
part - Static variable in class eu.slipo.athenarc.triplegeo.extra.SyntheticDataGenerator
 
part - Variable in class eu.slipo.athenarc.triplegeo.utils.Mapping.mapProperties
 
partition_index - Variable in class eu.slipo.athenarc.triplegeo.tools.MapToRdf
 
Partitioner - Interface in eu.slipo.athenarc.triplegeo.partitioning
Partitioning Interface for TripleGeo used in splitting input files into several equi-sized pieces for applying concurrent transformation to RDF.
partitions - Variable in class eu.slipo.athenarc.triplegeo.utils.Configuration
Spark parameter for the number of partitions.
password - Variable in class eu.slipo.athenarc.triplegeo.db.DB2DbConnector
 
password - Variable in class eu.slipo.athenarc.triplegeo.db.MsAccessDbConnector
 
password - Variable in class eu.slipo.athenarc.triplegeo.db.MySqlDbConnector
 
password - Variable in class eu.slipo.athenarc.triplegeo.db.OracleDbConnector
 
password - Variable in class eu.slipo.athenarc.triplegeo.db.PostgisDbConnector
 
password - Variable in class eu.slipo.athenarc.triplegeo.db.SqlServerDbConnector
 
path - Variable in class eu.slipo.athenarc.triplegeo.utils.Configuration
Path to a properties file containing all parameters used in the transformation.
path - Variable in class eu.slipo.athenarc.triplegeo.utils.ReverseConfiguration
Path to a properties file containing all parameters used in the reverse transformation.
pathTDB - Variable in class eu.slipo.athenarc.triplegeo.utils.GraphConverter
 
Pattern - Class in eu.slipo.athenarc.triplegeo.utils
An individual pattern with a distinct key, specifying a search string that should be replaced with a replacement string.
Pattern() - Constructor for class eu.slipo.athenarc.triplegeo.utils.Pattern
 
Patterns - Class in eu.slipo.athenarc.triplegeo.utils
Class to hold the collection of patterns specified in an XML resource file.
Patterns() - Constructor for class eu.slipo.athenarc.triplegeo.utils.Patterns
 
patterns - Variable in class eu.slipo.athenarc.triplegeo.utils.Patterns
 
pdop - Variable in class com.topografix.gpx.WptType
 
performers - Variable in class eu.slipo.athenarc.triplegeo.utils.RMLConverter
 
PersonType - Class in com.topografix.gpx
A person or organization.
PersonType() - Constructor for class com.topografix.gpx.PersonType
 
pgdbDecoder - Variable in class eu.slipo.athenarc.triplegeo.utils.Assistant
 
PGDBDecoder - Class in eu.slipo.athenarc.triplegeo.utils
Geometry Decoder for ESRI Personal Geodatabase
PGDBDecoder() - Constructor for class eu.slipo.athenarc.triplegeo.utils.PGDBDecoder
 
pickRandomInt(Integer[]) - Static method in class eu.slipo.athenarc.triplegeo.extra.SyntheticDataGenerator
Pick a random value from an array of integers.
pickRandomPos(int, int) - Static method in class eu.slipo.athenarc.triplegeo.extra.SyntheticDataGenerator
Pick a random position within a range [min..max]
port - Variable in class eu.slipo.athenarc.triplegeo.db.DB2DbConnector
 
port - Variable in class eu.slipo.athenarc.triplegeo.db.MySqlDbConnector
 
port - Variable in class eu.slipo.athenarc.triplegeo.db.OracleDbConnector
 
port - Variable in class eu.slipo.athenarc.triplegeo.db.PostgisDbConnector
 
port - Variable in class eu.slipo.athenarc.triplegeo.db.SqlServerDbConnector
 
POSTGIS - Static variable in class eu.slipo.athenarc.triplegeo.utils.Constants
Index key of PostGIS database connector
PostgisDbConnector - Class in eu.slipo.athenarc.triplegeo.db
PostgreSQL/PostGIS implementation of DbConnector class.
PostgisDbConnector(String, int, String, String, String, String) - Constructor for class eu.slipo.athenarc.triplegeo.db.PostgisDbConnector
Constructor of DbConnector implementation class for establishing a connection to a PostgreSQL database with the PostGIS spatial extension.
predicate - Variable in class eu.slipo.athenarc.triplegeo.utils.Mapping.mapProperties
 
prefixes - Variable in class eu.slipo.athenarc.triplegeo.utils.Configuration
List of prefixes for namespaces employed in the transformation.
prefixes - Variable in class eu.slipo.athenarc.triplegeo.utils.TripleGenerator
 
print(CSVPrinter, String[]) - Static method in class eu.slipo.athenarc.triplegeo.extra.SyntheticDataGenerator
Print array of values as a record to output CSV file.
print() - Method in class eu.slipo.athenarc.triplegeo.osm.OSMDiskIndex
Print the contents of the index to standard output.
print() - Method in interface eu.slipo.athenarc.triplegeo.osm.OSMIndex
Print the contents of the index to standard output.
print() - Method in class eu.slipo.athenarc.triplegeo.osm.OSMMemoryIndex
Print the contents of the index to standard output.
printContents() - Method in class eu.slipo.athenarc.triplegeo.utils.Category
Prints the attributes of this category as obtained from the classification scheme
printDescendants(String, int) - Method in class eu.slipo.athenarc.triplegeo.utils.Classification
Given a parent identifier, recursively find all its descendants and print them in a YML-like fashion
printHierarchyYML() - Method in class eu.slipo.athenarc.triplegeo.utils.Classification
Prints the entire classification scheme representation to the standard output in a YML-like fashion
printMBR(Envelope) - Method in class eu.slipo.athenarc.triplegeo.utils.Assistant
Prints the MBR of the transformed geometries.
process(EntityContainer) - Method in class eu.slipo.athenarc.triplegeo.tools.OsmPbfToRdf
Processes an OSM element (node, way, or relation).
processRecord(Map<String, String>) - Method in class eu.slipo.athenarc.triplegeo.tools.JsonToRdf
Submit a single feature (with a geometry and all its non-spatial properties) for transformation.
profile - Variable in class eu.slipo.athenarc.triplegeo.utils.Mapping.mapProperties
 
pt - Variable in class com.topografix.gpx.PtsegType
 
PtsegType - Class in com.topografix.gpx
An ordered sequence of points.
PtsegType() - Constructor for class com.topografix.gpx.PtsegType
 
PtType - Class in com.topografix.gpx
A geographic point with optional elevation and time.
PtType() - Constructor for class com.topografix.gpx.PtType
 
put(String, Geometry) - Method in class eu.slipo.athenarc.triplegeo.osm.OSMDiskIndex
Inserts (or updates) an entry into the index with the given key value and geometry.
put(String, Geometry) - Method in interface eu.slipo.athenarc.triplegeo.osm.OSMIndex
Inserts (or updates) an entry into the index with the given key value and geometry.
put(String, Geometry) - Method in class eu.slipo.athenarc.triplegeo.osm.OSMMemoryIndex
Inserts (or updates) an entry into the index with the given key value and geometry.
putAll(Map<String, Geometry>) - Method in class eu.slipo.athenarc.triplegeo.osm.OSMDiskIndex
Inserts a collection of geometries into the index.
putAll(Map<String, Geometry>) - Method in interface eu.slipo.athenarc.triplegeo.osm.OSMIndex
Inserts a collection of geometries into the index.
putAll(Map<String, Geometry>) - Method in class eu.slipo.athenarc.triplegeo.osm.OSMMemoryIndex
Inserts a collection of geometries into the index.
A B C D E F G H I J K L M N O P Q R S T U V W Y _ 
Skip navigation links