public class NodeArrayInteger extends Objectimplements NodeArray
| Constructor and Description |
|---|
NodeArrayInteger(File
|
NodeArrayInteger(File
|
NodeArrayInteger(RandomAccess
|
| Modifier and Type | Method and Description |
|---|---|
int |
bytesPerRecord()
|
void |
close()
|
boolean |
contains(long id)
|
OsmNode |
get(long id)
|
boolean |
supportsContainment()
|
public NodeArrayInteger(RandomAccessf)
public NodeArrayInteger(Filefile) throws IOException
IOException
public NodeArrayInteger(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()