Package ucar.nc2.iosp.noaa
Interface GhcnmProto.StationIndexOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GhcnmProto.StationIndex
,GhcnmProto.StationIndex.Builder
- Enclosing class:
- GhcnmProto
public static interface GhcnmProto.StationIndexOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getDataCount()
uint32 dataCount = 4;
long
getDataPos()
uint64 dataPos = 3;
long
getStnid()
uint64 stnid = 1;
long
getStnPos()
uint64 stnPos = 2;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-