public static interface KuraPayloadProto.KuraPayload.KuraPositionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
double |
getAltitude()
optional double altitude = 3; |
double |
getHeading()
optional double heading = 5; |
double |
getLatitude()
required double latitude = 1; |
double |
getLongitude()
required double longitude = 2; |
double |
getPrecision()
optional double precision = 4; |
int |
getSatellites()
optional int32 satellites = 8; |
double |
getSpeed()
optional double speed = 6; |
int |
getStatus()
optional int32 status = 9; |
long |
getTimestamp()
optional int64 timestamp = 7; |
boolean |
hasAltitude()
optional double altitude = 3; |
boolean |
hasHeading()
optional double heading = 5; |
boolean |
hasLatitude()
required double latitude = 1; |
boolean |
hasLongitude()
required double longitude = 2; |
boolean |
hasPrecision()
optional double precision = 4; |
boolean |
hasSatellites()
optional int32 satellites = 8; |
boolean |
hasSpeed()
optional double speed = 6; |
boolean |
hasStatus()
optional int32 status = 9; |
boolean |
hasTimestamp()
optional int64 timestamp = 7; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasLatitude()
required double latitude = 1;double getLatitude()
required double latitude = 1;boolean hasLongitude()
required double longitude = 2;double getLongitude()
required double longitude = 2;boolean hasAltitude()
optional double altitude = 3;double getAltitude()
optional double altitude = 3;boolean hasPrecision()
optional double precision = 4;
dilution of precision of the current satellite fix.
double getPrecision()
optional double precision = 4;
dilution of precision of the current satellite fix.
boolean hasHeading()
optional double heading = 5;
heading in degrees
double getHeading()
optional double heading = 5;
heading in degrees
boolean hasSpeed()
optional double speed = 6;
meters per second
double getSpeed()
optional double speed = 6;
meters per second
boolean hasTimestamp()
optional int64 timestamp = 7;long getTimestamp()
optional int64 timestamp = 7;boolean hasSatellites()
optional int32 satellites = 8;
number satellites locked by the GPS device
int getSatellites()
optional int32 satellites = 8;
number satellites locked by the GPS device
boolean hasStatus()
optional int32 status = 9;
status indicator for the GPS data: 1 = no GPS response; 2 = error in response; 4 = valid.
int getStatus()
optional int32 status = 9;
status indicator for the GPS data: 1 = no GPS response; 2 = error in response; 4 = valid.
Copyright © 2017. All rights reserved.