Interface PointStreamProto.PointFeatureMemberOrBuilder

    • Method Detail

      • getName

        String getName()
        string name = 1;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
        string name = 1;
        Returns:
        The bytes for name.
      • getDesc

        String getDesc()
        string desc = 2;
        Returns:
        The desc.
      • getDescBytes

        com.google.protobuf.ByteString getDescBytes()
        string desc = 2;
        Returns:
        The bytes for desc.
      • getUnits

        String getUnits()
        string units = 3;
        Returns:
        The units.
      • getUnitsBytes

        com.google.protobuf.ByteString getUnitsBytes()
        string units = 3;
        Returns:
        The bytes for units.
      • getDataTypeValue

        int getDataTypeValue()
        .DataType dataType = 4;
        Returns:
        The enum numeric value on the wire for dataType.
      • hasSection

        boolean hasSection()
        .Section section = 5;
        Returns:
        Whether the section field is set.