public class ReaderUtil extends Object
| Constructor and Description |
|---|
ReaderUtil()
|
| Modifier and Type | Method and Description |
|---|---|
static FileHeader |
parseHeader(CompactReader
|
static TLongList |
parseNodeIds(CompactReader
|
static List |
parseNodes(CompactReader
|
static TLongList |
parseRelationIds(CompactReader
|
static List |
parseRelations(CompactReader
|
static TLongList |
parseWayIds(CompactReader
|
static List |
parseWays(CompactReader
|
public static FileHeaderparseHeader(CompactReader reader) throws IOException
IOException
public static List<Node > parseNodes(CompactReader reader, FileBlock block, boolean fetchTags, boolean hasMetadata, boolean fetchMetadata) throws IOException
IOException
public static TLongListparseNodeIds(CompactReader reader, FileBlock block) throws IOException
IOException
public static List<Way > parseWays(CompactReader reader, FileBlock block, boolean fetchTags, boolean hasMetadata, boolean fetchMetadata) throws IOException
IOException
public static TLongListparseWayIds(CompactReader reader, FileBlock block) throws IOException
IOException
public static List<Relation > parseRelations(CompactReader reader, FileBlock block, boolean fetchTags, boolean hasMetadata, boolean fetchMetadata) throws IOException
IOException
public static TLongListparseRelationIds(CompactReader reader, FileBlock block) throws IOException
IOException