Package | Description |
---|---|
com.oracle.bmc.aidocument.model |
Modifier and Type | Method and Description |
---|---|
NormalizedVertex |
NormalizedVertex.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<NormalizedVertex> |
BoundingPolygon.getNormalizedVertices()
An array of normalized points defining the polygon’s perimeter, with an implicit segment
between subsequent points and between the first and last point.
|
Modifier and Type | Method and Description |
---|---|
NormalizedVertex.Builder |
NormalizedVertex.Builder.copy(NormalizedVertex model) |
Modifier and Type | Method and Description |
---|---|
BoundingPolygon.Builder |
BoundingPolygon.Builder.normalizedVertices(List<NormalizedVertex> normalizedVertices)
An array of normalized points defining the polygon’s perimeter, with an implicit segment
between subsequent points and between the first and last point.
|
Constructor and Description |
---|
BoundingPolygon(List<NormalizedVertex> normalizedVertices)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.