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
IOExceptionXMLStreamExceptionpublic static void parseMap(InputStream in, OpenStreetMapContentHandler map, int phase) throws IOException, XMLStreamException
IOExceptionXMLStreamExceptionCopyright © 2018. All rights reserved.