Interface Osmformat.DenseInfoOrBuilder
- 
- All Superinterfaces:
- proto4.MessageLiteOrBuilder,- proto4.MessageOrBuilder
 - All Known Implementing Classes:
- Osmformat.DenseInfo,- Osmformat.DenseInfo.Builder
 - Enclosing class:
- Osmformat
 
 public static interface Osmformat.DenseInfoOrBuilder extends proto4.MessageOrBuilder
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetChangeset(int index)DELTA codedintgetChangesetCount()DELTA codedList<Long>getChangesetList()DELTA codedlonggetTimestamp(int index)DELTA codedintgetTimestampCount()DELTA codedList<Long>getTimestampList()DELTA codedintgetUid(int index)DELTA codedintgetUidCount()DELTA codedList<Integer>getUidList()DELTA codedintgetUserSid(int index)String IDs for usernames.intgetUserSidCount()String IDs for usernames.List<Integer>getUserSidList()String IDs for usernames.intgetVersion(int index)repeated int32 version = 1 [packed = true];intgetVersionCount()repeated int32 version = 1 [packed = true];List<Integer>getVersionList()repeated int32 version = 1 [packed = true];booleangetVisible(int index)The visible flag is used to store history information.intgetVisibleCount()The visible flag is used to store history information.List<Boolean>getVisibleList()The visible flag is used to store history information.
 
- 
- 
- 
Method Detail- 
getVersionListList<Integer> getVersionList() repeated int32 version = 1 [packed = true];- Returns:
- A list containing the version.
 
 - 
getVersionCountint getVersionCount() repeated int32 version = 1 [packed = true];- Returns:
- The count of version.
 
 - 
getVersionint getVersion(int index) repeated int32 version = 1 [packed = true];- Parameters:
- index- The index of the element to return.
- Returns:
- The version at the given index.
 
 - 
getTimestampListList<Long> getTimestampList() DELTA coded repeated sint64 timestamp = 2 [packed = true];- Returns:
- A list containing the timestamp.
 
 - 
getTimestampCountint getTimestampCount() DELTA coded repeated sint64 timestamp = 2 [packed = true];- Returns:
- The count of timestamp.
 
 - 
getTimestamplong getTimestamp(int index) DELTA coded repeated sint64 timestamp = 2 [packed = true];- Parameters:
- index- The index of the element to return.
- Returns:
- The timestamp at the given index.
 
 - 
getChangesetListList<Long> getChangesetList() DELTA coded repeated sint64 changeset = 3 [packed = true];- Returns:
- A list containing the changeset.
 
 - 
getChangesetCountint getChangesetCount() DELTA coded repeated sint64 changeset = 3 [packed = true];- Returns:
- The count of changeset.
 
 - 
getChangesetlong getChangeset(int index) DELTA coded repeated sint64 changeset = 3 [packed = true];- Parameters:
- index- The index of the element to return.
- Returns:
- The changeset at the given index.
 
 - 
getUidListList<Integer> getUidList() DELTA coded repeated sint32 uid = 4 [packed = true];- Returns:
- A list containing the uid.
 
 - 
getUidCountint getUidCount() DELTA coded repeated sint32 uid = 4 [packed = true];- Returns:
- The count of uid.
 
 - 
getUidint getUid(int index) DELTA coded repeated sint32 uid = 4 [packed = true];- Parameters:
- index- The index of the element to return.
- Returns:
- The uid at the given index.
 
 - 
getUserSidListList<Integer> getUserSidList() String IDs for usernames. DELTA coded repeated sint32 user_sid = 5 [packed = true];- Returns:
- A list containing the userSid.
 
 - 
getUserSidCountint getUserSidCount() String IDs for usernames. DELTA coded repeated sint32 user_sid = 5 [packed = true];- Returns:
- The count of userSid.
 
 - 
getUserSidint getUserSid(int index) String IDs for usernames. DELTA coded repeated sint32 user_sid = 5 [packed = true];- Parameters:
- index- The index of the element to return.
- Returns:
- The userSid at the given index.
 
 - 
getVisibleListList<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];- Returns:
- A list containing the visible.
 
 - 
getVisibleCountint 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];- Returns:
- The count of visible.
 
 - 
getVisibleboolean 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];- Parameters:
- index- The index of the element to return.
- Returns:
- The visible at the given index.
 
 
- 
 
-