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