IsolineConnection

Isolines may contain multiple components, if these components are connected by ferry links. These components are returned as separate polygons while the ferry links are returned as connections.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Index of the polygon corresponding to the "from" component of the connection. The polygon is available from Isoline[].Geometries.

Link copied to clipboard

The isoline geometry.

Link copied to clipboard

Index of the polygon corresponding to the "to" component of the connection. The polygon is available from Isoline[].Geometries.

Functions

Link copied to clipboard
inline fun copy(block: IsolineConnection.Builder.() -> Unit = {}): IsolineConnection
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String