Class Osmformat.ChangeSet.Builder

    • Method Detail

      • isInitialized

        public final boolean isInitialized()
      • mergeFrom

        public Osmformat.ChangeSet.Builder mergeFrom(com.google.protobuf.CodedInputStream input,
                                                     com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                              throws IOException
        Specified by:
        mergeFrom in interface  com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class  com.google.protobuf.AbstractMessageLite.Builder<Osmformat.ChangeSet.Builder>
        Throws:
        IOException
      • hasId

        public 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

        public 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;
         
      • setId

        public Osmformat.ChangeSet.Builder setId(long value)
        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;
         
      • clearId

        public Osmformat.ChangeSet.Builder clearId()
        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;