Interface Osmformat.NodeOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder
    All Known Implementing Classes:
    Osmformat.Node, Osmformat.Node.Builder
    Enclosing class:
    Osmformat


    public static interface Osmformat.NodeOrBuilder
    extends com.google.protobuf.MessageLiteOrBuilder
    • Method Summary

      Modifier and Type Method and Description
      long getId()
      required sint64 id = 1;
      Osmformat.Info getInfo()
      optional .OSMPBF.Info info = 4;
      int getKeys(int index)
      repeated uint32 keys = 2 [packed = true];
      int getKeysCount()
      repeated uint32 keys = 2 [packed = true];
      List<Integer> getKeysList()
      repeated uint32 keys = 2 [packed = true];
      long getLat()
      required sint64 lat = 8;
      long getLon()
      required sint64 lon = 9;
      int getVals(int index)
      repeated uint32 vals = 3 [packed = true];
      int getValsCount()
      repeated uint32 vals = 3 [packed = true];
      List<Integer> getValsList()
      repeated uint32 vals = 3 [packed = true];
      boolean hasId()
      required sint64 id = 1;
      boolean hasInfo()
      optional .OSMPBF.Info info = 4;
      boolean hasLat()
      required sint64 lat = 8;
      boolean hasLon()
      required sint64 lon = 9;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • hasId

        boolean hasId()
        required sint64 id = 1;
      • getId

        long getId()
        required sint64 id = 1;
      • getKeysList

        List<Integer> getKeysList()
        repeated uint32 keys = 2 [packed = true];
         Parallel arrays.
         
      • getKeysCount

        int getKeysCount()
        repeated uint32 keys = 2 [packed = true];
         Parallel arrays.
         
      • getKeys

        int getKeys(int index)
        repeated uint32 keys = 2 [packed = true];
         Parallel arrays.
         
      • getValsList

        List<Integer> getValsList()
        repeated uint32 vals = 3 [packed = true];
         String IDs.
         
      • getValsCount

        int getValsCount()
        repeated uint32 vals = 3 [packed = true];
         String IDs.
         
      • getVals

        int getVals(int index)
        repeated uint32 vals = 3 [packed = true];
         String IDs.
         
      • hasInfo

        boolean hasInfo()
        optional .OSMPBF.Info info = 4;
         May be omitted in omitmeta
         
      • getInfo

        Osmformat.Info getInfo()
        optional .OSMPBF.Info info = 4;
         May be omitted in omitmeta
         
      • hasLat

        boolean hasLat()
        required sint64 lat = 8;
      • getLat

        long getLat()
        required sint64 lat = 8;
      • hasLon

        boolean hasLon()
        required sint64 lon = 9;
      • getLon

        long getLon()
        required sint64 lon = 9;