org.geotools.gce.imagemosaic.jdbc
Class Config
Object
Config
public class Config
- extends Object
Class for holding the config info read from the xml config file
- Author:
- mcr
Constructor Summary |
protected |
Config()
|
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Config
protected Config()
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()
getIgnoreAxisOrder
public Boolean getIgnoreAxisOrder()
Copyright © 1996-2014 Geotools. All Rights Reserved.