public class NodeArrayShort extends Objectimplements NodeArray
| Constructor and Description |
|---|
NodeArrayShort(File
|
NodeArrayShort(File
|
NodeArrayShort(RandomAccess
|
| Modifier and Type | Method and Description |
|---|---|
int |
bytesPerRecord()
|
void |
close()
|
boolean |
contains(long id)
|
OsmNode |
get(long id)
|
boolean |
supportsContainment()
|
public NodeArrayShort(RandomAccessf)
public NodeArrayShort(Filefile) throws IOException
IOException
public NodeArrayShort(Filefile, int pageSize, int cacheSize) throws IOException
IOException
public void close()
throws IOException
close in interface
Closeable
close in interface
AutoCloseable
IOException
public OsmNodeget(long id) throws IOException
get in interface
NodeArray
IOException
public boolean supportsContainment()
public boolean contains(long id)
throws IOException
contains in interface
NodeArray
IOException
public int bytesPerRecord()