| Package | Description |
|---|---|
| crosby.binary | |
| de.topobyte.osm4j.pbfng.seq |
| Modifier and Type | Field and Description |
|---|---|
static com |
Osmformat.Info.PARSER
|
| Modifier and Type | Method and Description |
|---|---|
Osmformat |
Osmformat.Info.Builder.build()
|
Osmformat |
Osmformat.Info.Builder.buildPartial()
|
static Osmformat |
Osmformat.Info.getDefaultInstance()
|
Osmformat |
Osmformat.Info.getDefaultInstanceForType()
|
Osmformat |
Osmformat.Info.Builder.getDefaultInstanceForType()
|
Osmformat |
Osmformat.NodeOrBuilder.getInfo()
optional .OSMPBF.Info info = 4;
|
Osmformat |
Osmformat.Node.getInfo()
optional .OSMPBF.Info info = 4;
|
Osmformat |
Osmformat.Node.Builder.getInfo()
optional .OSMPBF.Info info = 4;
|
Osmformat |
Osmformat.WayOrBuilder.getInfo()
optional .OSMPBF.Info info = 4;
|
Osmformat |
Osmformat.Way.getInfo()
optional .OSMPBF.Info info = 4;
|
Osmformat |
Osmformat.Way.Builder.getInfo()
optional .OSMPBF.Info info = 4;
|
Osmformat |
Osmformat.RelationOrBuilder.getInfo()
optional .OSMPBF.Info info = 4;
|
Osmformat |
Osmformat.Relation.getInfo()
optional .OSMPBF.Info info = 4;
|
Osmformat |
Osmformat.Relation.Builder.getInfo()
optional .OSMPBF.Info info = 4;
|
static Osmformat |
Osmformat.Info.parseDelimitedFrom(InputStream
|
static Osmformat |
Osmformat.Info.parseDelimitedFrom(InputStream
|
static Osmformat |
Osmformat.Info.parseFrom(byte[] data)
|
static Osmformat |
Osmformat.Info.parseFrom(byte[] data, com
|
static Osmformat |
Osmformat.Info.parseFrom(com
|
static Osmformat |
Osmformat.Info.parseFrom(com
|
static Osmformat |
Osmformat.Info.parseFrom(com
|
static Osmformat |
Osmformat.Info.parseFrom(com
|
static Osmformat |
Osmformat.Info.parseFrom(InputStream
|
static Osmformat |
Osmformat.Info.parseFrom(InputStream
|
| Modifier and Type | Method and Description |
|---|---|
com |
Osmformat.Info.getParserForType()
|
| Modifier and Type | Method and Description |
|---|---|
protected Date |
BinaryParser.getDate(Osmformat
Take a Info protocol buffer containing a date and convert it into a java Date object
|
protected long |
BinaryParser.getTimestamp(Osmformat
|
Osmformat |
Osmformat.Info.Builder.mergeFrom(Osmformat
|
Osmformat |
Osmformat.Node.Builder.mergeInfo(Osmformat
optional .OSMPBF.Info info = 4;
|
Osmformat |
Osmformat.Way.Builder.mergeInfo(Osmformat
optional .OSMPBF.Info info = 4;
|
Osmformat |
Osmformat.Relation.Builder.mergeInfo(Osmformat
optional .OSMPBF.Info info = 4;
|
static Osmformat |
Osmformat.Info.newBuilder(Osmformat
|
Osmformat |
Osmformat.Node.Builder.setInfo(Osmformat
optional .OSMPBF.Info info = 4;
|
Osmformat |
Osmformat.Way.Builder.setInfo(Osmformat
optional .OSMPBF.Info info = 4;
|
Osmformat |
Osmformat.Relation.Builder.setInfo(Osmformat
optional .OSMPBF.Info info = 4;
|
| Modifier and Type | Method and Description |
|---|---|
protected long |
PbfParser.getTimestamp(Osmformat
|