public static interface Osmformat.InfoOrBuilder
extends proto4.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getChangeset()
optional int64 changeset = 3; |
long |
getTimestamp()
optional int64 timestamp = 2; |
int |
getUid()
optional int32 uid = 4; |
int |
getUserSid()
String IDs
|
int |
getVersion()
optional int32 version = 1 [default = -1]; |
boolean |
getVisible()
The visible flag is used to store history information.
|
boolean |
hasChangeset()
optional int64 changeset = 3; |
boolean |
hasTimestamp()
optional int64 timestamp = 2; |
boolean |
hasUid()
optional int32 uid = 4; |
boolean |
hasUserSid()
String IDs
|
boolean |
hasVersion()
optional int32 version = 1 [default = -1]; |
boolean |
hasVisible()
The visible flag is used to store history information.
|
boolean hasVersion()
optional int32 version = 1 [default = -1];
int getVersion()
optional int32 version = 1 [default = -1];
boolean hasTimestamp()
optional int64 timestamp = 2;
long getTimestamp()
optional int64 timestamp = 2;
boolean hasChangeset()
optional int64 changeset = 3;
long getChangeset()
optional int64 changeset = 3;
boolean hasUid()
optional int32 uid = 4;
int getUid()
optional int32 uid = 4;
boolean hasUserSid()
String IDs
optional uint32 user_sid = 5;
int getUserSid()
String IDs
optional uint32 user_sid = 5;
boolean hasVisible()
The visible flag is used to store history information. It indicates that the current object version has been created by a delete operation on the OSM API. When a writer sets this flag, it MUST add a required_features tag with value "HistoricalInformation" to the HeaderBlock. If this flag is not available for some object it MUST be assumed to be true if the file has the required_features tag "HistoricalInformation" set.
optional bool visible = 6;
boolean getVisible()
The visible flag is used to store history information. It indicates that the current object version has been created by a delete operation on the OSM API. When a writer sets this flag, it MUST add a required_features tag with value "HistoricalInformation" to the HeaderBlock. If this flag is not available for some object it MUST be assumed to be true if the file has the required_features tag "HistoricalInformation" set.
optional bool visible = 6;
Copyright © 2025 The Apache Software Foundation. All rights reserved.