Uses of Class
org.geotools.gce.imagemosaic.jdbc.Import.ImportTyp

Packages that use Import.ImportTyp
org.geotools.gce.imagemosaic.jdbc   
 

Uses of Import.ImportTyp in org.geotools.gce.imagemosaic.jdbc
 

Methods in org.geotools.gce.imagemosaic.jdbc that return Import.ImportTyp
 Import.ImportTyp ImportParam.getTyp()
           
static Import.ImportTyp Import.ImportTyp.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Import.ImportTyp[] Import.ImportTyp.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.geotools.gce.imagemosaic.jdbc with parameters of type Import.ImportTyp
static void Import.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)
           
 

Constructors in org.geotools.gce.imagemosaic.jdbc with parameters of type Import.ImportTyp
ImportParam(java.lang.String spatialTableName, java.lang.String tileTableName, java.net.URL sourceURL, java.lang.String sourceParam, Import.ImportTyp typ)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.