| Package | Description |
|---|---|
| com.graphhopper.reader | |
| com.graphhopper.reader.osm | |
| com.graphhopper.reader.osm.pbf |
| Modifier and Type | Class and Description |
|---|---|
class |
ReaderNode
Represents a node received from the reader.
|
class |
ReaderRelation
Represents a relation received from the reader.
|
class |
ReaderWay
Represents a way received from the reader.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OSMFileHeader
Represents an OSM file header
|
| Modifier and Type | Method and Description |
|---|---|
ReaderElement |
OSMInputFile.getNext() |
ReaderElement |
OSMInput.getNext() |
| Modifier and Type | Method and Description |
|---|---|
void |
OSMInputFile.process(ReaderElement item) |
| Modifier and Type | Method and Description |
|---|---|
List<ReaderElement> |
PbfBlobResult.getEntities()
Gets the entities decoded from the blob.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Sink.process(ReaderElement item) |
| Modifier and Type | Method and Description |
|---|---|
void |
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.
|
Copyright © 2012–2022. All rights reserved.