Interface Osmformat.InfoOrBuilder

    • Method Summary

      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()
      optional uint32 user_sid = 5;
      int getVersion()
      optional int32 version = 1 [default = -1];
      boolean getVisible()
      optional bool visible = 6;
      boolean hasChangeset()
      optional int64 changeset = 3;
      boolean hasTimestamp()
      optional int64 timestamp = 2;
      boolean hasUid()
      optional int32 uid = 4;
      boolean hasUserSid()
      optional uint32 user_sid = 5;
      boolean hasVersion()
      optional int32 version = 1 [default = -1];
      boolean hasVisible()
      optional bool visible = 6;
    • Method Detail

      • hasVersion

        boolean hasVersion()
        optional int32 version = 1 [default = -1];
      • getVersion

        int getVersion()
        optional int32 version = 1 [default = -1];
      • hasTimestamp

        boolean hasTimestamp()
        optional int64 timestamp = 2;
      • getTimestamp

        long getTimestamp()
        optional int64 timestamp = 2;
      • hasChangeset

        boolean hasChangeset()
        optional int64 changeset = 3;
      • getChangeset

        long getChangeset()
        optional int64 changeset = 3;
      • hasUid

        boolean hasUid()
        optional int32 uid = 4;
      • getUid

        int getUid()
        optional int32 uid = 4;
      • hasUserSid

        boolean hasUserSid()
        optional uint32 user_sid = 5;
         String IDs
         
      • getUserSid

        int getUserSid()
        optional uint32 user_sid = 5;
         String IDs
         
      • hasVisible

        boolean hasVisible()
        optional bool visible = 6;
         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.
         
      • getVisible

        boolean getVisible()
        optional bool visible = 6;
         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.