Interface Osmformat.HeaderBBoxOrBuilder

    • Method Summary

      Modifier and Type Method and Description
      long getBottom()
      required sint64 bottom = 4;
      long getLeft()
      required sint64 left = 1;
      long getRight()
      required sint64 right = 2;
      long getTop()
      required sint64 top = 3;
      boolean hasBottom()
      required sint64 bottom = 4;
      boolean hasLeft()
      required sint64 left = 1;
      boolean hasRight()
      required sint64 right = 2;
      boolean hasTop()
      required sint64 top = 3;
    • Method Detail

      • hasLeft

        boolean hasLeft()
        required sint64 left = 1;
      • getLeft

        long getLeft()
        required sint64 left = 1;
      • hasRight

        boolean hasRight()
        required sint64 right = 2;
      • getRight

        long getRight()
        required sint64 right = 2;
      • hasTop

        boolean hasTop()
        required sint64 top = 3;
      • getTop

        long getTop()
        required sint64 top = 3;
      • hasBottom

        boolean hasBottom()
        required sint64 bottom = 4;
      • getBottom

        long getBottom()
        required sint64 bottom = 4;