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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetBottom()required sint64 bottom = 4;longgetLeft()required sint64 left = 1;longgetRight()required sint64 right = 2;longgetTop()required sint64 top = 3;booleanhasBottom()required sint64 bottom = 4;booleanhasLeft()required sint64 left = 1;booleanhasRight()required sint64 right = 2;booleanhasTop()required sint64 top = 3;
 
- 
- 
- 
Method Detail- 
hasLeftboolean hasLeft() required sint64 left = 1;- Returns:
- Whether the left field is set.
 
 - 
getLeftlong getLeft() required sint64 left = 1;- Returns:
- The left.
 
 - 
hasRightboolean hasRight() required sint64 right = 2;- Returns:
- Whether the right field is set.
 
 - 
getRightlong getRight() required sint64 right = 2;- Returns:
- The right.
 
 - 
hasTopboolean hasTop() required sint64 top = 3;- Returns:
- Whether the top field is set.
 
 - 
getToplong getTop() required sint64 top = 3;- Returns:
- The top.
 
 - 
hasBottomboolean hasBottom() required sint64 bottom = 4;- Returns:
- Whether the bottom field is set.
 
 - 
getBottomlong getBottom() required sint64 bottom = 4;- Returns:
- The bottom.
 
 
- 
 
-