toggle menu
Lets-Plot-Kotlin
4.9.2
Plot API
switch theme
search in API
Lets-Plot-Kotlin
/
org.jetbrains.letsPlot.spatial
/
SpatialDataset
/
Companion
Companion
object
Companion
Members
Functions
with
GEOJSON
Link copied to clipboard
fun
withGEOJSON
(
data
:
Map
<
String
,
Any
>
,
geometry
:
List
<
String
>
,
crs
:
String
?
=
null
)
:
SpatialDataset
with
WKB
Link copied to clipboard
fun
withWKB
(
data
:
Map
<
String
,
Any
>
,
geometry
:
List
<
String
>
,
crs
:
String
?
=
null
)
:
SpatialDataset
WKB is not yet supported by Lets-plot
with
WKT
Link copied to clipboard
fun
withWKT
(
data
:
Map
<
String
,
Any
>
,
geometry
:
List
<
String
>
,
crs
:
String
?
=
null
)
:
SpatialDataset
WKT is not yet supported by Lets-plot