| java.lang.Object org.geotools.data.shapefile.indexed.ShapeFileIndexer
ShapeFileIndexer | public class ShapeFileIndexer (Code) | | Utility class for Shapefile spatial indexing
author: Tommaso Nolli |
Method Summary | |
public int | 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. | public static void | main(String[] args) | public void | setByteOrder(String byteOrder) | public void | setIdxType(String idxType) | public void | setMax(int i) DOCUMENT ME!
For quad tree this is the max depth. | public void | setMin(int i) | public void | setShapeFileName(String string) | public void | setSplit(short s) |
setByteOrder | public void setByteOrder(String byteOrder)(Code) | | DOCUMENT ME!
Parameters: byteOrder - The byteOrder to set. |
setIdxType | public void setIdxType(String idxType)(Code) | | DOCUMENT ME!
Parameters: idxType - The idxType to set. |
setMax | public void setMax(int i)(Code) | | DOCUMENT ME!
For quad tree this is the max depth. I don't know what it is for RTree
Parameters: i - |
setMin | public void setMin(int i)(Code) | | DOCUMENT ME!
Parameters: i - |
setShapeFileName | public void setShapeFileName(String string)(Code) | | DOCUMENT ME!
Parameters: string - |
setSplit | public void setSplit(short s)(Code) | | DOCUMENT ME!
Parameters: s - |
|
|