public class PostgisTableFactory extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PostgisTableFactory.Configuration |
| Constructor and Description |
|---|
PostgisTableFactory() |
| Modifier and Type | Method and Description |
|---|---|
PostgisTable |
createAs(PostgisTable source,
String tableNamePrefix) |
PostgisTable |
fromCSV(String csvFile) |
PostgisTable |
fromGPKGFeatureTable(mil.nga.geopackage.GeoPackage gpkg,
String featureTableName) |
PostgisTable |
fromGPKGFeatureTable(mil.nga.geopackage.GeoPackage gpkg,
String featureTableName,
boolean materialize) |
PostgisTable |
getExisting(String tableName) |
public PostgisTable fromCSV(String csvFile) throws DBInteractionException, FileNotFoundException, IOException, SQLException, DataParsingException
public PostgisTable getExisting(String tableName)
public PostgisTable createAs(PostgisTable source, String tableNamePrefix) throws SQLException
SQLExceptionpublic PostgisTable fromGPKGFeatureTable(mil.nga.geopackage.GeoPackage gpkg, String featureTableName) throws SQLException, GeoPackageInteractionException, DBInteractionException, DataParsingException
public PostgisTable fromGPKGFeatureTable(mil.nga.geopackage.GeoPackage gpkg, String featureTableName, boolean materialize) throws SQLException, GeoPackageInteractionException, DBInteractionException, DataParsingException
Copyright © 2020. All Rights Reserved.