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 double
getAlt()
double alt = 4;
int
getCount()
int32 count = 7;
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.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.
-
-