public static class BoundingPolygon.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
BoundingPolygon |
build() |
BoundingPolygon.Builder |
copy(BoundingPolygon model) |
BoundingPolygon.Builder |
normalizedVertices(List<NormalizedVertex> normalizedVertices)
The normalized vertices that make up the polygon.
|
public BoundingPolygon.Builder normalizedVertices(List<NormalizedVertex> normalizedVertices)
The normalized vertices that make up the polygon. They are in the order of the segments they connect.
normalizedVertices
- the value to setpublic BoundingPolygon build()
public BoundingPolygon.Builder copy(BoundingPolygon model)
Copyright © 2016–2024. All rights reserved.