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