| Modifier and Type | Method and Description |
|---|---|
Vertex |
Vertex.Builder.build() |
Vertex |
Vertex.Builder.buildPartial() |
static Vertex |
Vertex.getDefaultInstance() |
Vertex |
Vertex.getDefaultInstanceForType() |
Vertex |
Vertex.Builder.getDefaultInstanceForType() |
Vertex |
BoundingPolyOrBuilder.getVertices(int index)
The bounding polygon vertices.
|
Vertex |
BoundingPoly.getVertices(int index)
The bounding polygon vertices.
|
Vertex |
BoundingPoly.Builder.getVertices(int index)
The bounding polygon vertices.
|
static Vertex |
Vertex.parseDelimitedFrom(InputStream input) |
static Vertex |
Vertex.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Vertex |
Vertex.parseFrom(byte[] data) |
static Vertex |
Vertex.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Vertex |
Vertex.parseFrom(ByteBuffer data) |
static Vertex |
Vertex.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Vertex |
Vertex.parseFrom(com.google.protobuf.ByteString data) |
static Vertex |
Vertex.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Vertex |
Vertex.parseFrom(com.google.protobuf.CodedInputStream input) |
static Vertex |
Vertex.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Vertex |
Vertex.parseFrom(InputStream input) |
static Vertex |
Vertex.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<Vertex> |
Vertex.getParserForType() |
List<Vertex> |
BoundingPolyOrBuilder.getVerticesList()
The bounding polygon vertices.
|
List<Vertex> |
BoundingPoly.getVerticesList()
The bounding polygon vertices.
|
List<Vertex> |
BoundingPoly.Builder.getVerticesList()
The bounding polygon vertices.
|
static com.google.protobuf.Parser<Vertex> |
Vertex.parser() |
| Modifier and Type | Method and Description |
|---|---|
BoundingPoly.Builder |
BoundingPoly.Builder.addVertices(int index,
Vertex value)
The bounding polygon vertices.
|
BoundingPoly.Builder |
BoundingPoly.Builder.addVertices(Vertex value)
The bounding polygon vertices.
|
Vertex.Builder |
Vertex.Builder.mergeFrom(Vertex other) |
static Vertex.Builder |
Vertex.newBuilder(Vertex prototype) |
BoundingPoly.Builder |
BoundingPoly.Builder.setVertices(int index,
Vertex value)
The bounding polygon vertices.
|
| Modifier and Type | Method and Description |
|---|---|
BoundingPoly.Builder |
BoundingPoly.Builder.addAllVertices(Iterable<? extends Vertex> values)
The bounding polygon vertices.
|
Copyright © 2023 Google LLC. All rights reserved.