public static interface Osmformat.DenseInfoOrBuilder
extends proto4.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getChangeset(int index)
DELTA coded
|
int |
getChangesetCount()
DELTA coded
|
List<Long> |
getChangesetList()
DELTA coded
|
long |
getTimestamp(int index)
DELTA coded
|
int |
getTimestampCount()
DELTA coded
|
List<Long> |
getTimestampList()
DELTA coded
|
int |
getUid(int index)
DELTA coded
|
int |
getUidCount()
DELTA coded
|
List<Integer> |
getUidList()
DELTA coded
|
int |
getUserSid(int index)
String IDs for usernames.
|
int |
getUserSidCount()
String IDs for usernames.
|
List<Integer> |
getUserSidList()
String IDs for usernames.
|
int |
getVersion(int index)
repeated int32 version = 1 [packed = true]; |
int |
getVersionCount()
repeated int32 version = 1 [packed = true]; |
List<Integer> |
getVersionList()
repeated int32 version = 1 [packed = true]; |
boolean |
getVisible(int index)
The visible flag is used to store history information.
|
int |
getVisibleCount()
The visible flag is used to store history information.
|
List<Boolean> |
getVisibleList()
The visible flag is used to store history information.
|
List<Integer> getVersionList()
repeated int32 version = 1 [packed = true];
int getVersionCount()
repeated int32 version = 1 [packed = true];
int getVersion(int index)
repeated int32 version = 1 [packed = true];
index
- The index of the element to return.List<Long> getTimestampList()
DELTA coded
repeated sint64 timestamp = 2 [packed = true];
int getTimestampCount()
DELTA coded
repeated sint64 timestamp = 2 [packed = true];
long getTimestamp(int index)
DELTA coded
repeated sint64 timestamp = 2 [packed = true];
index
- The index of the element to return.List<Long> getChangesetList()
DELTA coded
repeated sint64 changeset = 3 [packed = true];
int getChangesetCount()
DELTA coded
repeated sint64 changeset = 3 [packed = true];
long getChangeset(int index)
DELTA coded
repeated sint64 changeset = 3 [packed = true];
index
- The index of the element to return.List<Integer> getUidList()
DELTA coded
repeated sint32 uid = 4 [packed = true];
int getUidCount()
DELTA coded
repeated sint32 uid = 4 [packed = true];
int getUid(int index)
DELTA coded
repeated sint32 uid = 4 [packed = true];
index
- The index of the element to return.List<Integer> getUserSidList()
String IDs for usernames. DELTA coded
repeated sint32 user_sid = 5 [packed = true];
int getUserSidCount()
String IDs for usernames. DELTA coded
repeated sint32 user_sid = 5 [packed = true];
int getUserSid(int index)
String IDs for usernames. DELTA coded
repeated sint32 user_sid = 5 [packed = true];
index
- The index of the element to return.List<Boolean> getVisibleList()
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.
repeated bool visible = 6 [packed = true];
int getVisibleCount()
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.
repeated bool visible = 6 [packed = true];
boolean getVisible(int index)
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.
repeated bool visible = 6 [packed = true];
index
- The index of the element to return.Copyright © 2025 The Apache Software Foundation. All rights reserved.