Builder

class Builder

Builder class for creating Closure instances.

Parameters

geometryIndexStart

Closure's geometry index start point.

geometryIndexEnd

Closure's geometry index end point.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun build(): Closure

Builds a Closure instance with the current builder values.

Link copied to clipboard
fun withGeometryIndexEnd(geometryIndexEnd: Int?): Closure.Builder

Sets the geometry index end point.

Link copied to clipboard
fun withGeometryIndexStart(geometryIndexStart: Int?): Closure.Builder

Sets the geometry index start point.