LinearRing3DFactory
object LinearRing3DFactory
Factory for building LinearRing3D for which multiple preparation steps are required to overcome heterogeneous input.
Functions
Link copied to clipboard
fun buildFromVertices(outlineId: RoadObjectOutlineIdentifier, vertices: NonEmptyList<Vector3D>, tolerance: Double): Either<GeometryBuilderException, ContextIssueList<LinearRing3D>>
Builds a LinearRing3D from a list of vertices by filtering and preparing the vertices.