Class OsmPbfReader


  • public class OsmPbfReader
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      OsmPbfReader()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static OsmData process​(java.io.InputStream is)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OsmPbfReader

        public OsmPbfReader()
    • Method Detail

      • process

        public static OsmData process​(java.io.InputStream is)