| Package | Description |
|---|---|
| crosby.binary | |
| de.topobyte.osm4j.pbf.seq |
| Modifier and Type | Field and Description |
|---|---|
static Parser |
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, ExtensionRegistryLite
|
static Osmformat |
Osmformat.Node.parseFrom(ByteString
|
static Osmformat |
Osmformat.Node.parseFrom(ByteString
|
static Osmformat |
Osmformat.Node.parseFrom(CodedInputStream
|
static Osmformat |
Osmformat.Node.parseFrom(CodedInputStream
|
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;
|
Parser |
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;
|
| Modifier and Type | Method and Description |
|---|---|
OsmNode |
PrimParser.convert(Osmformat
|
| Modifier and Type | Method and Description |
|---|---|
void |
PrimParser.parseNodes(List
|