org.geotools.gce.imagemosaic.jdbc
Class Config

Object
  extended by Config

public class Config
extends Object

Class for holding the config info read from the xml config file

Author:
mcr

Constructor Summary
protected Config()
           
 
Method Summary
 String getBlobAttributeNameInTileTable()
           
 String getCoordsys()
           
 String getCoverageName()
           
 String getCoverageNameAttribute()
           
 Map<String,Object> getDataSourceParams()
           
 String getDriverClassName()
           
 String getGeomAttributeNameInSpatialTable()
           
 String getGeoRasterAttribute()
           
 Integer getInterpolation()
           
 String getJdbcAccessClassName()
           
 String getJdbcUrl()
           
 String getJndiReferenceName()
           
 String getKeyAttributeNameInSpatialTable()
           
 String getKeyAttributeNameInTileTable()
           
 String getMasterTable()
           
 String getMaxXAttribute()
           
 String getMaxYAttribute()
           
 String getMinXAttribute()
           
 String getMinYAttribute()
           
 String getPassword()
           
 String getResXAttribute()
           
 String getResYAttribute()
           
 SpatialExtension getSpatialExtension()
           
 String getSpatialTableNameAtribute()
           
 String getSqlSelectCoverageStatement()
           
 String getSqlUpdateMosaicStatement()
           
 String getSqlUpdateResStatement()
           
 String getTileMaxXAttribute()
           
 String getTileMaxYAttribute()
           
 String getTileMinXAttribute()
           
 String getTileMinYAttribute()
           
 String getTileTableNameAtribute()
           
 String getUsername()
           
 Boolean getVerifyCardinality()
           
 String getXmlUrl()
           
static Config readFrom(URL xmlURL)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Config

protected Config()
Method Detail

readFrom

public static Config readFrom(URL xmlURL)
                       throws Exception
Throws:
Exception

getDataSourceParams

public Map<String,Object> getDataSourceParams()

getBlobAttributeNameInTileTable

public String getBlobAttributeNameInTileTable()

getKeyAttributeNameInSpatialTable

public String getKeyAttributeNameInSpatialTable()

getKeyAttributeNameInTileTable

public String getKeyAttributeNameInTileTable()

getJdbcUrl

public String getJdbcUrl()

getJndiReferenceName

public String getJndiReferenceName()

getSqlUpdateMosaicStatement

public String getSqlUpdateMosaicStatement()

getSqlSelectCoverageStatement

public String getSqlSelectCoverageStatement()

getSpatialTableNameAtribute

public String getSpatialTableNameAtribute()

getTileTableNameAtribute

public String getTileTableNameAtribute()

getSqlUpdateResStatement

public String getSqlUpdateResStatement()

getMaxXAttribute

public String getMaxXAttribute()

getMaxYAttribute

public String getMaxYAttribute()

getMinXAttribute

public String getMinXAttribute()

getMinYAttribute

public String getMinYAttribute()

getResXAttribute

public String getResXAttribute()

getResYAttribute

public String getResYAttribute()

getCoordsys

public String getCoordsys()

getCoverageName

public String getCoverageName()

getInterpolation

public Integer getInterpolation()

getXmlUrl

public String getXmlUrl()

getVerifyCardinality

public Boolean getVerifyCardinality()

getDriverClassName

public String getDriverClassName()

getMasterTable

public String getMasterTable()

getCoverageNameAttribute

public String getCoverageNameAttribute()

getGeoRasterAttribute

public String getGeoRasterAttribute()

getPassword

public String getPassword()

getUsername

public String getUsername()

getTileMaxXAttribute

public String getTileMaxXAttribute()

getTileMaxYAttribute

public String getTileMaxYAttribute()

getTileMinXAttribute

public String getTileMinXAttribute()

getTileMinYAttribute

public String getTileMinYAttribute()

getGeomAttributeNameInSpatialTable

public String getGeomAttributeNameInSpatialTable()

getSpatialExtension

public SpatialExtension getSpatialExtension()

getJdbcAccessClassName

public String getJdbcAccessClassName()


Copyright © 1996-2010 Geotools. All Rights Reserved.