public static interface PointStreamProto.PointFeatureOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getData()
fixed length data
|
PointStreamProto.Location |
getLoc()
.Location loc = 1; |
PointStreamProto.LocationOrBuilder |
getLocOrBuilder()
.Location loc = 1; |
java.lang.String |
getSdata(int index)
Strings
|
com.google.protobuf.ByteString |
getSdataBytes(int index)
Strings
|
int |
getSdataCount()
Strings
|
java.util.List<java.lang.String> |
getSdataList()
Strings
|
boolean |
hasLoc()
.Location loc = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasLoc()
.Location loc = 1;
PointStreamProto.Location getLoc()
.Location loc = 1;
PointStreamProto.LocationOrBuilder getLocOrBuilder()
.Location loc = 1;
com.google.protobuf.ByteString getData()
fixed length data
bytes data = 3;
java.util.List<java.lang.String> getSdataList()
Strings
repeated string sdata = 4;
int getSdataCount()
Strings
repeated string sdata = 4;
java.lang.String getSdata(int index)
Strings
repeated string sdata = 4;
index
- The index of the element to return.com.google.protobuf.ByteString getSdataBytes(int index)
Strings
repeated string sdata = 4;
index
- The index of the value to return.