|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.h2gis.drivers.gpx.model.GPXTablesFactory
public class GPXTablesFactory
A factory to create the tables that are used to import GPX data
| Method Summary | |
|---|---|
static PreparedStatement |
createRoutePointsTable(Connection connection,
String routePointsTable)
Createthe route points table to store the route waypoints |
static PreparedStatement |
createRouteTable(Connection connection,
String routeTableName)
Create the route table that will be used to import GPX data |
static PreparedStatement |
createTrackPointsTable(Connection connection,
String trackPointsTableName)
Create the track points table to store the track waypoints |
static PreparedStatement |
createTrackSegmentsTable(Connection connection,
String trackSegementsTableName)
Create the track segments table to store the segments of a track |
static PreparedStatement |
createTrackTable(Connection connection,
String trackTableName)
Creat the track table |
static PreparedStatement |
createWayPointsTable(Connection connection,
String wayPointsTableName)
Create the waypoints table that will be used to import GPX data |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static PreparedStatement createWayPointsTable(Connection connection,
String wayPointsTableName)
throws SQLException
connection - wayPointsTableName -
SQLException
public static PreparedStatement createRouteTable(Connection connection,
String routeTableName)
throws SQLException
connection - routeTableName -
SQLException
public static PreparedStatement createRoutePointsTable(Connection connection,
String routePointsTable)
throws SQLException
connection - routePointsTable -
SQLException
public static PreparedStatement createTrackTable(Connection connection,
String trackTableName)
throws SQLException
connection - trackTableName -
SQLException
public static PreparedStatement createTrackSegmentsTable(Connection connection,
String trackSegementsTableName)
throws SQLException
connection - trackSegementsTableName -
SQLException
public static PreparedStatement createTrackPointsTable(Connection connection,
String trackPointsTableName)
throws SQLException
connection - trackPointsTableName -
SQLException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||