GPSTraceImpl

Implementation of a GPSTrace.

Constructors

Link copied to clipboard
constructor(trace: Array<GPSPoint>)
constructor(tr: List<GPSPoint>)

Properties

Link copied to clipboard
val points: List<P>

Functions

Link copied to clipboard
open fun equals(other: Any): Boolean
Link copied to clipboard
open fun forEach(p: Consumer<in T>)
Link copied to clipboard
Link copied to clipboard
open fun getFinalTime(): Time
Link copied to clipboard
Link copied to clipboard
open fun getNextPosition(time: Time): GPSPoint
Link copied to clipboard
open fun getPoint(step: Int): P
Link copied to clipboard
Link copied to clipboard
open fun getStartTime(): Time
Link copied to clipboard
open fun getTripTime(): Double
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun interpolate(time: Time): GeoPosition
Link copied to clipboard
open fun iterator(): Iterator<P>
abstract fun iterator(): Iterator<T>
Link copied to clipboard
open fun length(): Double
Link copied to clipboard
fun <R> Iterable<R>.randomElement(randomGenerator: <Error class: unknown class>): R

Returns a random element of the Iterable using the provided randomGenerator.

Link copied to clipboard
fun <R> Iterable<R>.shuffled(randomGenerator: <Error class: unknown class>): Iterable<R>

Fisher–Yates shuffle algorithm using a RandomGenerator. More information on Wikipedia.

Link copied to clipboard
open fun size(): Int
Link copied to clipboard
Link copied to clipboard
open fun startAt(time: Time): GPSTraceImpl
Link copied to clipboard
open fun stream(): Stream<P>
Link copied to clipboard
open fun toString(): String

Prints the class name and the list of positions.