Interface PointStreamProto.PointFeatureOrBuilder

    • Method Detail

      • hasLoc

        boolean hasLoc()
        .Location loc = 1;
        Returns:
        Whether the loc field is set.
      • 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.