| Package | Description |
|---|---|
| crosby.binary | |
| de.topobyte.osm4j.pbf.seq |
| Modifier and Type | Field and Description |
|---|---|
static Parser |
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, ExtensionRegistryLite
|
static Osmformat |
Osmformat.Info.parseFrom(ByteString
|
static Osmformat |
Osmformat.Info.parseFrom(ByteString
|
static Osmformat |
Osmformat.Info.parseFrom(CodedInputStream
|
static Osmformat |
Osmformat.Info.parseFrom(CodedInputStream
|
static Osmformat |
Osmformat.Info.parseFrom(InputStream
|
static Osmformat |
Osmformat.Info.parseFrom(InputStream
|
| Modifier and Type | Method and Description |
|---|---|
Parser |
Osmformat.Info.getParserForType()
|
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
OsmMetadata |
PrimParser.convertMetadata(Osmformat
|
long |
PrimParser.getTimestamp(Osmformat
|