public class OsmStreamInput extends Objectimplements OsmAccessFactory
| Constructor and Description |
|---|
OsmStreamInput(InputStream
|
OsmStreamInput(OsmStream
|
| Modifier and Type | Method and Description |
|---|---|
OsmIteratorInput |
createIterator(boolean readMetadata)
|
OsmReaderInput |
createReader(boolean readMetadata)
|
public OsmStreamInput(OsmStreamosmStream)
public OsmStreamInput(InputStreaminput, FileFormat fileFormat)
public OsmIteratorInputcreateIterator(boolean readMetadata) throws IOException
createIterator in interface
OsmIteratorFactory
IOException
public OsmReaderInputcreateReader(boolean readMetadata) throws IOException
createReader in interface
OsmReaderFactory
IOException