org.geotools.data.db2
Class DB2FeatureTypeHandler

java.lang.Object
  extended byorg.geotools.data.jdbc.FeatureTypeHandler
      extended byorg.geotools.data.db2.DB2FeatureTypeHandler

public class DB2FeatureTypeHandler
extends FeatureTypeHandler

Override methods from FeatureTypeHandler for DB2-specific handling.

Author:
David Adler - IBM Corporation

Field Summary
 
Fields inherited from class org.geotools.data.jdbc.FeatureTypeHandler
featureTypeMap, featureTypeTimeoutMap
 
Constructor Summary
DB2FeatureTypeHandler(JDBCDataStore store, FIDMapperFactory fmFactory, long cacheTimeOut)
          Creates a new feature type handler
 
Methods inherited from class org.geotools.data.jdbc.FeatureTypeHandler
forceRefresh, getFeatureTypeInfo, getFIDMapper, getFIDMapperFactory, getSchema, getTypeNames, resetFIDMappers, setFIDMapper, setFIDMapperFactory
 
Methods inherited from class java.lang.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 © GeoTools. All Rights Reserved.