| Package | Description |
|---|---|
| crosby.binary |
| Modifier and Type | Method and Description |
|---|---|
Osmformat |
Osmformat.Node.Builder.addAllKeys(Iterable
repeated uint32 keys = 2 [packed = true];
|
Osmformat |
Osmformat.Node.Builder.addAllVals(Iterable
repeated uint32 vals = 3 [packed = true];
|
Osmformat |
Osmformat.Node.Builder.addKeys(int value)
repeated uint32 keys = 2 [packed = true];
|
Osmformat |
Osmformat.Node.Builder.addVals(int value)
repeated uint32 vals = 3 [packed = true];
|
Osmformat |
Osmformat.Node.Builder.clear()
|
Osmformat |
Osmformat.Node.Builder.clearId()
required sint64 id = 1;
|
Osmformat |
Osmformat.Node.Builder.clearInfo()
optional .OSMPBF.Info info = 4;
|
Osmformat |
Osmformat.Node.Builder.clearKeys()
repeated uint32 keys = 2 [packed = true];
|
Osmformat |
Osmformat.Node.Builder.clearLat()
required sint64 lat = 8;
|
Osmformat |
Osmformat.Node.Builder.clearLon()
required sint64 lon = 9;
|
Osmformat |
Osmformat.Node.Builder.clearVals()
repeated uint32 vals = 3 [packed = true];
|
Osmformat |
Osmformat.Node.Builder.clone()
|
Osmformat |
Osmformat.Node.Builder.mergeFrom(com
|
Osmformat |
Osmformat.Node.Builder.mergeFrom(Osmformat
|
Osmformat |
Osmformat.Node.Builder.mergeInfo(Osmformat
optional .OSMPBF.Info info = 4;
|
static Osmformat |
Osmformat.Node.newBuilder()
|
static Osmformat |
Osmformat.Node.newBuilder(Osmformat
|
Osmformat |
Osmformat.Node.newBuilderForType()
|
Osmformat |
Osmformat.Node.Builder.setId(long value)
required sint64 id = 1;
|
Osmformat |
Osmformat.Node.Builder.setInfo(Osmformat
optional .OSMPBF.Info info = 4;
|
Osmformat |
Osmformat.Node.Builder.setInfo(Osmformat
optional .OSMPBF.Info info = 4;
|
Osmformat |
Osmformat.Node.Builder.setKeys(int index, int value)
repeated uint32 keys = 2 [packed = true];
|
Osmformat |
Osmformat.Node.Builder.setLat(long value)
required sint64 lat = 8;
|
Osmformat |
Osmformat.Node.Builder.setLon(long value)
required sint64 lon = 9;
|
Osmformat |
Osmformat.Node.Builder.setVals(int index, int value)
repeated uint32 vals = 3 [packed = true];
|
Osmformat |
Osmformat.Node.toBuilder()
|
| 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.PrimitiveGroup.Builder.setNodes(int index, Osmformat
repeated .OSMPBF.Node nodes = 1;
|