public class DataSetReader extends Object
| Constructor and Description |
|---|
DataSetReader()
|
| Modifier and Type | Method and Description |
|---|---|
static InMemoryDataSet |
read(OsmIterator
|
static InMemoryDataSet |
read(OsmReader
|
public static InMemoryDataSetread(OsmIterator iterator, boolean keepNodeTags, boolean keepWayTags, boolean keepRelationTags) throws IOException
IOException
public static InMemoryDataSetread(OsmReader reader, boolean keepNodeTags, boolean keepWayTags, boolean keepRelationTags) throws OsmInputException
OsmInputException