| |
|
| org.geotools.data.jdbc.JDBCDataStore org.geotools.data.geomedia.GeoMediaDataStore
GeoMediaDataStore | public class GeoMediaDataStore extends JDBCDataStore (Code) | | Geomedia data store implementation
author: Julian J. Ray version: 1.0 |
GeoMediaDataStore | public GeoMediaDataStore(DataSource dataSource) throws IOException(Code) | | Creates a new GeoMediaDataStore instance
Parameters: connectionPool - ConnectionPool throws: IOException - |
allowTable | protected boolean allowTable(String tablename)(Code) | | Returns feature tables which have been entered into the GeoMedia metadata table.
Parameters: tablename - String - the table to test boolean - true if the table is a spatial table, false otherwise. |
buildAttributeType | protected AttributeType buildAttributeType(ResultSet rs) throws IOException(Code) | | Overrides the buildAttributeType method to check for GDO_GEOMETRY columns. This function fromes any GeoMedia
managed columns which do not contain spatial data such as GDO_GEOMETRY_XHI and spatial indexes.
Parameters: rs - ResultSet AttributeType throws: SQLException - throws: DataSourceException - See Also: org.geolbs.data.jdbc.JDBCDataStore.buildAttributeType(java.sql.ResultSet) |
readMetadata | public void readMetadata() throws DataSourceException(Code) | | Reads the GeoMedia GFeatures table and caches metadata information. If the metadata has already been read, it is
overwritten. Used to update the DataStore if changes have been made by GeoMedia.
throws: DataSourceException - |
|
|
|