类 ProtoFeature.MultiPoint.Builder

    • 方法详细资料

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        指定者:
        internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ProtoFeature.MultiPoint.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        指定者:
        getDescriptorForType 在接口中 com.google.protobuf.Message.Builder
        指定者:
        getDescriptorForType 在接口中 com.google.protobuf.MessageOrBuilder
        覆盖:
        getDescriptorForType 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ProtoFeature.MultiPoint.Builder>
      • getDefaultInstanceForType

        public ProtoFeature.MultiPoint getDefaultInstanceForType()
        指定者:
        getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuilder
        指定者:
        getDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilder
      • build

        public ProtoFeature.MultiPoint build()
        指定者:
        build 在接口中 com.google.protobuf.Message.Builder
        指定者:
        build 在接口中 com.google.protobuf.MessageLite.Builder
      • buildPartial

        public ProtoFeature.MultiPoint buildPartial()
        指定者:
        buildPartial 在接口中 com.google.protobuf.Message.Builder
        指定者:
        buildPartial 在接口中 com.google.protobuf.MessageLite.Builder
      • setRepeatedField

        public ProtoFeature.MultiPoint.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                                int index,
                                                                Object value)
        指定者:
        setRepeatedField 在接口中 com.google.protobuf.Message.Builder
        覆盖:
        setRepeatedField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ProtoFeature.MultiPoint.Builder>
      • addRepeatedField

        public ProtoFeature.MultiPoint.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                                Object value)
        指定者:
        addRepeatedField 在接口中 com.google.protobuf.Message.Builder
        覆盖:
        addRepeatedField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ProtoFeature.MultiPoint.Builder>
      • isInitialized

        public final boolean isInitialized()
        指定者:
        isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilder
        覆盖:
        isInitialized 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ProtoFeature.MultiPoint.Builder>
      • mergeFrom

        public ProtoFeature.MultiPoint.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                  throws IOException
        指定者:
        mergeFrom 在接口中 com.google.protobuf.Message.Builder
        指定者:
        mergeFrom 在接口中 com.google.protobuf.MessageLite.Builder
        覆盖:
        mergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<ProtoFeature.MultiPoint.Builder>
        抛出:
        IOException
      • getXs

        public double getXs​(int index)
        repeated double xs = 1;
        指定者:
        getXs 在接口中 ProtoFeature.MultiPointOrBuilder
        参数:
        index - The index of the element to return.
        返回:
        The xs at the given index.
      • setXs

        public ProtoFeature.MultiPoint.Builder setXs​(int index,
                                                     double value)
        repeated double xs = 1;
        参数:
        index - The index to set the value at.
        value - The xs to set.
        返回:
        This builder for chaining.
      • addXs

        public ProtoFeature.MultiPoint.Builder addXs​(double value)
        repeated double xs = 1;
        参数:
        value - The xs to add.
        返回:
        This builder for chaining.
      • getYs

        public double getYs​(int index)
        repeated double ys = 2;
        指定者:
        getYs 在接口中 ProtoFeature.MultiPointOrBuilder
        参数:
        index - The index of the element to return.
        返回:
        The ys at the given index.
      • setYs

        public ProtoFeature.MultiPoint.Builder setYs​(int index,
                                                     double value)
        repeated double ys = 2;
        参数:
        index - The index to set the value at.
        value - The ys to set.
        返回:
        This builder for chaining.
      • addYs

        public ProtoFeature.MultiPoint.Builder addYs​(double value)
        repeated double ys = 2;
        参数:
        value - The ys to add.
        返回:
        This builder for chaining.
      • getZs

        public double getZs​(int index)
        repeated double zs = 3;
        指定者:
        getZs 在接口中 ProtoFeature.MultiPointOrBuilder
        参数:
        index - The index of the element to return.
        返回:
        The zs at the given index.
      • setZs

        public ProtoFeature.MultiPoint.Builder setZs​(int index,
                                                     double value)
        repeated double zs = 3;
        参数:
        index - The index to set the value at.
        value - The zs to set.
        返回:
        This builder for chaining.
      • addZs

        public ProtoFeature.MultiPoint.Builder addZs​(double value)
        repeated double zs = 3;
        参数:
        value - The zs to add.
        返回:
        This builder for chaining.
      • setUnknownFields

        public final ProtoFeature.MultiPoint.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        指定者:
        setUnknownFields 在接口中 com.google.protobuf.Message.Builder
        覆盖:
        setUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ProtoFeature.MultiPoint.Builder>
      • mergeUnknownFields

        public final ProtoFeature.MultiPoint.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        指定者:
        mergeUnknownFields 在接口中 com.google.protobuf.Message.Builder
        覆盖:
        mergeUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ProtoFeature.MultiPoint.Builder>