Osmformat.Info.Builder |
Osmformat.Info.Builder.clear() |
|
Osmformat.Info.Builder |
Osmformat.Info.Builder.clearChangeset() |
optional int64 changeset = 3;
|
Osmformat.Info.Builder |
Osmformat.Info.Builder.clearTimestamp() |
optional int64 timestamp = 2;
|
Osmformat.Info.Builder |
Osmformat.Info.Builder.clearUid() |
optional int32 uid = 4;
|
Osmformat.Info.Builder |
Osmformat.Info.Builder.clearUserSid() |
String IDs
|
Osmformat.Info.Builder |
Osmformat.Info.Builder.clearVersion() |
optional int32 version = 1 [default = -1];
|
Osmformat.Info.Builder |
Osmformat.Info.Builder.clearVisible() |
The visible flag is used to store history information.
|
Osmformat.Info.Builder |
Osmformat.Node.Builder.getInfoBuilder() |
May be omitted in omitmeta
|
Osmformat.Info.Builder |
Osmformat.Relation.Builder.getInfoBuilder() |
optional .Info info = 4;
|
Osmformat.Info.Builder |
Osmformat.Way.Builder.getInfoBuilder() |
optional .Info info = 4;
|
Osmformat.Info.Builder |
Osmformat.Info.Builder.mergeFrom(Osmformat.Info other) |
|
Osmformat.Info.Builder |
Osmformat.Info.Builder.mergeFrom(proto4.CodedInputStream input,
proto4.ExtensionRegistryLite extensionRegistry) |
|
Osmformat.Info.Builder |
Osmformat.Info.Builder.mergeFrom(proto4.Message other) |
|
static Osmformat.Info.Builder |
Osmformat.Info.newBuilder() |
|
static Osmformat.Info.Builder |
Osmformat.Info.newBuilder(Osmformat.Info prototype) |
|
Osmformat.Info.Builder |
Osmformat.Info.newBuilderForType() |
|
protected Osmformat.Info.Builder |
Osmformat.Info.newBuilderForType(proto4.AbstractMessage.BuilderParent parent) |
|
Osmformat.Info.Builder |
Osmformat.Info.Builder.setChangeset(long value) |
optional int64 changeset = 3;
|
Osmformat.Info.Builder |
Osmformat.Info.Builder.setTimestamp(long value) |
optional int64 timestamp = 2;
|
Osmformat.Info.Builder |
Osmformat.Info.Builder.setUid(int value) |
optional int32 uid = 4;
|
Osmformat.Info.Builder |
Osmformat.Info.Builder.setUserSid(int value) |
String IDs
|
Osmformat.Info.Builder |
Osmformat.Info.Builder.setVersion(int value) |
optional int32 version = 1 [default = -1];
|
Osmformat.Info.Builder |
Osmformat.Info.Builder.setVisible(boolean value) |
The visible flag is used to store history information.
|
Osmformat.Info.Builder |
Osmformat.Info.toBuilder() |
|