Class Osmformat.Node

    • Method Detail

      • getDefaultInstance

        public static Osmformat.Node getDefaultInstance()
      • getDefaultInstanceForType

        public Osmformat.Node 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()
      • hasLat

        public boolean hasLat()
      • getLat

        public long getLat()
      • hasLon

        public boolean hasLon()
      • getLon

        public long getLon()
      • 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.Node parseFrom(com.google.protobuf.ByteString data)
                                        throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Osmformat.Node 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.Node parseFrom(byte[] data)
                                        throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

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

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