Package | Description |
---|---|
com.topografix.gpx | |
eu.slipo.athenarc.triplegeo.tools |
Modifier and Type | Method and Description |
---|---|
GpxType |
ObjectFactory.createGpxType()
Create an instance of
GpxType |
Modifier and Type | Method and Description |
---|---|
javax.xml.bind.JAXBElement<GpxType> |
ObjectFactory.createGpx(GpxType value)
|
Modifier and Type | Method and Description |
---|---|
javax.xml.bind.JAXBElement<GpxType> |
ObjectFactory.createGpx(GpxType value)
|
Modifier and Type | Method and Description |
---|---|
private static GpxType |
GpxToRdf.collectData(java.lang.String filePath)
Loads the GPX file from the configuration path and returns the GPX features (waypoints, tracks) identified according to the GPX schema.
|
Modifier and Type | Method and Description |
---|---|
private void |
GpxToRdf.parseDocument(GpxType gpx)
Parse each item (waypoint, track) from GPX document in order to create the necessary triples on disk (including geometric and non-spatial attributes).
|