public class ReaderUtil extends Object
| Constructor and Description |
|---|
ReaderUtil()
|
| Modifier and Type | Method and Description |
|---|---|
static Metadata |
parseMetadata(CompactReader
|
static List |
parseNodes(CompactReader
|
static List |
parseRelations(InputStreamCompactReader
|
static List |
parseWays(InputStreamCompactReader
|
public static MetadataparseMetadata(CompactReader reader) throws IOException
IOException
public static List<Node > parseNodes(CompactReader reader, FileBlock block) throws IOException
IOException
public static List<Way > parseWays(InputStreamCompactReader reader, FileBlock block) throws IOException
IOException
public static List<Relation > parseRelations(InputStreamCompactReader reader, FileBlock block) throws IOException
IOException