org.geotools.gce.imagemosaic.jdbc
Class Import
Object
AbstractCmd
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
- Module:
modules/plugin/imagemosaic-jdbc (gt-imagemosaic-jdbc.jar)
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
start
public static void start(String[] args)
fillImportParamList
public static void fillImportParamList(String spatialTablePrefix,
String tileTablePrefix,
URL sourceUrl,
String sourceParam,
Import.ImportTyp typ,
List<ImportParam> importParamList)
Copyright © 1996-2010 Geotools. All Rights Reserved.