Interface Osmformat.ChangeSetOrBuilder

    • Method Summary

      Modifier and Type Method and Description
      long getId()
      required int64 id = 1;
      boolean hasId()
      required int64 id = 1;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • hasId

        boolean hasId()
        required int64 id = 1;
           
           // Parallel arrays.
           repeated uint32 keys = 2 [packed = true]; // String IDs.
           repeated uint32 vals = 3 [packed = true]; // String IDs.
        
           optional Info info = 4;
         
      • getId

        long getId()
        required int64 id = 1;
           
           // Parallel arrays.
           repeated uint32 keys = 2 [packed = true]; // String IDs.
           repeated uint32 vals = 3 [packed = true]; // String IDs.
        
           optional Info info = 4;