Interface Osmformat.PrimitiveBlockOrBuilder

    • Method Detail

      • hasStringtable

        boolean hasStringtable()
        required .OSMPBF.StringTable stringtable = 1;
      • getPrimitivegroup

        Osmformat.PrimitiveGroup getPrimitivegroup(int index)
        repeated .OSMPBF.PrimitiveGroup primitivegroup = 2;
      • getPrimitivegroupCount

        int getPrimitivegroupCount()
        repeated .OSMPBF.PrimitiveGroup primitivegroup = 2;
      • hasGranularity

        boolean hasGranularity()
        optional int32 granularity = 17 [default = 100];
         Granularity, units of nanodegrees, used to store coordinates in this block
         
      • getGranularity

        int getGranularity()
        optional int32 granularity = 17 [default = 100];
         Granularity, units of nanodegrees, used to store coordinates in this block
         
      • hasLatOffset

        boolean hasLatOffset()
        optional int64 lat_offset = 19 [default = 0];
         Offset value between the output coordinates coordinates and the granularity grid in unites of nanodegrees.
         
      • getLatOffset

        long getLatOffset()
        optional int64 lat_offset = 19 [default = 0];
         Offset value between the output coordinates coordinates and the granularity grid in unites of nanodegrees.
         
      • hasLonOffset

        boolean hasLonOffset()
        optional int64 lon_offset = 20 [default = 0];
      • getLonOffset

        long getLonOffset()
        optional int64 lon_offset = 20 [default = 0];
      • hasDateGranularity

        boolean hasDateGranularity()
        optional int32 date_granularity = 18 [default = 1000];
         Granularity of dates, normally represented in units of milliseconds since the 1970 epoch.
         
      • getDateGranularity

        int getDateGranularity()
        optional int32 date_granularity = 18 [default = 1000];
         Granularity of dates, normally represented in units of milliseconds since the 1970 epoch.