| Package | Description |
|---|---|
| crosby.binary |
| Modifier and Type | Method and Description |
|---|---|
Osmformat |
Osmformat.Info.Builder.clear()
|
Osmformat |
Osmformat.Info.Builder.clearChangeset()
optional int64 changeset = 3;
|
Osmformat |
Osmformat.Info.Builder.clearTimestamp()
optional int64 timestamp = 2;
|
Osmformat |
Osmformat.Info.Builder.clearUid()
optional int32 uid = 4;
|
Osmformat |
Osmformat.Info.Builder.clearUserSid()
optional uint32 user_sid = 5;
|
Osmformat |
Osmformat.Info.Builder.clearVersion()
optional int32 version = 1 [default = -1];
|
Osmformat |
Osmformat.Info.Builder.clearVisible()
optional bool visible = 6;
|
Osmformat |
Osmformat.Info.Builder.clone()
|
Osmformat |
Osmformat.Info.Builder.mergeFrom(com
|
Osmformat |
Osmformat.Info.Builder.mergeFrom(Osmformat
|
static Osmformat |
Osmformat.Info.newBuilder()
|
static Osmformat |
Osmformat.Info.newBuilder(Osmformat
|
Osmformat |
Osmformat.Info.newBuilderForType()
|
Osmformat |
Osmformat.Info.Builder.setChangeset(long value)
optional int64 changeset = 3;
|
Osmformat |
Osmformat.Info.Builder.setTimestamp(long value)
optional int64 timestamp = 2;
|
Osmformat |
Osmformat.Info.Builder.setUid(int value)
optional int32 uid = 4;
|
Osmformat |
Osmformat.Info.Builder.setUserSid(int value)
optional uint32 user_sid = 5;
|
Osmformat |
Osmformat.Info.Builder.setVersion(int value)
optional int32 version = 1 [default = -1];
|
Osmformat |
Osmformat.Info.Builder.setVisible(boolean value)
optional bool visible = 6;
|
Osmformat |
Osmformat.Info.toBuilder()
|
| Modifier and Type | Method and Description |
|---|---|
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;
|