public class OsmFileInput extends Objectimplements OsmAccessFactory
| Constructor and Description |
|---|
OsmFileInput(OsmFile
|
OsmFileInput(Path
|
| Modifier and Type | Method and Description |
|---|---|
OsmIteratorInput |
createIterator(boolean readMetadata)
|
OsmReaderInput |
createReader(boolean readMetadata)
|
public OsmFileInput(OsmFileosmFile)
public OsmFileInput(Pathpath, FileFormat fileFormat)
public OsmIteratorInputcreateIterator(boolean readMetadata) throws IOException
createIterator in interface
OsmIteratorFactory
IOException
public OsmReaderInputcreateReader(boolean readMetadata) throws IOException
createReader in interface
OsmReaderFactory
IOException