| Package | Description |
|---|---|
| crosby.binary | |
| de.topobyte.osm4j.pbf | |
| de.topobyte.osm4j.pbfng.seq |
| Modifier and Type | Field and Description |
|---|---|
static com |
Osmformat.Node.PARSER
|
| Modifier and Type | Method and Description |
|---|---|
Osmformat |
Osmformat.Node.Builder.build()
|
Osmformat |
Osmformat.Node.Builder.buildPartial()
|
static Osmformat |
Osmformat.Node.getDefaultInstance()
|
Osmformat |
Osmformat.Node.getDefaultInstanceForType()
|
Osmformat |
Osmformat.Node.Builder.getDefaultInstanceForType()
|
Osmformat |
Osmformat.PrimitiveGroupOrBuilder.getNodes(int index)
repeated .OSMPBF.Node nodes = 1;
|
Osmformat |
Osmformat.PrimitiveGroup.getNodes(int index)
repeated .OSMPBF.Node nodes = 1;
|
Osmformat |
Osmformat.PrimitiveGroup.Builder.getNodes(int index)
repeated .OSMPBF.Node nodes = 1;
|
static Osmformat |
Osmformat.Node.parseDelimitedFrom(InputStream
|
static Osmformat |
Osmformat.Node.parseDelimitedFrom(InputStream
|
static Osmformat |
Osmformat.Node.parseFrom(byte[] data)
|
static Osmformat |
Osmformat.Node.parseFrom(byte[] data, com
|
static Osmformat |
Osmformat.Node.parseFrom(com
|
static Osmformat |
Osmformat.Node.parseFrom(com
|
static Osmformat |
Osmformat.Node.parseFrom(com
|
static Osmformat |
Osmformat.Node.parseFrom(com
|
static Osmformat |
Osmformat.Node.parseFrom(InputStream
|
static Osmformat |
Osmformat.Node.parseFrom(InputStream
|
| Modifier and Type | Method and Description |
|---|---|
List |
Osmformat.PrimitiveGroupOrBuilder.getNodesList()
repeated .OSMPBF.Node nodes = 1;
|
List |
Osmformat.PrimitiveGroup.getNodesList()
repeated .OSMPBF.Node nodes = 1;
|
List |
Osmformat.PrimitiveGroup.Builder.getNodesList()
repeated .OSMPBF.Node nodes = 1;
|
com |
Osmformat.Node.getParserForType()
|
| Modifier and Type | Method and Description |
|---|---|
Osmformat |
Osmformat.PrimitiveGroup.Builder.addNodes(int index, Osmformat
repeated .OSMPBF.Node nodes = 1;
|
Osmformat |
Osmformat.PrimitiveGroup.Builder.addNodes(Osmformat
repeated .OSMPBF.Node nodes = 1;
|
Osmformat |
Osmformat.Node.Builder.mergeFrom(Osmformat
|
static Osmformat |
Osmformat.Node.newBuilder(Osmformat
|
Osmformat |
Osmformat.PrimitiveGroup.Builder.setNodes(int index, Osmformat
repeated .OSMPBF.Node nodes = 1;
|
| Modifier and Type | Method and Description |
|---|---|
Osmformat |
Osmformat.PrimitiveGroup.Builder.addAllNodes(Iterable
repeated .OSMPBF.Node nodes = 1;
|
protected abstract void |
BinaryParser.parseNodes(List
Parse a list of Node protocol buffers and send the resulting nodes to a sink.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
PbfParser.parseNodes(List
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
PbfParser.parseNodes(List
|