|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.index.quadtree.fs.FileSystemIndexStore
DOCUMENT ME!
Constructor Summary | |
FileSystemIndexStore(java.io.File file)
Constructor. |
|
FileSystemIndexStore(java.io.File file,
byte byteOrder)
Constructor |
Method Summary | |
int |
getByteOrder()
DOCUMENT ME! |
QuadTree |
load()
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FileSystemIndexStore(java.io.File file)
file
- public FileSystemIndexStore(java.io.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
IndexStore.store(org.geotools.index.quadtree.QuadTree)
public QuadTree load() throws StoreException
UnsupportedOperationException
will be thrown.
load
in interface IndexStore
QuadTree
StoreException
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 |