Uses of Class
com.graphhopper.reader.ReaderElement
Packages that use ReaderElement
Package
Description
-
Uses of ReaderElement in com.graphhopper.reader
Subclasses of ReaderElement in com.graphhopper.readerModifier and TypeClassDescriptionclass
Represents a node received from the reader.class
Represents a relation received from the reader.class
Represents a way received from the reader. -
Uses of ReaderElement in com.graphhopper.reader.osm
Subclasses of ReaderElement in com.graphhopper.reader.osmMethods in com.graphhopper.reader.osm that return ReaderElementMethods in com.graphhopper.reader.osm with parameters of type ReaderElement -
Uses of ReaderElement in com.graphhopper.reader.osm.pbf
Methods in com.graphhopper.reader.osm.pbf that return types with arguments of type ReaderElementModifier and TypeMethodDescriptionPbfBlobResult.getEntities()
Gets the entities decoded from the blob.Methods in com.graphhopper.reader.osm.pbf with parameters of type ReaderElementMethod parameters in com.graphhopper.reader.osm.pbf with type arguments of type ReaderElementModifier and TypeMethodDescriptionvoid
PbfBlobDecoderListener.complete
(List<ReaderElement> decodedEntities) Provides the listener with the list of decoded entities.void
PbfBlobResult.storeSuccessResult
(List<ReaderElement> decodedEntities) Stores the results of a successful blob decoding operation.