| java.lang.Object org.geotools.index.rtree.PageStore org.geotools.index.rtree.fs.FileSystemPageStore
FileSystemPageStore | public class FileSystemPageStore extends PageStore (Code) | | DOCUMENT ME!
author: Tommaso Nolli |
Field Summary | |
final protected static byte | B_DOUBLE | final protected static byte | B_FLOAT | final protected static byte | B_INTEGER | final protected static byte | B_LONG | final protected static byte | B_SHORT | final protected static byte | B_STRING |
B_DOUBLE | final protected static byte B_DOUBLE(Code) | | |
B_FLOAT | final protected static byte B_FLOAT(Code) | | |
B_INTEGER | final protected static byte B_INTEGER(Code) | | |
B_LONG | final protected static byte B_LONG(Code) | | |
B_SHORT | final protected static byte B_SHORT(Code) | | |
B_STRING | final protected static byte B_STRING(Code) | | |
FileSystemPageStore | public FileSystemPageStore(File file) throws TreeException(Code) | | Loads an index from the specified File , if the file doesn't
exists or is 0 length, a new index will be created with default values
for maxNodeEntries, minNodeEntries and splitAlgorithm
Parameters: file - The file that stores the index throws: TreeException - |
FileSystemPageStore | public FileSystemPageStore(File file, DataDefinition def, int maxNodeEntries, int minNodeEntries, short splitAlg) throws TreeException(Code) | | Create and index with the specified values, if the file exists then an
RTreeException will be thrown.
Parameters: file - The file to store the index Parameters: def - DOCUMENT ME! Parameters: maxNodeEntries - Parameters: minNodeEntries - Parameters: splitAlg - throws: TreeException - |
getForceChannel | public boolean getForceChannel()(Code) | | DOCUMENT ME!
The state of Force channel parameter |
setForceChannel | public void setForceChannel(boolean b)(Code) | | If this is set to true , then every write to the index will
call a force() on the associated channel
Parameters: b - true or false |
|
|