|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.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
IndexStoreQuadTree
store in interface IndexStoretree - the QuadTree to store
StoreExceptionIndexStore.store(org.geotools.index.quadtree.QuadTree)
public QuadTree load()
throws StoreException
UnsupportedOperationException will be thrown.
load in interface IndexStoreQuadTree
StoreExceptionIndexStore.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 | ||||||||||