Interface Osmformat.DenseNodesOrBuilder

    • Method Detail

      • getIdList

        List<Long> getIdList()
         DELTA coded
         
        repeated sint64 id = 1 [packed = true];
        Returns:
        A list containing the id.
      • getIdCount

        int getIdCount()
         DELTA coded
         
        repeated sint64 id = 1 [packed = true];
        Returns:
        The count of id.
      • getId

        long getId​(int index)
         DELTA coded
         
        repeated sint64 id = 1 [packed = true];
        Parameters:
        index - The index of the element to return.
        Returns:
        The id at the given index.
      • hasDenseinfo

        boolean hasDenseinfo()
         repeated Info info = 4;
         
        optional .DenseInfo denseinfo = 5;
        Returns:
        Whether the denseinfo field is set.
      • getDenseinfo

        Osmformat.DenseInfo getDenseinfo()
         repeated Info info = 4;
         
        optional .DenseInfo denseinfo = 5;
        Returns:
        The denseinfo.
      • getLatList

        List<Long> getLatList()
         DELTA coded
         
        repeated sint64 lat = 8 [packed = true];
        Returns:
        A list containing the lat.
      • getLatCount

        int getLatCount()
         DELTA coded
         
        repeated sint64 lat = 8 [packed = true];
        Returns:
        The count of lat.
      • getLat

        long getLat​(int index)
         DELTA coded
         
        repeated sint64 lat = 8 [packed = true];
        Parameters:
        index - The index of the element to return.
        Returns:
        The lat at the given index.
      • getLonList

        List<Long> getLonList()
         DELTA coded
         
        repeated sint64 lon = 9 [packed = true];
        Returns:
        A list containing the lon.
      • getLonCount

        int getLonCount()
         DELTA coded
         
        repeated sint64 lon = 9 [packed = true];
        Returns:
        The count of lon.
      • getLon

        long getLon​(int index)
         DELTA coded
         
        repeated sint64 lon = 9 [packed = true];
        Parameters:
        index - The index of the element to return.
        Returns:
        The lon at the given index.
      • getKeysValsList

        List<Integer> getKeysValsList()
         Special packing of keys and vals into one array. May be empty if all nodes in this block are tagless.
         
        repeated int32 keys_vals = 10 [packed = true];
        Returns:
        A list containing the keysVals.
      • getKeysValsCount

        int getKeysValsCount()
         Special packing of keys and vals into one array. May be empty if all nodes in this block are tagless.
         
        repeated int32 keys_vals = 10 [packed = true];
        Returns:
        The count of keysVals.
      • getKeysVals

        int getKeysVals​(int index)
         Special packing of keys and vals into one array. May be empty if all nodes in this block are tagless.
         
        repeated int32 keys_vals = 10 [packed = true];
        Parameters:
        index - The index of the element to return.
        Returns:
        The keysVals at the given index.