|
||||||||||
| 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,
boolean isH2)
Createthe route points table to store the route waypoints |
static PreparedStatement |
createRouteTable(Connection connection,
String routeTableName,
boolean isH2)
Create the route table that will be used to import GPX data |
static PreparedStatement |
createTrackPointsTable(Connection connection,
String trackPointsTableName,
boolean isH2)
Create the track points table to store the track waypoints |
static PreparedStatement |
createTrackSegmentsTable(Connection connection,
String trackSegementsTableName,
boolean isH2)
Create the track segments table to store the segments of a track |
static PreparedStatement |
createTrackTable(Connection connection,
String trackTableName,
boolean isH2)
Creat the track table |
static PreparedStatement |
createWayPointsTable(Connection connection,
String wayPointsTableName,
boolean isH2)
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,
boolean isH2)
throws SQLException
connection - wayPointsTableName - isH2 - set true if it's an H2 database
SQLException
public static PreparedStatement createRouteTable(Connection connection,
String routeTableName,
boolean isH2)
throws SQLException
connection - routeTableName - isH2 - set true if it's an H2 database
SQLException
public static PreparedStatement createRoutePointsTable(Connection connection,
String routePointsTable,
boolean isH2)
throws SQLException
connection - routePointsTable - isH2 - set true if it's an H2 database
SQLException
public static PreparedStatement createTrackTable(Connection connection,
String trackTableName,
boolean isH2)
throws SQLException
connection - trackTableName - isH2 - set true if it's an H2 database
SQLException
public static PreparedStatement createTrackSegmentsTable(Connection connection,
String trackSegementsTableName,
boolean isH2)
throws SQLException
connection - trackSegementsTableName - isH2 - set true if it's an H2 database
SQLException
public static PreparedStatement createTrackPointsTable(Connection connection,
String trackPointsTableName,
boolean isH2)
throws SQLException
connection - trackPointsTableName - isH2 - set true if it's an H2 database
SQLException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||