PathGeometry

data class PathGeometry(    val id: Int,     val pathId: Int,     val startOffset: Distance,     val endOffset: Distance,     val coordinate: GeoCoordinate,     val altitude: Distance?) : HorizonElement

Describes path geometry.

Constructors

Link copied to clipboard
fun PathGeometry(    id: Int,     pathId: Int,     startOffset: Distance,     endOffset: Distance,     coordinate: GeoCoordinate,     altitude: Distance?)

Creates a PathGeometry horizon element.

Properties

Link copied to clipboard
val altitude: Distance?

Altitude at the geometry point. Null if altitude is not supported.

Link copied to clipboard
val coordinate: GeoCoordinate
Link copied to clipboard
open override val endOffset: Distance
Link copied to clipboard
open override val id: Int

Identifier of this element.

Link copied to clipboard
open override val pathId: Int

Identifier of the path this element belongs to.

Link copied to clipboard
open override val startOffset: Distance

Start offset on the path.