- parseDuration(String) - Static method in class com.graphhopper.reader.osm.OSMReaderUtility
- 
Parser according to http://wiki.openstreetmap.org/wiki/Key:duration The value consists of a
 string ala 'hh:mm', format for hours and minutes 'mm', 'hh:mm' or 'hh:mm:ss', or
 alternatively ISO_8601 duration 
- PbfBlobDecoder - Class in com.graphhopper.reader.osm.pbf
- 
Converts PBF block data into decoded entities ready to be passed into an Osmosis pipeline. 
- PbfBlobDecoder(String, byte[], PbfBlobDecoderListener) - Constructor for class com.graphhopper.reader.osm.pbf.PbfBlobDecoder
- 
Creates a new instance. 
- PbfBlobDecoderListener - Interface in com.graphhopper.reader.osm.pbf
- 
Instances of this interface are used to receive results from PBFBlobDecoder. 
- PbfBlobResult - Class in com.graphhopper.reader.osm.pbf
- 
Stores the results for a decoded Blob. 
- PbfBlobResult() - Constructor for class com.graphhopper.reader.osm.pbf.PbfBlobResult
- 
Creates a new instance. 
- PbfDecoder - Class in com.graphhopper.reader.osm.pbf
- 
Decodes all blocks from a PBF stream using worker threads, and passes the results to the
 downstream sink. 
- PbfDecoder(PbfStreamSplitter, ExecutorService, int, Sink) - Constructor for class com.graphhopper.reader.osm.pbf.PbfDecoder
- 
Creates a new instance. 
- PbfFieldDecoder - Class in com.graphhopper.reader.osm.pbf
- 
Manages decoding of the lower level PBF data structures. 
- PbfFieldDecoder(Osmformat.PrimitiveBlock) - Constructor for class com.graphhopper.reader.osm.pbf.PbfFieldDecoder
- 
Creates a new instance. 
- PbfRawBlob - Class in com.graphhopper.reader.osm.pbf
- 
Represents a single piece of raw blob data extracted from the PBF stream. 
- PbfRawBlob(String, byte[]) - Constructor for class com.graphhopper.reader.osm.pbf.PbfRawBlob
- 
Creates a new instance. 
- PbfReader - Class in com.graphhopper.reader.osm.pbf
- 
An OSM data source reading from a PBF file. 
- PbfReader(InputStream, Sink, int) - Constructor for class com.graphhopper.reader.osm.pbf.PbfReader
- 
Creates a new instance. 
- PbfStreamSplitter - Class in com.graphhopper.reader.osm.pbf
- 
Parses a PBF data stream and extracts the raw data of each blob in sequence until the end of the
 stream is reached. 
- PbfStreamSplitter(DataInputStream) - Constructor for class com.graphhopper.reader.osm.pbf.PbfStreamSplitter
- 
Creates a new instance. 
- PILLAR_NODE - Static variable in class com.graphhopper.reader.osm.OSMReader
-  
- pillarInfo - Variable in class com.graphhopper.reader.osm.OSMReader
-  
- process(ReaderElement) - Method in class com.graphhopper.reader.osm.OSMInputFile
-  
- process(ReaderElement) - Method in interface com.graphhopper.reader.osm.pbf.Sink
-  
- processRelation(ReaderRelation) - Method in class com.graphhopper.reader.osm.OSMReader
-