toggle menu
maps-kt
0.3.1-dev
common
switch theme
search in API
maps-kt-core
/
space.kscience.maps.coordinates
/
MapProjection
Map
Projection
interface
MapProjection
<
T
:
Any
>
Parameters
T
the type of projection coordinates
Inheritors
MercatorProjection
Members
Types
Companion
Link copied to clipboard
object
Companion
Functions
to
Geodetic
Link copied to clipboard
abstract
fun
toGeodetic
(
pc
:
T
)
:
GeodeticMapCoordinates
to
Projection
Link copied to clipboard
abstract
fun
toProjection
(
gmc
:
GeodeticMapCoordinates
)
:
T