Package crosby.binary

Interface Osmformat.DenseInfoOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Osmformat.DenseInfo, Osmformat.DenseInfo.Builder
    Enclosing class:
    Osmformat

    public static interface Osmformat.DenseInfoOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getChangeset​(int index)
      DELTA coded
      int getChangesetCount()
      DELTA coded
      java.util.List<java.lang.Long> getChangesetList()
      DELTA coded
      long getTimestamp​(int index)
      DELTA coded
      int getTimestampCount()
      DELTA coded
      java.util.List<java.lang.Long> getTimestampList()
      DELTA coded
      int getUid​(int index)
      DELTA coded
      int getUidCount()
      DELTA coded
      java.util.List<java.lang.Integer> getUidList()
      DELTA coded
      int getUserSid​(int index)
      String IDs for usernames.
      int getUserSidCount()
      String IDs for usernames.
      java.util.List<java.lang.Integer> getUserSidList()
      String IDs for usernames.
      int getVersion​(int index)
      repeated int32 version = 1 [packed = true];
      int getVersionCount()
      repeated int32 version = 1 [packed = true];
      java.util.List<java.lang.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.
      java.util.List<java.lang.Boolean> getVisibleList()
      The visible flag is used to store history information.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getVersionList

        java.util.List<java.lang.Integer> getVersionList()
        repeated int32 version = 1 [packed = true];
        Returns:
        A list containing the version.
      • getVersionCount

        int getVersionCount()
        repeated int32 version = 1 [packed = true];
        Returns:
        The count of version.
      • getVersion

        int 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.
      • getTimestampList

        java.util.List<java.lang.Long> getTimestampList()
         DELTA coded
         
        repeated sint64 timestamp = 2 [packed = true];
        Returns:
        A list containing the timestamp.
      • getTimestampCount

        int getTimestampCount()
         DELTA coded
         
        repeated sint64 timestamp = 2 [packed = true];
        Returns:
        The count of timestamp.
      • getTimestamp

        long 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.
      • getChangesetList

        java.util.List<java.lang.Long> getChangesetList()
         DELTA coded
         
        repeated sint64 changeset = 3 [packed = true];
        Returns:
        A list containing the changeset.
      • getChangesetCount

        int getChangesetCount()
         DELTA coded
         
        repeated sint64 changeset = 3 [packed = true];
        Returns:
        The count of changeset.
      • getChangeset

        long 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.
      • getUidList

        java.util.List<java.lang.Integer> getUidList()
         DELTA coded
         
        repeated sint32 uid = 4 [packed = true];
        Returns:
        A list containing the uid.
      • getUidCount

        int getUidCount()
         DELTA coded
         
        repeated sint32 uid = 4 [packed = true];
        Returns:
        The count of uid.
      • getUid

        int 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.
      • getUserSidList

        java.util.List<java.lang.Integer> getUserSidList()
         String IDs for usernames. DELTA coded
         
        repeated sint32 user_sid = 5 [packed = true];
        Returns:
        A list containing the userSid.
      • getUserSidCount

        int getUserSidCount()
         String IDs for usernames. DELTA coded
         
        repeated sint32 user_sid = 5 [packed = true];
        Returns:
        The count of userSid.
      • getUserSid

        int 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.
      • getVisibleList

        java.util.List<java.lang.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.
      • getVisibleCount

        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];
        Returns:
        The count of visible.
      • getVisible

        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];
        Parameters:
        index - The index of the element to return.
        Returns:
        The visible at the given index.