Package ucar.nc2.ft.point.bufr
Interface BufrCdmIndexProto.StationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BufrCdmIndexProto.Station,BufrCdmIndexProto.Station.Builder
- Enclosing class:
- BufrCdmIndexProto
public static interface BufrCdmIndexProto.StationOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetAlt()double alt = 4;intgetCount()int32 count = 7;StringgetDesc()string desc = 5;com.google.protobuf.ByteStringgetDescBytes()string desc = 5;StringgetId()string id = 1;com.google.protobuf.ByteStringgetIdBytes()string id = 1;doublegetLat()double lat = 2;doublegetLon()double lon = 3;StringgetWmoId()string wmoId = 6;com.google.protobuf.ByteStringgetWmoIdBytes()string wmoId = 6;-
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.
-
getCount
int getCount()
int32 count = 7;- Returns:
- The count.
-
-