| Package | Description |
|---|---|
| crosby.binary | |
| de.topobyte.osm4j.pbf | |
| de.topobyte.osm4j.pbfng.seq |
| Modifier and Type | Field and Description |
|---|---|
static com |
Osmformat.Way.PARSER
|
| Modifier and Type | Method and Description |
|---|---|
Osmformat |
Osmformat.Way.Builder.build()
|
Osmformat |
Osmformat.Way.Builder.buildPartial()
|
static Osmformat |
Osmformat.Way.getDefaultInstance()
|
Osmformat |
Osmformat.Way.getDefaultInstanceForType()
|
Osmformat |
Osmformat.Way.Builder.getDefaultInstanceForType()
|
Osmformat |
Osmformat.PrimitiveGroupOrBuilder.getWays(int index)
repeated .OSMPBF.Way ways = 3;
|
Osmformat |
Osmformat.PrimitiveGroup.getWays(int index)
repeated .OSMPBF.Way ways = 3;
|
Osmformat |
Osmformat.PrimitiveGroup.Builder.getWays(int index)
repeated .OSMPBF.Way ways = 3;
|
static Osmformat |
Osmformat.Way.parseDelimitedFrom(InputStream
|
static Osmformat |
Osmformat.Way.parseDelimitedFrom(InputStream
|
static Osmformat |
Osmformat.Way.parseFrom(byte[] data)
|
static Osmformat |
Osmformat.Way.parseFrom(byte[] data, com
|
static Osmformat |
Osmformat.Way.parseFrom(com
|
static Osmformat |
Osmformat.Way.parseFrom(com
|
static Osmformat |
Osmformat.Way.parseFrom(com
|
static Osmformat |
Osmformat.Way.parseFrom(com
|
static Osmformat |
Osmformat.Way.parseFrom(InputStream
|
static Osmformat |
Osmformat.Way.parseFrom(InputStream
|
| Modifier and Type | Method and Description |
|---|---|
com |
Osmformat.Way.getParserForType()
|
List |
Osmformat.PrimitiveGroupOrBuilder.getWaysList()
repeated .OSMPBF.Way ways = 3;
|
List |
Osmformat.PrimitiveGroup.getWaysList()
repeated .OSMPBF.Way ways = 3;
|
List |
Osmformat.PrimitiveGroup.Builder.getWaysList()
repeated .OSMPBF.Way ways = 3;
|
| Modifier and Type | Method and Description |
|---|---|
Osmformat |
Osmformat.PrimitiveGroup.Builder.addWays(int index, Osmformat
repeated .OSMPBF.Way ways = 3;
|
Osmformat |
Osmformat.PrimitiveGroup.Builder.addWays(Osmformat
repeated .OSMPBF.Way ways = 3;
|
Osmformat |
Osmformat.Way.Builder.mergeFrom(Osmformat
|
static Osmformat |
Osmformat.Way.newBuilder(Osmformat
|
Osmformat |
Osmformat.PrimitiveGroup.Builder.setWays(int index, Osmformat
repeated .OSMPBF.Way ways = 3;
|
| Modifier and Type | Method and Description |
|---|---|
Osmformat |
Osmformat.PrimitiveGroup.Builder.addAllWays(Iterable
repeated .OSMPBF.Way ways = 3;
|
protected abstract void |
BinaryParser.parseWays(List
Parse a list of Way protocol buffers and send the resulting ways to a sink.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
PbfParser.parseWays(List
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
PbfParser.parseWays(List
|