Interface PointStreamProto.LocationOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      double getAlt()
      double alt = 4;
      double getLat()
      double lat = 2;
      double getLon()
      double lon = 3;
      double getNomTime()
      double nomTime = 5;
      double getTime()
      double time = 1;
      • 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 Detail

      • getTime

        double getTime()
        double time = 1;
        Returns:
        The time.
      • getLat

        double getLat()
        double lat = 2;
        Returns:
        The lat.
      • getLon

        double getLon()
        double lon = 3;
        Returns:
        The lon.
      • getAlt

        double getAlt()
        double alt = 4;
        Returns:
        The alt.
      • getNomTime

        double getNomTime()
        double nomTime = 5;
        Returns:
        The nomTime.