Package it.unibo.alchemist.wormhole.implementation

Types

Link copied to clipboard
class LeafletMapWormhole(environment: Environment<*, GeoPosition>, node: Node, map: CustomLeafletMapView) : WormholeFX<GeoPosition>

The wormhole used for managing a CustomLeafletMapView.

Link copied to clipboard
open class WormholeFX<P : Position2D<P>>(environment: Environment<*, P>, node: Node) : AbstractWormhole2D<P>

An implementation of AbstractWormhole2D for JavaFX.

Functions

Link copied to clipboard
fun LatLong.toGeoPosition(): GeoPosition

Converts this to GeoPosition.

Link copied to clipboard
fun GeoPosition.toLatLong(): LatLong

Converts this to LatLong.