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
IOException
SAXException
public void parseMap(InputStream in, OpenStreetMapContentHandler map) throws IOException, SAXException
IOException
SAXException
Copyright © 2018. All rights reserved.