Interface PointStreamProto.StationOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      double getAlt()
      double alt = 4;
      String getDesc()
      string desc = 5;
      com.google.protobuf.ByteString getDescBytes()
      string desc = 5;
      String getId()
      string id = 1;
      com.google.protobuf.ByteString getIdBytes()
      string id = 1;
      double getLat()
      double lat = 2;
      double getLon()
      double lon = 3;
      String getWmoId()
      string wmoId = 6;
      com.google.protobuf.ByteString getWmoIdBytes()
      string wmoId = 6;
      • 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

      • getId

        String getId()
        string id = 1;
        Returns:
        The id.
      • getIdBytes

        com.google.protobuf.ByteString getIdBytes()
        string id = 1;
        Returns:
        The bytes for id.
      • 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.
      • getDesc

        String getDesc()
        string desc = 5;
        Returns:
        The desc.
      • getDescBytes

        com.google.protobuf.ByteString getDescBytes()
        string desc = 5;
        Returns:
        The bytes for desc.
      • getWmoId

        String getWmoId()
        string wmoId = 6;
        Returns:
        The wmoId.
      • getWmoIdBytes

        com.google.protobuf.ByteString getWmoIdBytes()
        string wmoId = 6;
        Returns:
        The bytes for wmoId.