org.geotools.gce.imagemosaic.jdbc
Class Import

java.lang.Object
  extended by org.geotools.gce.imagemosaic.jdbc.AbstractCmd
      extended by 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

Nested Class Summary
static class Import.ImportTyp
           
 
Field Summary
 
Fields inherited from class org.geotools.gce.imagemosaic.jdbc.AbstractCmd
CONFIGPARAM, SPATIALTNPREFIXPARAM, TILETNPREFIXPARAM
 
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 org.geotools.gce.imagemosaic.jdbc.AbstractCmd
getURLFromString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.