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