org.geotools.gce.imagemosaic.jdbc
Class Import
java.lang.Object
org.geotools.gce.imagemosaic.jdbc.AbstractCmd
org.geotools.gce.imagemosaic.jdbc.Import
public class Import
- extends AbstractCmd
Utility class for importing tiles and georeferencing info into the database.
Supported methods:
Importing images having the georeferencing information in a world file
Importing images having the georeferencing information in a csv file
Importing images having the georeferencing information in a shape file
- Author:
- mcr
Method Summary |
static void |
fillImportParamList(java.lang.String spatialTablePrefix,
java.lang.String tileTablePrefix,
java.net.URL sourceUrl,
java.lang.String sourceParam,
Import.ImportTyp typ,
java.util.List<ImportParam> importParamList)
|
static void |
start(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
start
public static void start(java.lang.String[] args)
fillImportParamList
public static void fillImportParamList(java.lang.String spatialTablePrefix,
java.lang.String tileTablePrefix,
java.net.URL sourceUrl,
java.lang.String sourceParam,
Import.ImportTyp typ,
java.util.List<ImportParam> importParamList)
Copyright © 1996-2010 Geotools. All Rights Reserved.