public class OpenStreetMapParser extends Object
| Constructor and Description |
|---|
OpenStreetMapParser() |
| Modifier and Type | Method and Description |
|---|---|
void |
parseMap(File path,
OpenStreetMapContentHandler map) |
void |
parseMap(InputStream in,
OpenStreetMapContentHandler map) |
public void parseMap(File path, OpenStreetMapContentHandler map) throws IOException, SAXException
IOExceptionSAXExceptionpublic void parseMap(InputStream in, OpenStreetMapContentHandler map) throws IOException, SAXException
IOExceptionSAXExceptionCopyright © 2018. All rights reserved.