public static interface PointStreamProto.StationOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
double |
getAlt()
optional double alt = 4; |
java.lang.String |
getDesc()
optional string desc = 5; |
com.google.protobuf.ByteString |
getDescBytes()
optional string desc = 5; |
java.lang.String |
getId()
required string id = 1; |
com.google.protobuf.ByteString |
getIdBytes()
required string id = 1; |
double |
getLat()
required double lat = 2; |
double |
getLon()
required double lon = 3; |
java.lang.String |
getWmoId()
optional string wmoId = 6; |
com.google.protobuf.ByteString |
getWmoIdBytes()
optional string wmoId = 6; |
boolean |
hasAlt()
optional double alt = 4; |
boolean |
hasDesc()
optional string desc = 5; |
boolean |
hasId()
required string id = 1; |
boolean |
hasLat()
required double lat = 2; |
boolean |
hasLon()
required double lon = 3; |
boolean |
hasWmoId()
optional string wmoId = 6; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasId()
required string id = 1;
java.lang.String getId()
required string id = 1;
com.google.protobuf.ByteString getIdBytes()
required string id = 1;
boolean hasLat()
required double lat = 2;
double getLat()
required double lat = 2;
boolean hasLon()
required double lon = 3;
double getLon()
required double lon = 3;
boolean hasAlt()
optional double alt = 4;
double getAlt()
optional double alt = 4;
boolean hasDesc()
optional string desc = 5;
java.lang.String getDesc()
optional string desc = 5;
com.google.protobuf.ByteString getDescBytes()
optional string desc = 5;
boolean hasWmoId()
optional string wmoId = 6;
java.lang.String getWmoId()
optional string wmoId = 6;
com.google.protobuf.ByteString getWmoIdBytes()
optional string wmoId = 6;