Uses of Class
org.geotools.data.shapefile.Lock

Packages that use Lock
org.geotools.data.shapefile   
org.geotools.data.shapefile.indexed   
org.geotools.data.shapefile.shp   
 

Uses of Lock in org.geotools.data.shapefile
 

Fields in org.geotools.data.shapefile declared as Lock
protected  Lock ShapefileDataStore.readWriteLock
           
 

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

Methods in org.geotools.data.shapefile.indexed with parameters of type Lock
 int ShapeFileIndexer.index(boolean verbose, Lock lock)
          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 Lock in org.geotools.data.shapefile.shp
 

Constructors in org.geotools.data.shapefile.shp with parameters of type Lock
ShapefileWriter(java.nio.channels.FileChannel shpChannel, java.nio.channels.FileChannel shxChannel, Lock lock)
          Creates a new instance of ShapeFileWriter
ShapefileReader(java.nio.channels.ReadableByteChannel channel, boolean strict, boolean useMemoryMapped, Lock lock)
          Creates a new instance of ShapeFile.
ShapefileReader(java.nio.channels.ReadableByteChannel channel, Lock lock)
          Default constructor.
 



Copyright © GeoTools. All Rights Reserved.