|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectFileSystemIndexStore
public class FileSystemIndexStore
DOCUMENT ME!
Constructor Summary | |
---|---|
FileSystemIndexStore(File file)
Constructor. |
|
FileSystemIndexStore(File file,
byte byteOrder)
Constructor |
Method Summary | |
---|---|
int |
getByteOrder()
DOCUMENT ME! |
QuadTree |
load(IndexFile indexfile,
boolean useMemoryMapping)
Loads a quadrtee stored in a '.qix' file. |
void |
setByteOrder(byte byteOrder)
DOCUMENT ME! |
void |
store(QuadTree tree)
Stores a QuadTree |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FileSystemIndexStore(File file)
file
- public FileSystemIndexStore(File file, byte byteOrder)
file
- byteOrder
- Method Detail |
---|
public void store(QuadTree tree) throws StoreException
IndexStore
QuadTree
store
in interface IndexStore
tree
- the QuadTree
to store
StoreException
org.geotools.index.quadtree.IndexStore#store(org.geotools.index.quadtree.QuadTree)
public QuadTree load(IndexFile indexfile, boolean useMemoryMapping) throws StoreException
UnsupportedOperationException
will be thrown.
load
in interface IndexStore
QuadTree
StoreException
org.geotools.index.quadtree.IndexStore#load()
public int getByteOrder()
public void setByteOrder(byte byteOrder)
byteOrder
- The byteOrder to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |