ProtoFeature.Point.Builder |
ProtoFeature.GeometryCollection.Builder.addPointsBuilder() |
repeated .pojo.Point points = 1;
|
ProtoFeature.Point.Builder |
ProtoFeature.GeometryCollection.Builder.addPointsBuilder(int index) |
repeated .pojo.Point points = 1;
|
ProtoFeature.Point.Builder |
ProtoFeature.Point.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
ProtoFeature.Point.Builder |
ProtoFeature.Point.Builder.clear() |
|
ProtoFeature.Point.Builder |
ProtoFeature.Point.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
ProtoFeature.Point.Builder |
ProtoFeature.Point.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
ProtoFeature.Point.Builder |
ProtoFeature.Point.Builder.clearX() |
double x = 1;
|
ProtoFeature.Point.Builder |
ProtoFeature.Point.Builder.clearY() |
double y = 2;
|
ProtoFeature.Point.Builder |
ProtoFeature.Point.Builder.clearZ() |
double z = 3;
|
ProtoFeature.Point.Builder |
ProtoFeature.Point.Builder.clone() |
|
ProtoFeature.Point.Builder |
ProtoFeature.Geometry.Builder.getPointBuilder() |
.pojo.Point point = 1;
|
ProtoFeature.Point.Builder |
ProtoFeature.GeometryCollection.Builder.getPointsBuilder(int index) |
repeated .pojo.Point points = 1;
|
ProtoFeature.Point.Builder |
ProtoFeature.Point.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
ProtoFeature.Point.Builder |
ProtoFeature.Point.Builder.mergeFrom(com.google.protobuf.Message other) |
|
ProtoFeature.Point.Builder |
ProtoFeature.Point.Builder.mergeFrom(ProtoFeature.Point other) |
|
ProtoFeature.Point.Builder |
ProtoFeature.Point.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static ProtoFeature.Point.Builder |
ProtoFeature.Point.newBuilder() |
|
static ProtoFeature.Point.Builder |
ProtoFeature.Point.newBuilder(ProtoFeature.Point prototype) |
|
ProtoFeature.Point.Builder |
ProtoFeature.Point.newBuilderForType() |
|
protected ProtoFeature.Point.Builder |
ProtoFeature.Point.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
ProtoFeature.Point.Builder |
ProtoFeature.Point.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
ProtoFeature.Point.Builder |
ProtoFeature.Point.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
ProtoFeature.Point.Builder |
ProtoFeature.Point.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
ProtoFeature.Point.Builder |
ProtoFeature.Point.Builder.setX(double value) |
double x = 1;
|
ProtoFeature.Point.Builder |
ProtoFeature.Point.Builder.setY(double value) |
double y = 2;
|
ProtoFeature.Point.Builder |
ProtoFeature.Point.Builder.setZ(double value) |
double z = 3;
|
ProtoFeature.Point.Builder |
ProtoFeature.Point.toBuilder() |
|