Interface Osmformat.HeaderBBoxOrBuilder

    • Method Summary

      Modifier and Type Method and Description
      long getBottom()
       
      long getLeft()
       
      long getRight()
       
      long getTop()
       
      boolean hasBottom()
       
      boolean hasLeft()
       
      boolean hasRight()
       
      boolean hasTop()
       
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • hasLeft

        boolean hasLeft()
      • getLeft

        long getLeft()
      • hasRight

        boolean hasRight()
      • getRight

        long getRight()
      • hasTop

        boolean hasTop()
      • getTop

        long getTop()
      • hasBottom

        boolean hasBottom()
      • getBottom

        long getBottom()