- ele - Variable in class com.topografix.gpx.PtType
-
- ele - Variable in class com.topografix.gpx.WptType
-
- email - Variable in class com.topografix.gpx.PersonType
-
- EmailType - Class in com.topografix.gpx
-
An email address.
- EmailType() - Constructor for class com.topografix.gpx.EmailType
-
- embedCategory - Variable in class eu.slipo.athenarc.triplegeo.utils.Category
-
- EmbeddedClassifier - Class in eu.slipo.athenarc.triplegeo.utils
-
Assigns a category based on the textual similarity of a given description to a collection of tags characterizing the category.
- EmbeddedClassifier() - Constructor for class eu.slipo.athenarc.triplegeo.utils.EmbeddedClassifier
-
Constructor of the embedded classification used in assigning default categories
- embedScore - Variable in class eu.slipo.athenarc.triplegeo.utils.Category
-
- empty - Variable in class eu.slipo.athenarc.triplegeo.osm.OSMDiskIndex
-
- encodeUTF(String, String) - Method in class eu.slipo.athenarc.triplegeo.utils.Assistant
-
Provides a UTF-8 encoding of the given string originally represented in the given encoding
- encoding - Variable in class eu.slipo.athenarc.triplegeo.db.DB2DbConnector
-
- encoding - Variable in class eu.slipo.athenarc.triplegeo.db.OracleDbConnector
-
- encoding - Variable in class eu.slipo.athenarc.triplegeo.db.PostgisDbConnector
-
- encoding - Variable in class eu.slipo.athenarc.triplegeo.db.SpatiaLiteDbConnector
-
- encoding - Static variable in class eu.slipo.athenarc.triplegeo.extra.SyntheticDataGenerator
-
- encoding - Variable in class eu.slipo.athenarc.triplegeo.partitioning.ShpPartitioner
-
- encoding - Variable in class eu.slipo.athenarc.triplegeo.tools.CsvToRdf
-
- encoding - Variable in class eu.slipo.athenarc.triplegeo.tools.RdfToCsv
-
- encoding - Variable in class eu.slipo.athenarc.triplegeo.tools.RdfToGeoJson
-
- encoding - Variable in class eu.slipo.athenarc.triplegeo.tools.RdfToShp
-
- encoding - Variable in class eu.slipo.athenarc.triplegeo.utils.Configuration
-
Encoding used for strings.
- encoding - Variable in class eu.slipo.athenarc.triplegeo.utils.ReverseConfiguration
-
Encoding used for strings.
- endElement(String, String, String) - Method in class eu.slipo.athenarc.triplegeo.tools.OsmXmlToRdf
-
Concludes processing of an OSM element (node, way, or relation) once it has been parsed completely.
- entityType - Variable in class eu.slipo.athenarc.triplegeo.utils.Mapping.mapProperties
-
- eu.slipo.athenarc.triplegeo - package eu.slipo.athenarc.triplegeo
-
- eu.slipo.athenarc.triplegeo.db - package eu.slipo.athenarc.triplegeo.db
-
- eu.slipo.athenarc.triplegeo.expression - package eu.slipo.athenarc.triplegeo.expression
-
- eu.slipo.athenarc.triplegeo.extra - package eu.slipo.athenarc.triplegeo.extra
-
- eu.slipo.athenarc.triplegeo.osm - package eu.slipo.athenarc.triplegeo.osm
-
- eu.slipo.athenarc.triplegeo.partitioning - package eu.slipo.athenarc.triplegeo.partitioning
-
- eu.slipo.athenarc.triplegeo.tools - package eu.slipo.athenarc.triplegeo.tools
-
- eu.slipo.athenarc.triplegeo.utils - package eu.slipo.athenarc.triplegeo.utils
-
- evaluate(Map<String, String>) - Method in class eu.slipo.athenarc.triplegeo.expression.AndExpr
-
- evaluate(Map<String, String>) - Method in interface eu.slipo.athenarc.triplegeo.expression.Expr
-
Evaluates the expression against the given input data.
- evaluate(Map<String, String>) - Method in class eu.slipo.athenarc.triplegeo.expression.OrExpr
-
- evaluate(Map<String, String>) - Method in class eu.slipo.athenarc.triplegeo.expression.SimpleExpr
-
- evaluate(Map<String, String>) - Method in class eu.slipo.athenarc.triplegeo.expression.SubExpr
-
- ExceptionHandler - Class in eu.slipo.athenarc.triplegeo.utils
-
Handles exceptions raised by TripleGeo utilities.
- ExceptionHandler() - Constructor for class eu.slipo.athenarc.triplegeo.utils.ExceptionHandler
-
- executeParser4Graph() - Method in class eu.slipo.athenarc.triplegeo.utils.Classification
-
Parses each item in the classification hierarchy and streamlines the resulting triples according to the given YML mapping.
- executeParser4RML() - Method in class eu.slipo.athenarc.triplegeo.utils.Classification
-
Parses each item in the classification hierarchy and streamlines the resulting triples according to the given RML mapping.
- executeParser4Stream() - Method in class eu.slipo.athenarc.triplegeo.utils.Classification
-
Parses each item in the classification hierarchy and streamlines the resulting triples according to the given YML mapping.
- executeQuery(String) - Method in class eu.slipo.athenarc.triplegeo.db.DB2DbConnector
-
Returns the result of the SQL query executed against the IBM DB2 database.
- executeQuery(String) - Method in interface eu.slipo.athenarc.triplegeo.db.DbConnector
-
Returns the result of the SQL query executed against the database.
- executeQuery(String) - Method in class eu.slipo.athenarc.triplegeo.db.MsAccessDbConnector
-
Returns the result of the SQL query executed against the MSAccess database.
- executeQuery(String) - Method in class eu.slipo.athenarc.triplegeo.db.MySqlDbConnector
-
Returns the result of the SQL query executed against the MySQL database.
- executeQuery(String) - Method in class eu.slipo.athenarc.triplegeo.db.OracleDbConnector
-
Returns the result of the SQL query executed against the Oracle Spatial database.
- executeQuery(String) - Method in class eu.slipo.athenarc.triplegeo.db.PostgisDbConnector
-
Returns the result of the SQL query executed against the PostgreSQL/PostGIS database.
- executeQuery(String) - Method in class eu.slipo.athenarc.triplegeo.db.SpatiaLiteDbConnector
-
Returns the result of the SQL query executed against the SpatiaLite database.
- executeQuery(String) - Method in class eu.slipo.athenarc.triplegeo.db.SqlServerDbConnector
-
Returns the result of the SQL query executed against the SQLServer database.
- exeTriplesMap - Variable in class eu.slipo.athenarc.triplegeo.utils.RMLConverter
-
- expandNamespace(String) - Method in class eu.slipo.athenarc.triplegeo.utils.TripleGenerator
-
Expands the prefix into the full namespace of a given RDF node (usually, a predicate)
- Expr - Interface in eu.slipo.athenarc.triplegeo.expression
-
Interface for evaluating a logical (boolean) expression.
- ExprResolver - Class in eu.slipo.athenarc.triplegeo.expression
-
Resolves the user-specified logical expression and identifies its constituent sub-expressions and logical operators.
- ExprResolver() - Constructor for class eu.slipo.athenarc.triplegeo.expression.ExprResolver
-
Constructor of the class.
- extensions - Variable in class com.topografix.gpx.GpxType
-
- extensions - Variable in class com.topografix.gpx.MetadataType
-
- extensions - Variable in class com.topografix.gpx.RteType
-
- extensions - Variable in class com.topografix.gpx.TrksegType
-
- extensions - Variable in class com.topografix.gpx.TrkType
-
- extensions - Variable in class com.topografix.gpx.WptType
-
- ExtensionsType - Class in com.topografix.gpx
-
You can add extend GPX by adding your own elements from another schema here.
- ExtensionsType() - Constructor for class com.topografix.gpx.ExtensionsType
-
- extent - Static variable in class eu.slipo.athenarc.triplegeo.utils.Assistant
-
- Extractor - Class in eu.slipo.athenarc.triplegeo
-
Entry point to TripleGeo for converting from various input formats (optionally enabling MULTI-THREADED execution or execution on top of Spark/GeoSpark )
USAGE: Execution command over JVM or SPARK:
JVM: java -cp target/triplegeo-2.0-SNAPSHOT.jar eu.slipo.athenarc.triplegeo.Extractor
SPARK: spark-submit --class eu.slipo.athenarc.triplegeo.Extractor --master local[*] target/triplegeo-2.0-SNAPSHOT.jar
ARGUMENTS: (1) Path to a properties file with the configuration to be used in the transformation.
- Extractor() - Constructor for class eu.slipo.athenarc.triplegeo.Extractor
-
- extraGeometricAttrs - Variable in class eu.slipo.athenarc.triplegeo.utils.Mapping
-
List that retains the names of the geometric attributes to be auto-generated.
- extraThematicAttrs - Variable in class eu.slipo.athenarc.triplegeo.utils.Mapping
-
List that retains the names of the thematic attributes to be auto-generated.