public class ShapesProcessor extends Object
| Constructor and Description |
|---|
ShapesProcessor() |
| Modifier and Type | Method and Description |
|---|---|
static void |
loadShape(org.geotools.data.DataStore shapeStore,
org.geotools.data.DataStore dataStore,
FeatureToTable featureToTable) |
static void |
loadShapeToDB(File shapeFile,
String host,
int port,
String database,
String user,
String password,
String schema,
FeatureToTable featureToTable,
String encoding) |
public static void loadShapeToDB(File shapeFile, String host, int port, String database, String user, String password, String schema, FeatureToTable featureToTable, String encoding) throws Exception
Exceptionpublic static void loadShape(org.geotools.data.DataStore shapeStore,
org.geotools.data.DataStore dataStore,
FeatureToTable featureToTable)
throws Exception
ExceptionCopyright © 2016. All rights reserved.