org.h2gis.drivers.gpx
Class GPXDriverFunction
java.lang.Object
org.h2gis.drivers.gpx.GPXDriverFunction
- All Implemented Interfaces:
- DriverFunction
public class GPXDriverFunction
- extends Object
- implements DriverFunction
This class is used to read a GPX file
- Author:
- Erwan Bocher
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DESCRIPTION
public static String DESCRIPTION
GPXDriverFunction
public GPXDriverFunction()
getImportDriverType
public DriverFunction.IMPORT_DRIVER_TYPE getImportDriverType()
- Specified by:
getImportDriverType in interface DriverFunction
getImportFormats
public String[] getImportFormats()
- Specified by:
getImportFormats in interface DriverFunction
getExportFormats
public String[] getExportFormats()
- Specified by:
getExportFormats in interface DriverFunction
getFormatDescription
public String getFormatDescription(String format)
- Specified by:
getFormatDescription in interface DriverFunction
exportTable
public void exportTable(Connection connection,
String tableReference,
File fileName,
ProgressVisitor progress)
throws SQLException,
IOException
- Specified by:
exportTable in interface DriverFunction
- Throws:
SQLException
IOException
importFile
public void importFile(Connection connection,
String tableReference,
File fileName,
ProgressVisitor progress)
throws SQLException,
IOException
- Specified by:
importFile in interface DriverFunction
- Throws:
SQLException
IOException
Copyright © 2015 IRSTV CNRS-FR-2488. All Rights Reserved.