Uses of Class
org.geotools.index.LockTimeoutException

Packages that use LockTimeoutException
org.geotools.data.shapefile.indexed   
org.geotools.index   
org.geotools.index.rtree   
org.geotools.index.rtree.database   
 

Uses of LockTimeoutException in org.geotools.data.shapefile.indexed
 

Methods in org.geotools.data.shapefile.indexed that throw LockTimeoutException
 int ShapeFileIndexer.index(boolean verbose, ProgressListener listener)
          Index the shapefile denoted by setShapeFileName(String fileName) If when a thread starts, another thread is indexing the same file, this thread will wait that the first thread ends indexing; in this case zero is reurned as result of the indexing process.
 

Uses of LockTimeoutException in org.geotools.index
 

Methods in org.geotools.index that throw LockTimeoutException
 Lock LockManager.aquireExclusive()
          DOCUMENT ME!
 Lock LockManager.aquireShared()
          DOCUMENT ME!
 

Uses of LockTimeoutException in org.geotools.index.rtree
 

Methods in org.geotools.index.rtree that throw LockTimeoutException
 void RTree.delete(Envelope env)
          Deletes the entry with the specified Envelope as its bounds.
 Lock PageStore.getReadLock()
          Aquires a read lock to the store
 Lock PageStore.getWriteLock()
          Aquires a write lock to the store
 void RTree.insert(Envelope bounds, Data data)
          DOCUMENT ME!
 List RTree.search(Envelope query)
          Performs a search on this RTree
 List RTree.search(Filter filter)
          Performs a search on this RTree
 

Uses of LockTimeoutException in org.geotools.index.rtree.database
 

Methods in org.geotools.index.rtree.database that throw LockTimeoutException
 Lock DatabasePageStore.getReadLock()
           
 Lock DatabasePageStore.getWriteLock()
           
 



Copyright © 1996-2009 Geotools. All Rights Reserved.