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 TypeMethodDescriptionlongrequired sint64 bottom = 4;longgetLeft()required sint64 left = 1;longgetRight()required sint64 right = 2;longgetTop()required sint64 top = 3;booleanrequired sint64 bottom = 4;booleanhasLeft()required sint64 left = 1;booleanhasRight()required sint64 right = 2;booleanhasTop()required sint64 top = 3;Methods inherited from interface proto4.MessageLiteOrBuilder
isInitializedMethods 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.
-