public static class MVSpatialIndex.MVStoreCursor extends java.lang.Object implements Cursor
| Constructor and Description |
|---|
MVSpatialIndex.MVStoreCursor(Session session,
java.util.Iterator<SpatialKey> it,
MVTable mvTable) |
| Modifier and Type | Method and Description |
|---|---|
Row |
get()
Get the complete current row.
|
SpatialKey |
getKey()
Returns the current key.
|
SearchRow |
getSearchRow()
Get the current row.
|
boolean |
next()
Skip to the next row if one is available.
|
boolean |
previous()
Skip to the previous row if one is available.
|
public MVSpatialIndex.MVStoreCursor(Session session, java.util.Iterator<SpatialKey> it, MVTable mvTable)
public Row get()
Cursorpublic SearchRow getSearchRow()
CursorgetSearchRow in interface Cursorpublic SpatialKey getKey()
public boolean next()
Cursor