org.geotools.gce.imagemosaic.jdbc
Class Import

Object
  extended by AbstractCmd
      extended by 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

Nested Class Summary
static class Import.ImportTyp
           
 
Field Summary
 
Fields inherited from class AbstractCmd
CONFIGPARAM, SPATIALTNPREFIXPARAM, TILETNPREFIXPARAM
 
Method Summary
static void fillImportParamList(String spatialTablePrefix, String tileTablePrefix, URL sourceUrl, String sourceParam, Import.ImportTyp typ, List<ImportParam> importParamList)
           
static void start(String[] args)
           
 
Methods inherited from class AbstractCmd
getURLFromString
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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-2009 Geotools. All Rights Reserved.