Interface Osmformat.HeaderBBoxOrBuilder

All Superinterfaces:
proto4.MessageLiteOrBuilder, proto4.MessageOrBuilder
All Known Implementing Classes:
Osmformat.HeaderBBox, Osmformat.HeaderBBox.Builder
Enclosing class:
Osmformat

public static interface Osmformat.HeaderBBoxOrBuilder extends proto4.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    required sint64 bottom = 4;
    long
    required sint64 left = 1;
    long
    required sint64 right = 2;
    long
    required sint64 top = 3;
    boolean
    required sint64 bottom = 4;
    boolean
    required sint64 left = 1;
    boolean
    required sint64 right = 2;
    boolean
    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 Details

    • 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.