org.geotools.gce.imagemosaic.jdbc
Class ImportParam

Object
  extended by ImportParam

public class ImportParam
extends Object


Constructor Summary
ImportParam(String spatialTableName, String tileTableName, URL sourceURL, String sourceParam, Import.ImportTyp typ)
           
 
Method Summary
 String getSourceParam()
           
 URL getSourceURL()
           
 String getSpatialTableName()
           
 String getTileTableName()
           
 Import.ImportTyp getTyp()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImportParam

public ImportParam(String spatialTableName,
                   String tileTableName,
                   URL sourceURL,
                   String sourceParam,
                   Import.ImportTyp typ)
Method Detail

getSourceParam

public String getSourceParam()

getSourceURL

public URL getSourceURL()

getSpatialTableName

public String getSpatialTableName()

getTileTableName

public String getTileTableName()

getTyp

public Import.ImportTyp getTyp()


Copyright © 1996-2010 Geotools. All Rights Reserved.