Interface Osmformat.HeaderBBoxOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method 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;
      • Methods inherited from interface proto4.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface proto4.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasLeft

        boolean hasLeft()
        required sint64 left = 1;
        Returns:
        Whether the left field is set.
      • getLeft

        long getLeft()
        required sint64 left = 1;
        Returns:
        The left.
      • hasRight

        boolean hasRight()
        required sint64 right = 2;
        Returns:
        Whether the right field is set.
      • getRight

        long getRight()
        required sint64 right = 2;
        Returns:
        The right.
      • hasTop

        boolean hasTop()
        required sint64 top = 3;
        Returns:
        Whether the top field is set.
      • getTop

        long getTop()
        required sint64 top = 3;
        Returns:
        The top.
      • hasBottom

        boolean hasBottom()
        required sint64 bottom = 4;
        Returns:
        Whether the bottom field is set.
      • getBottom

        long getBottom()
        required sint64 bottom = 4;
        Returns:
        The bottom.