PathGeometryElement

class PathGeometryElement(val id: Int, val pathId: Int, val startOffset: Distance, val endOffset: Distance, val coordinate: GeoPoint, val altitude: Distance?) : HorizonElement

Describes path geometry of the horizon element.

Constructors

Link copied to clipboard
constructor(id: Int, pathId: Int, startOffset: Distance, endOffset: Distance, coordinate: GeoPoint, altitude: Distance?)

Properties

Link copied to clipboard

Altitude at the geometry point. Null if not available.

Link copied to clipboard

Coordinate of the geometry point.

Link copied to clipboard
open override val endOffset: Distance

End offset on the path.

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 horizon path to which this element belongs.

Link copied to clipboard
open override val startOffset: Distance

Start offset on the path.

Functions

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