Interface MonitorDProto.GNSSInformation.PositionOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
MonitorDProto.GNSSInformation.Position, MonitorDProto.GNSSInformation.Position.Builder
Enclosing class:
MonitorDProto.GNSSInformation

public static interface MonitorDProto.GNSSInformation.PositionOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Type of fix.
    int
    Type of fix.
    double
    Height above WGS-84 ellipsoid [m].
    double
    Estimated horizontal accuracy [m].
    double
    Latitude [degrees].
    double
    Longitude [degrees].
    int
    Number of satellites used in the solution.
    double
    Estimated vertical accuracy [m].

    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

    • getFixTypeValue

      int getFixTypeValue()
       Type of fix. 
       
      .serosystems.proto.v3.grx.monitord.GNSSInformation.Position.FixType fix_type = 1;
      Returns:
      The enum numeric value on the wire for fixType.
    • getFixType

       Type of fix. 
       
      .serosystems.proto.v3.grx.monitord.GNSSInformation.Position.FixType fix_type = 1;
      Returns:
      The fixType.
    • getSatsUsed

      int getSatsUsed()
       Number of satellites used in the solution. Actually uint8. 
       
      uint32 sats_used = 2;
      Returns:
      The satsUsed.
    • getLatitude

      double getLatitude()
       Latitude [degrees]. 
       
      double latitude = 3;
      Returns:
      The latitude.
    • getLongitude

      double getLongitude()
       Longitude [degrees]. 
       
      double longitude = 4;
      Returns:
      The longitude.
    • getHeight

      double getHeight()
       Height above WGS-84 ellipsoid [m]. 
       
      double height = 5;
      Returns:
      The height.
    • getHorizontalAccuracy

      double getHorizontalAccuracy()
       Estimated horizontal accuracy [m]. 
       
      double horizontal_accuracy = 6;
      Returns:
      The horizontalAccuracy.
    • getVerticalAccuracy

      double getVerticalAccuracy()
       Estimated vertical accuracy [m]. 
       
      double vertical_accuracy = 7;
      Returns:
      The verticalAccuracy.