Interface ReceiverDProto.RangeChartOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ReceiverDProto.RangeChart
,ReceiverDProto.RangeChart.Builder
- Enclosing class:
- ReceiverDProto
public static interface ReceiverDProto.RangeChartOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionCenter of the chart, i.e.Center of the chart, i.e.float
getRanges
(int index) Reception range [m] from the center for each degree.int
Reception range [m] from the center for each degree.Reception range [m] from the center for each degree.boolean
Center of the chart, i.e.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasCenter
boolean hasCenter()Center of the chart, i.e. sensor position. Note: not included if position is not available.
.serosystems.proto.v3.grx.receiverd.Position2D center = 1;
- Returns:
- Whether the center field is set.
-
getCenter
ReceiverDProto.Position2D getCenter()Center of the chart, i.e. sensor position. Note: not included if position is not available.
.serosystems.proto.v3.grx.receiverd.Position2D center = 1;
- Returns:
- The center.
-
getCenterOrBuilder
ReceiverDProto.Position2DOrBuilder getCenterOrBuilder()Center of the chart, i.e. sensor position. Note: not included if position is not available.
.serosystems.proto.v3.grx.receiverd.Position2D center = 1;
-
getRangesList
Reception range [m] from the center for each degree. Exactly 360 items.
repeated float ranges = 2;
- Returns:
- A list containing the ranges.
-
getRangesCount
int getRangesCount()Reception range [m] from the center for each degree. Exactly 360 items.
repeated float ranges = 2;
- Returns:
- The count of ranges.
-
getRanges
float getRanges(int index) Reception range [m] from the center for each degree. Exactly 360 items.
repeated float ranges = 2;
- Parameters:
index
- The index of the element to return.- Returns:
- The ranges at the given index.
-