Interface Osmformat.DenseNodesOrBuilder

    • Method Summary

      Modifier and Type Method and Description
      Osmformat.DenseInfo getDenseinfo()
      optional .OSMPBF.DenseInfo denseinfo = 5;
      long getId(int index)
      repeated sint64 id = 1 [packed = true];
      int getIdCount()
      repeated sint64 id = 1 [packed = true];
      List<Long> getIdList()
      repeated sint64 id = 1 [packed = true];
      int getKeysVals(int index)
      repeated int32 keys_vals = 10 [packed = true];
      int getKeysValsCount()
      repeated int32 keys_vals = 10 [packed = true];
      List<Integer> getKeysValsList()
      repeated int32 keys_vals = 10 [packed = true];
      long getLat(int index)
      repeated sint64 lat = 8 [packed = true];
      int getLatCount()
      repeated sint64 lat = 8 [packed = true];
      List<Long> getLatList()
      repeated sint64 lat = 8 [packed = true];
      long getLon(int index)
      repeated sint64 lon = 9 [packed = true];
      int getLonCount()
      repeated sint64 lon = 9 [packed = true];
      List<Long> getLonList()
      repeated sint64 lon = 9 [packed = true];
      boolean hasDenseinfo()
      optional .OSMPBF.DenseInfo denseinfo = 5;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getIdList

        List<Long> getIdList()
        repeated sint64 id = 1 [packed = true];
         DELTA coded
         
      • getIdCount

        int getIdCount()
        repeated sint64 id = 1 [packed = true];
         DELTA coded
         
      • getId

        long getId(int index)
        repeated sint64 id = 1 [packed = true];
         DELTA coded
         
      • hasDenseinfo

        boolean hasDenseinfo()
        optional .OSMPBF.DenseInfo denseinfo = 5;
        repeated Info info = 4;
         
      • getDenseinfo

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

        List<Long> getLatList()
        repeated sint64 lat = 8 [packed = true];
         DELTA coded
         
      • getLatCount

        int getLatCount()
        repeated sint64 lat = 8 [packed = true];
         DELTA coded
         
      • getLat

        long getLat(int index)
        repeated sint64 lat = 8 [packed = true];
         DELTA coded
         
      • getLonList

        List<Long> getLonList()
        repeated sint64 lon = 9 [packed = true];
         DELTA coded
         
      • getLonCount

        int getLonCount()
        repeated sint64 lon = 9 [packed = true];
         DELTA coded
         
      • getLon

        long getLon(int index)
        repeated sint64 lon = 9 [packed = true];
         DELTA coded
         
      • getKeysValsList

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

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

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