public static interface PointStreamProto.PointFeatureOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getData()
required bytes data = 3; |
PointStreamProto.Location |
getLoc()
required .pointStream.Location loc = 1; |
PointStreamProto.LocationOrBuilder |
getLocOrBuilder()
required .pointStream.Location loc = 1; |
String |
getSdata(int index)
repeated string sdata = 4; |
com.google.protobuf.ByteString |
getSdataBytes(int index)
repeated string sdata = 4; |
int |
getSdataCount()
repeated string sdata = 4; |
List<String> |
getSdataList()
repeated string sdata = 4; |
boolean |
hasData()
required bytes data = 3; |
boolean |
hasLoc()
required .pointStream.Location loc = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasLoc()
required .pointStream.Location loc = 1;
PointStreamProto.Location getLoc()
required .pointStream.Location loc = 1;
PointStreamProto.LocationOrBuilder getLocOrBuilder()
required .pointStream.Location loc = 1;
boolean hasData()
required bytes data = 3;
fixed length data
com.google.protobuf.ByteString getData()
required bytes data = 3;
fixed length data
int getSdataCount()
repeated string sdata = 4;
Strings
String getSdata(int index)
repeated string sdata = 4;
Strings
com.google.protobuf.ByteString getSdataBytes(int index)
repeated string sdata = 4;
Strings
Copyright © 1999–2017 UCAR/Unidata. All rights reserved.