org.geotools.data.db2
Class DB2FeatureTypeHandler

Object
  extended by FeatureTypeHandler
      extended by DB2FeatureTypeHandler

public class DB2FeatureTypeHandler
extends FeatureTypeHandler

Override methods from FeatureTypeHandler for DB2-specific handling.

Author:
David Adler - IBM Corporation
Module:
modules/plugin/db2 (gt-db2.jar)

Field Summary
 
Fields inherited from class FeatureTypeHandler
featureTypeMap, featureTypeTimeoutMap
 
Constructor Summary
DB2FeatureTypeHandler(JDBCDataStore store, FIDMapperFactory fmFactory, long cacheTimeOut)
          Creates a new feature type handler
 
Method Summary
 
Methods inherited from class FeatureTypeHandler
forceRefresh, getFeatureTypeInfo, getFIDMapper, getFIDMapperFactory, getSchema, getTypeNames, resetFIDMappers, setFIDMapper, setFIDMapperFactory
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DB2FeatureTypeHandler

public DB2FeatureTypeHandler(JDBCDataStore store,
                             FIDMapperFactory fmFactory,
                             long cacheTimeOut)
Creates a new feature type handler

Parameters:
store - the parent data store
fmFactory - the FIDMapper factory
cacheTimeOut - timeout used to purge possibly stale data from the caches


Copyright © 1996-2009 Geotools. All Rights Reserved.