ProtoFeature.MultiPoint.Builder |
ProtoFeature.MultiPoint.Builder.addAllXs(Iterable<? extends Double> values) |
repeated double xs = 1;
|
ProtoFeature.MultiPoint.Builder |
ProtoFeature.MultiPoint.Builder.addAllYs(Iterable<? extends Double> values) |
repeated double ys = 2;
|
ProtoFeature.MultiPoint.Builder |
ProtoFeature.MultiPoint.Builder.addAllZs(Iterable<? extends Double> values) |
repeated double zs = 3;
|
ProtoFeature.MultiPoint.Builder |
ProtoFeature.GeometryCollection.Builder.addMultiPointsBuilder() |
repeated .pojo.MultiPoint multiPoints = 4;
|
ProtoFeature.MultiPoint.Builder |
ProtoFeature.GeometryCollection.Builder.addMultiPointsBuilder(int index) |
repeated .pojo.MultiPoint multiPoints = 4;
|
ProtoFeature.MultiPoint.Builder |
ProtoFeature.MultiPoint.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
ProtoFeature.MultiPoint.Builder |
ProtoFeature.MultiPoint.Builder.addXs(double value) |
repeated double xs = 1;
|
ProtoFeature.MultiPoint.Builder |
ProtoFeature.MultiPoint.Builder.addYs(double value) |
repeated double ys = 2;
|
ProtoFeature.MultiPoint.Builder |
ProtoFeature.MultiPoint.Builder.addZs(double value) |
repeated double zs = 3;
|
ProtoFeature.MultiPoint.Builder |
ProtoFeature.MultiPoint.Builder.clear() |
|
ProtoFeature.MultiPoint.Builder |
ProtoFeature.MultiPoint.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
ProtoFeature.MultiPoint.Builder |
ProtoFeature.MultiPoint.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
ProtoFeature.MultiPoint.Builder |
ProtoFeature.MultiPoint.Builder.clearXs() |
repeated double xs = 1;
|
ProtoFeature.MultiPoint.Builder |
ProtoFeature.MultiPoint.Builder.clearYs() |
repeated double ys = 2;
|
ProtoFeature.MultiPoint.Builder |
ProtoFeature.MultiPoint.Builder.clearZs() |
repeated double zs = 3;
|
ProtoFeature.MultiPoint.Builder |
ProtoFeature.MultiPoint.Builder.clone() |
|
ProtoFeature.MultiPoint.Builder |
ProtoFeature.Geometry.Builder.getMultiPointBuilder() |
.pojo.MultiPoint multiPoint = 4;
|
ProtoFeature.MultiPoint.Builder |
ProtoFeature.GeometryCollection.Builder.getMultiPointsBuilder(int index) |
repeated .pojo.MultiPoint multiPoints = 4;
|
ProtoFeature.MultiPoint.Builder |
ProtoFeature.MultiPoint.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
ProtoFeature.MultiPoint.Builder |
ProtoFeature.MultiPoint.Builder.mergeFrom(com.google.protobuf.Message other) |
|
ProtoFeature.MultiPoint.Builder |
ProtoFeature.MultiPoint.Builder.mergeFrom(ProtoFeature.MultiPoint other) |
|
ProtoFeature.MultiPoint.Builder |
ProtoFeature.MultiPoint.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static ProtoFeature.MultiPoint.Builder |
ProtoFeature.MultiPoint.newBuilder() |
|
static ProtoFeature.MultiPoint.Builder |
ProtoFeature.MultiPoint.newBuilder(ProtoFeature.MultiPoint prototype) |
|
ProtoFeature.MultiPoint.Builder |
ProtoFeature.MultiPoint.newBuilderForType() |
|
protected ProtoFeature.MultiPoint.Builder |
ProtoFeature.MultiPoint.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
ProtoFeature.MultiPoint.Builder |
ProtoFeature.MultiPoint.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
ProtoFeature.MultiPoint.Builder |
ProtoFeature.MultiPoint.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
ProtoFeature.MultiPoint.Builder |
ProtoFeature.MultiPoint.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
ProtoFeature.MultiPoint.Builder |
ProtoFeature.MultiPoint.Builder.setXs(int index,
double value) |
repeated double xs = 1;
|
ProtoFeature.MultiPoint.Builder |
ProtoFeature.MultiPoint.Builder.setYs(int index,
double value) |
repeated double ys = 2;
|
ProtoFeature.MultiPoint.Builder |
ProtoFeature.MultiPoint.Builder.setZs(int index,
double value) |
repeated double zs = 3;
|
ProtoFeature.MultiPoint.Builder |
ProtoFeature.MultiPoint.toBuilder() |
|