Package ucar.nc2.ft.point.remote
Interface PointStreamProto.PointFeatureOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PointStreamProto.PointFeature
,PointStreamProto.PointFeature.Builder
- Enclosing class:
- PointStreamProto
public static interface PointStreamProto.PointFeatureOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.ByteString
getData()
fixed length dataPointStreamProto.Location
getLoc()
.Location loc = 1;
PointStreamProto.LocationOrBuilder
getLocOrBuilder()
.Location loc = 1;
String
getSdata(int index)
Stringscom.google.protobuf.ByteString
getSdataBytes(int index)
Stringsint
getSdataCount()
StringsList<String>
getSdataList()
Stringsboolean
hasLoc()
.Location loc = 1;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasLoc
boolean hasLoc()
.Location loc = 1;
- Returns:
- Whether the loc field is set.
-
getLoc
PointStreamProto.Location getLoc()
.Location loc = 1;
- Returns:
- The loc.
-
getLocOrBuilder
PointStreamProto.LocationOrBuilder getLocOrBuilder()
.Location loc = 1;
-
getData
com.google.protobuf.ByteString getData()
fixed length data
bytes data = 3;
- Returns:
- The data.
-
getSdataList
List<String> getSdataList()
Strings
repeated string sdata = 4;
- Returns:
- A list containing the sdata.
-
getSdataCount
int getSdataCount()
Strings
repeated string sdata = 4;
- Returns:
- The count of sdata.
-
getSdata
String getSdata(int index)
Strings
repeated string sdata = 4;
- Parameters:
index
- The index of the element to return.- Returns:
- The sdata at the given index.
-
getSdataBytes
com.google.protobuf.ByteString getSdataBytes(int index)
Strings
repeated string sdata = 4;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the sdata at the given index.
-
-