Class Osmformat.Way

    • Method Detail

      • getDefaultInstance

        public static Osmformat.Way getDefaultInstance()
      • getDefaultInstanceForType

        public Osmformat.Way getDefaultInstanceForType()
      • hasId

        public boolean hasId()
      • getId

        public long getId()
      • getKeysCount

        public int getKeysCount()
      • getKeys

        public int getKeys(int index)
      • getValsCount

        public int getValsCount()
      • getVals

        public int getVals(int index)
      • hasInfo

        public boolean hasInfo()
      • getRefsList

        public List<Long> getRefsList()
      • getRefsCount

        public int getRefsCount()
      • getRefs

        public long getRefs(int index)
      • isInitialized

        public final boolean isInitialized()
      • writeTo

        public void writeTo(com.google.protobuf.CodedOutputStream output)
                     throws IOException
        Specified by:
        writeTo in interface  com.google.protobuf.MessageLite
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
      • parseFrom

        public static Osmformat.Way parseFrom(com.google.protobuf.ByteString data)
                                       throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Osmformat.Way parseFrom(com.google.protobuf.ByteString data,
                                              com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                       throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Osmformat.Way parseFrom(byte[] data)
                                       throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Osmformat.Way parseFrom(byte[] data,
                                              com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                       throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Osmformat.Way parseFrom(com.google.protobuf.CodedInputStream input,
                                              com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                       throws IOException
        Throws:
        IOException