public class StreamedOpenStreetMapParser extends Object
Constructor and Description |
---|
StreamedOpenStreetMapParser() |
Modifier and Type | Method and Description |
---|---|
static void |
parseMap(File path,
OpenStreetMapContentHandler map) |
static void |
parseMap(InputStream in,
OpenStreetMapContentHandler map,
int phase) |
public static void parseMap(File path, OpenStreetMapContentHandler map) throws IOException, XMLStreamException
IOException
XMLStreamException
public static void parseMap(InputStream in, OpenStreetMapContentHandler map, int phase) throws IOException, XMLStreamException
IOException
XMLStreamException
Copyright © 2019. All rights reserved.