org.h2gis.drivers.shp
Class SHPRead
java.lang.Object
org.h2gis.h2spatialapi.AbstractFunction
org.h2gis.drivers.shp.SHPRead
- All Implemented Interfaces:
- Function, ScalarFunction
public class SHPRead
- extends AbstractFunction
- implements ScalarFunction
SQL Function to copy Shape File data into a Table.
- Author:
- Nicolas Fortin
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SHPRead
public SHPRead()
getJavaStaticMethod
public String getJavaStaticMethod()
- Specified by:
getJavaStaticMethod in interface ScalarFunction
readShape
public static void readShape(Connection connection,
String fileName,
String tableReference,
String forceEncoding)
throws IOException,
SQLException
- Copy data from Shape File into a new table in specified connection.
- Parameters:
connection - Active connectiontableReference - [[catalog.]schema.]table referencefileName - File path of the SHP file or URIforceEncoding - Use this encoding instead of DBF file header encoding property.
- Throws:
IOException
SQLException
readShape
public static void readShape(Connection connection,
String fileName,
String tableReference)
throws IOException,
SQLException
- Copy data from Shape File into a new table in specified connection.
- Parameters:
connection - Active connectiontableReference - [[catalog.]schema.]table referencefileName - File path of the SHP file or URI
- Throws:
IOException
SQLException
readShape
public static void readShape(Connection connection,
String fileName)
throws IOException,
SQLException
- Copy data from Shape File into a new table in specified connection.
The newly created table is given the same name as the filename
without the ".shp" extension. If such a table already exists, an
exception is thrown.
- Parameters:
connection - Active connectionfileName - File path of the SHP file or URI
- Throws:
IOException
SQLException
Copyright © 2015 IRSTV CNRS-FR-2488. All Rights Reserved.