Class ReceiverDProto.StateVectorHistory.DataPoint.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<ReceiverDProto.StateVectorHistory.DataPoint.Builder>
de.serosystems.proto.v3.grx.receiverd.ReceiverDProto.StateVectorHistory.DataPoint.Builder
- All Implemented Interfaces:
com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,ReceiverDProto.StateVectorHistory.DataPointOrBuilder
,Cloneable
- Enclosing class:
- ReceiverDProto.StateVectorHistory.DataPoint
public static final class ReceiverDProto.StateVectorHistory.DataPoint.Builder
extends com.google.protobuf.GeneratedMessageV3.Builder<ReceiverDProto.StateVectorHistory.DataPoint.Builder>
implements ReceiverDProto.StateVectorHistory.DataPointOrBuilder
Single data point in the time-series. Overlaps with StateVectorList.StateVector message, but is shorter. Note: all fields having a valid flag (i.e. a ..._valid field) should be checked for their validity: if the valid flag is false, the value of the field should not be interpreted.Protobuf type
serosystems.proto.v3.grx.receiverd.StateVectorHistory.DataPoint
-
Method Summary
Modifier and TypeMethodDescriptionaddRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) build()
clear()
Average rate of directly received (i.e.Average signal level of directly received (i.e.Barometric altitude [feet] of the target.Whether barometric altitude is considered valid.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) Geometric height [feet] of the target.Whether geometric height is considered valid.Decoded identification, aka.The "4096 identification code", a.k.a.Whether identification_code is considered valid.Whether the identification is considered valid.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) Whether target is on ground.Whether the on_ground flag is considered valid.Position of the target.Speed over ground [knots] of the target.Whether speed over ground is considered valid.Time [s since epoch UTC] of this data point.Track angle [degrees] of the target.Whether the track angle is considered valid.Vertical rate [feet/min] of the target.Whether vertical rate is considered valid.clone()
float
Average rate of directly received (i.e.float
Average signal level of directly received (i.e.int
Barometric altitude [feet] of the target.boolean
Whether barometric altitude is considered valid.static final com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
int
Geometric height [feet] of the target.boolean
Whether geometric height is considered valid.Decoded identification, aka.com.google.protobuf.ByteString
Decoded identification, aka.int
The "4096 identification code", a.k.a.boolean
Whether identification_code is considered valid.boolean
Whether the identification is considered valid.boolean
Whether target is on ground.boolean
Whether the on_ground flag is considered valid.Position of the target.Position of the target.Position of the target.int
Speed over ground [knots] of the target.boolean
Whether speed over ground is considered valid.long
Time [s since epoch UTC] of this data point.int
Track angle [degrees] of the target.boolean
Whether the track angle is considered valid.int
Vertical rate [feet/min] of the target.boolean
Whether vertical rate is considered valid.boolean
Position of the target.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
final boolean
mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom
(com.google.protobuf.Message other) Position of the target.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) setAverageMessageRateDirectlyReceived
(float value) Average rate of directly received (i.e.setAverageSignalLevelDirectlyReceived
(float value) Average signal level of directly received (i.e.setBarometricAltitude
(int value) Barometric altitude [feet] of the target.setBarometricAltitudeValid
(boolean value) Whether barometric altitude is considered valid.setGeometricHeight
(int value) Geometric height [feet] of the target.setGeometricHeightValid
(boolean value) Whether geometric height is considered valid.setIdentification
(String value) Decoded identification, aka.setIdentificationBytes
(com.google.protobuf.ByteString value) Decoded identification, aka.setIdentificationCode
(int value) The "4096 identification code", a.k.a.setIdentificationCodeValid
(boolean value) Whether identification_code is considered valid.setIdentificationValid
(boolean value) Whether the identification is considered valid.setOnGround
(boolean value) Whether target is on ground.setOnGroundValid
(boolean value) Whether the on_ground flag is considered valid.Position of the target.setPosition
(ReceiverDProto.Position2D.Builder builderForValue) Position of the target.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) setSpeedOverGround
(int value) Speed over ground [knots] of the target.setSpeedOverGroundValid
(boolean value) Whether speed over ground is considered valid.setTimestamp
(long value) Time [s since epoch UTC] of this data point.setTrackAngle
(int value) Track angle [degrees] of the target.setTrackAngleValid
(boolean value) Whether the track angle is considered valid.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) setVerticalRate
(int value) Vertical rate [feet/min] of the target.setVerticalRateValid
(boolean value) Whether vertical rate is considered valid.Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFrom
Methods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFrom
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<ReceiverDProto.StateVectorHistory.DataPoint.Builder>
-
clear
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<ReceiverDProto.StateVectorHistory.DataPoint.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<ReceiverDProto.StateVectorHistory.DataPoint.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<ReceiverDProto.StateVectorHistory.DataPoint.Builder>
-
setField
public ReceiverDProto.StateVectorHistory.DataPoint.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ReceiverDProto.StateVectorHistory.DataPoint.Builder>
-
clearField
public ReceiverDProto.StateVectorHistory.DataPoint.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) - Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ReceiverDProto.StateVectorHistory.DataPoint.Builder>
-
clearOneof
public ReceiverDProto.StateVectorHistory.DataPoint.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) - Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<ReceiverDProto.StateVectorHistory.DataPoint.Builder>
-
setRepeatedField
public ReceiverDProto.StateVectorHistory.DataPoint.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) - Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ReceiverDProto.StateVectorHistory.DataPoint.Builder>
-
addRepeatedField
public ReceiverDProto.StateVectorHistory.DataPoint.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ReceiverDProto.StateVectorHistory.DataPoint.Builder>
-
mergeFrom
public ReceiverDProto.StateVectorHistory.DataPoint.Builder mergeFrom(com.google.protobuf.Message other) - Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<ReceiverDProto.StateVectorHistory.DataPoint.Builder>
-
mergeFrom
public ReceiverDProto.StateVectorHistory.DataPoint.Builder mergeFrom(ReceiverDProto.StateVectorHistory.DataPoint other) -
isInitialized
public final boolean isInitialized()- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<ReceiverDProto.StateVectorHistory.DataPoint.Builder>
-
mergeFrom
public ReceiverDProto.StateVectorHistory.DataPoint.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<ReceiverDProto.StateVectorHistory.DataPoint.Builder>
- Throws:
IOException
-
getTimestamp
public long getTimestamp()Time [s since epoch UTC] of this data point.
uint64 timestamp = 1;
- Specified by:
getTimestamp
in interfaceReceiverDProto.StateVectorHistory.DataPointOrBuilder
- Returns:
- The timestamp.
-
setTimestamp
Time [s since epoch UTC] of this data point.
uint64 timestamp = 1;
- Parameters:
value
- The timestamp to set.- Returns:
- This builder for chaining.
-
clearTimestamp
Time [s since epoch UTC] of this data point.
uint64 timestamp = 1;
- Returns:
- This builder for chaining.
-
getAverageMessageRateDirectlyReceived
public float getAverageMessageRateDirectlyReceived()Average rate of directly received (i.e. non-rebroadcasted) messages [1/s].
float average_message_rate_directly_received = 2;
- Specified by:
getAverageMessageRateDirectlyReceived
in interfaceReceiverDProto.StateVectorHistory.DataPointOrBuilder
- Returns:
- The averageMessageRateDirectlyReceived.
-
setAverageMessageRateDirectlyReceived
public ReceiverDProto.StateVectorHistory.DataPoint.Builder setAverageMessageRateDirectlyReceived(float value) Average rate of directly received (i.e. non-rebroadcasted) messages [1/s].
float average_message_rate_directly_received = 2;
- Parameters:
value
- The averageMessageRateDirectlyReceived to set.- Returns:
- This builder for chaining.
-
clearAverageMessageRateDirectlyReceived
public ReceiverDProto.StateVectorHistory.DataPoint.Builder clearAverageMessageRateDirectlyReceived()Average rate of directly received (i.e. non-rebroadcasted) messages [1/s].
float average_message_rate_directly_received = 2;
- Returns:
- This builder for chaining.
-
getAverageSignalLevelDirectlyReceived
public float getAverageSignalLevelDirectlyReceived()Average signal level of directly received (i.e. non-rebroadcasted) messages [dBm].
float average_signal_level_directly_received = 3;
- Specified by:
getAverageSignalLevelDirectlyReceived
in interfaceReceiverDProto.StateVectorHistory.DataPointOrBuilder
- Returns:
- The averageSignalLevelDirectlyReceived.
-
setAverageSignalLevelDirectlyReceived
public ReceiverDProto.StateVectorHistory.DataPoint.Builder setAverageSignalLevelDirectlyReceived(float value) Average signal level of directly received (i.e. non-rebroadcasted) messages [dBm].
float average_signal_level_directly_received = 3;
- Parameters:
value
- The averageSignalLevelDirectlyReceived to set.- Returns:
- This builder for chaining.
-
clearAverageSignalLevelDirectlyReceived
public ReceiverDProto.StateVectorHistory.DataPoint.Builder clearAverageSignalLevelDirectlyReceived()Average signal level of directly received (i.e. non-rebroadcasted) messages [dBm].
float average_signal_level_directly_received = 3;
- Returns:
- This builder for chaining.
-
getOnGround
public boolean getOnGround()Whether target is on ground.
bool on_ground = 4;
- Specified by:
getOnGround
in interfaceReceiverDProto.StateVectorHistory.DataPointOrBuilder
- Returns:
- The onGround.
-
setOnGround
Whether target is on ground.
bool on_ground = 4;
- Parameters:
value
- The onGround to set.- Returns:
- This builder for chaining.
-
clearOnGround
Whether target is on ground.
bool on_ground = 4;
- Returns:
- This builder for chaining.
-
getOnGroundValid
public boolean getOnGroundValid()Whether the on_ground flag is considered valid.
bool on_ground_valid = 5;
- Specified by:
getOnGroundValid
in interfaceReceiverDProto.StateVectorHistory.DataPointOrBuilder
- Returns:
- The onGroundValid.
-
setOnGroundValid
Whether the on_ground flag is considered valid.
bool on_ground_valid = 5;
- Parameters:
value
- The onGroundValid to set.- Returns:
- This builder for chaining.
-
clearOnGroundValid
Whether the on_ground flag is considered valid.
bool on_ground_valid = 5;
- Returns:
- This builder for chaining.
-
getIdentification
Decoded identification, aka. call sign. Empty if not valid (i.e. if identification_valid is false).
string identification = 6;
- Specified by:
getIdentification
in interfaceReceiverDProto.StateVectorHistory.DataPointOrBuilder
- Returns:
- The identification.
-
getIdentificationBytes
public com.google.protobuf.ByteString getIdentificationBytes()Decoded identification, aka. call sign. Empty if not valid (i.e. if identification_valid is false).
string identification = 6;
- Specified by:
getIdentificationBytes
in interfaceReceiverDProto.StateVectorHistory.DataPointOrBuilder
- Returns:
- The bytes for identification.
-
setIdentification
Decoded identification, aka. call sign. Empty if not valid (i.e. if identification_valid is false).
string identification = 6;
- Parameters:
value
- The identification to set.- Returns:
- This builder for chaining.
-
clearIdentification
Decoded identification, aka. call sign. Empty if not valid (i.e. if identification_valid is false).
string identification = 6;
- Returns:
- This builder for chaining.
-
setIdentificationBytes
public ReceiverDProto.StateVectorHistory.DataPoint.Builder setIdentificationBytes(com.google.protobuf.ByteString value) Decoded identification, aka. call sign. Empty if not valid (i.e. if identification_valid is false).
string identification = 6;
- Parameters:
value
- The bytes for identification to set.- Returns:
- This builder for chaining.
-
getIdentificationValid
public boolean getIdentificationValid()Whether the identification is considered valid.
bool identification_valid = 7;
- Specified by:
getIdentificationValid
in interfaceReceiverDProto.StateVectorHistory.DataPointOrBuilder
- Returns:
- The identificationValid.
-
setIdentificationValid
Whether the identification is considered valid.
bool identification_valid = 7;
- Parameters:
value
- The identificationValid to set.- Returns:
- This builder for chaining.
-
clearIdentificationValid
Whether the identification is considered valid.
bool identification_valid = 7;
- Returns:
- This builder for chaining.
-
getTrackAngle
public int getTrackAngle()Track angle [degrees] of the target.
uint32 track_angle = 8;
- Specified by:
getTrackAngle
in interfaceReceiverDProto.StateVectorHistory.DataPointOrBuilder
- Returns:
- The trackAngle.
-
setTrackAngle
Track angle [degrees] of the target.
uint32 track_angle = 8;
- Parameters:
value
- The trackAngle to set.- Returns:
- This builder for chaining.
-
clearTrackAngle
Track angle [degrees] of the target.
uint32 track_angle = 8;
- Returns:
- This builder for chaining.
-
getTrackAngleValid
public boolean getTrackAngleValid()Whether the track angle is considered valid.
bool track_angle_valid = 9;
- Specified by:
getTrackAngleValid
in interfaceReceiverDProto.StateVectorHistory.DataPointOrBuilder
- Returns:
- The trackAngleValid.
-
setTrackAngleValid
Whether the track angle is considered valid.
bool track_angle_valid = 9;
- Parameters:
value
- The trackAngleValid to set.- Returns:
- This builder for chaining.
-
clearTrackAngleValid
Whether the track angle is considered valid.
bool track_angle_valid = 9;
- Returns:
- This builder for chaining.
-
getSpeedOverGround
public int getSpeedOverGround()Speed over ground [knots] of the target.
uint32 speed_over_ground = 10;
- Specified by:
getSpeedOverGround
in interfaceReceiverDProto.StateVectorHistory.DataPointOrBuilder
- Returns:
- The speedOverGround.
-
setSpeedOverGround
Speed over ground [knots] of the target.
uint32 speed_over_ground = 10;
- Parameters:
value
- The speedOverGround to set.- Returns:
- This builder for chaining.
-
clearSpeedOverGround
Speed over ground [knots] of the target.
uint32 speed_over_ground = 10;
- Returns:
- This builder for chaining.
-
getSpeedOverGroundValid
public boolean getSpeedOverGroundValid()Whether speed over ground is considered valid.
bool speed_over_ground_valid = 11;
- Specified by:
getSpeedOverGroundValid
in interfaceReceiverDProto.StateVectorHistory.DataPointOrBuilder
- Returns:
- The speedOverGroundValid.
-
setSpeedOverGroundValid
Whether speed over ground is considered valid.
bool speed_over_ground_valid = 11;
- Parameters:
value
- The speedOverGroundValid to set.- Returns:
- This builder for chaining.
-
clearSpeedOverGroundValid
Whether speed over ground is considered valid.
bool speed_over_ground_valid = 11;
- Returns:
- This builder for chaining.
-
getBarometricAltitude
public int getBarometricAltitude()Barometric altitude [feet] of the target.
int32 barometric_altitude = 12;
- Specified by:
getBarometricAltitude
in interfaceReceiverDProto.StateVectorHistory.DataPointOrBuilder
- Returns:
- The barometricAltitude.
-
setBarometricAltitude
Barometric altitude [feet] of the target.
int32 barometric_altitude = 12;
- Parameters:
value
- The barometricAltitude to set.- Returns:
- This builder for chaining.
-
clearBarometricAltitude
Barometric altitude [feet] of the target.
int32 barometric_altitude = 12;
- Returns:
- This builder for chaining.
-
getBarometricAltitudeValid
public boolean getBarometricAltitudeValid()Whether barometric altitude is considered valid.
bool barometric_altitude_valid = 13;
- Specified by:
getBarometricAltitudeValid
in interfaceReceiverDProto.StateVectorHistory.DataPointOrBuilder
- Returns:
- The barometricAltitudeValid.
-
setBarometricAltitudeValid
public ReceiverDProto.StateVectorHistory.DataPoint.Builder setBarometricAltitudeValid(boolean value) Whether barometric altitude is considered valid.
bool barometric_altitude_valid = 13;
- Parameters:
value
- The barometricAltitudeValid to set.- Returns:
- This builder for chaining.
-
clearBarometricAltitudeValid
Whether barometric altitude is considered valid.
bool barometric_altitude_valid = 13;
- Returns:
- This builder for chaining.
-
getGeometricHeight
public int getGeometricHeight()Geometric height [feet] of the target.
int32 geometric_height = 14;
- Specified by:
getGeometricHeight
in interfaceReceiverDProto.StateVectorHistory.DataPointOrBuilder
- Returns:
- The geometricHeight.
-
setGeometricHeight
Geometric height [feet] of the target.
int32 geometric_height = 14;
- Parameters:
value
- The geometricHeight to set.- Returns:
- This builder for chaining.
-
clearGeometricHeight
Geometric height [feet] of the target.
int32 geometric_height = 14;
- Returns:
- This builder for chaining.
-
getGeometricHeightValid
public boolean getGeometricHeightValid()Whether geometric height is considered valid.
bool geometric_height_valid = 15;
- Specified by:
getGeometricHeightValid
in interfaceReceiverDProto.StateVectorHistory.DataPointOrBuilder
- Returns:
- The geometricHeightValid.
-
setGeometricHeightValid
Whether geometric height is considered valid.
bool geometric_height_valid = 15;
- Parameters:
value
- The geometricHeightValid to set.- Returns:
- This builder for chaining.
-
clearGeometricHeightValid
Whether geometric height is considered valid.
bool geometric_height_valid = 15;
- Returns:
- This builder for chaining.
-
hasPosition
public boolean hasPosition()Position of the target. Only available if position is considered valid.
.serosystems.proto.v3.grx.receiverd.Position2D position = 16;
- Specified by:
hasPosition
in interfaceReceiverDProto.StateVectorHistory.DataPointOrBuilder
- Returns:
- Whether the position field is set.
-
getPosition
Position of the target. Only available if position is considered valid.
.serosystems.proto.v3.grx.receiverd.Position2D position = 16;
- Specified by:
getPosition
in interfaceReceiverDProto.StateVectorHistory.DataPointOrBuilder
- Returns:
- The position.
-
setPosition
public ReceiverDProto.StateVectorHistory.DataPoint.Builder setPosition(ReceiverDProto.Position2D value) Position of the target. Only available if position is considered valid.
.serosystems.proto.v3.grx.receiverd.Position2D position = 16;
-
setPosition
public ReceiverDProto.StateVectorHistory.DataPoint.Builder setPosition(ReceiverDProto.Position2D.Builder builderForValue) Position of the target. Only available if position is considered valid.
.serosystems.proto.v3.grx.receiverd.Position2D position = 16;
-
mergePosition
public ReceiverDProto.StateVectorHistory.DataPoint.Builder mergePosition(ReceiverDProto.Position2D value) Position of the target. Only available if position is considered valid.
.serosystems.proto.v3.grx.receiverd.Position2D position = 16;
-
clearPosition
Position of the target. Only available if position is considered valid.
.serosystems.proto.v3.grx.receiverd.Position2D position = 16;
-
getPositionBuilder
Position of the target. Only available if position is considered valid.
.serosystems.proto.v3.grx.receiverd.Position2D position = 16;
-
getPositionOrBuilder
Position of the target. Only available if position is considered valid.
.serosystems.proto.v3.grx.receiverd.Position2D position = 16;
- Specified by:
getPositionOrBuilder
in interfaceReceiverDProto.StateVectorHistory.DataPointOrBuilder
-
getVerticalRate
public int getVerticalRate()Vertical rate [feet/min] of the target.
int32 vertical_rate = 17;
- Specified by:
getVerticalRate
in interfaceReceiverDProto.StateVectorHistory.DataPointOrBuilder
- Returns:
- The verticalRate.
-
setVerticalRate
Vertical rate [feet/min] of the target.
int32 vertical_rate = 17;
- Parameters:
value
- The verticalRate to set.- Returns:
- This builder for chaining.
-
clearVerticalRate
Vertical rate [feet/min] of the target.
int32 vertical_rate = 17;
- Returns:
- This builder for chaining.
-
getVerticalRateValid
public boolean getVerticalRateValid()Whether vertical rate is considered valid.
bool vertical_rate_valid = 18;
- Specified by:
getVerticalRateValid
in interfaceReceiverDProto.StateVectorHistory.DataPointOrBuilder
- Returns:
- The verticalRateValid.
-
setVerticalRateValid
Whether vertical rate is considered valid.
bool vertical_rate_valid = 18;
- Parameters:
value
- The verticalRateValid to set.- Returns:
- This builder for chaining.
-
clearVerticalRateValid
Whether vertical rate is considered valid.
bool vertical_rate_valid = 18;
- Returns:
- This builder for chaining.
-
getIdentificationCode
public int getIdentificationCode()The "4096 identification code", a.k.a. squawk.
uint32 identification_code = 19;
- Specified by:
getIdentificationCode
in interfaceReceiverDProto.StateVectorHistory.DataPointOrBuilder
- Returns:
- The identificationCode.
-
setIdentificationCode
The "4096 identification code", a.k.a. squawk.
uint32 identification_code = 19;
- Parameters:
value
- The identificationCode to set.- Returns:
- This builder for chaining.
-
clearIdentificationCode
The "4096 identification code", a.k.a. squawk.
uint32 identification_code = 19;
- Returns:
- This builder for chaining.
-
getIdentificationCodeValid
public boolean getIdentificationCodeValid()Whether identification_code is considered valid.
bool identification_code_valid = 20;
- Specified by:
getIdentificationCodeValid
in interfaceReceiverDProto.StateVectorHistory.DataPointOrBuilder
- Returns:
- The identificationCodeValid.
-
setIdentificationCodeValid
public ReceiverDProto.StateVectorHistory.DataPoint.Builder setIdentificationCodeValid(boolean value) Whether identification_code is considered valid.
bool identification_code_valid = 20;
- Parameters:
value
- The identificationCodeValid to set.- Returns:
- This builder for chaining.
-
clearIdentificationCodeValid
Whether identification_code is considered valid.
bool identification_code_valid = 20;
- Returns:
- This builder for chaining.
-
setUnknownFields
public final ReceiverDProto.StateVectorHistory.DataPoint.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<ReceiverDProto.StateVectorHistory.DataPoint.Builder>
-
mergeUnknownFields
public final ReceiverDProto.StateVectorHistory.DataPoint.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<ReceiverDProto.StateVectorHistory.DataPoint.Builder>
-