plot-api / jetbrains.letsPlot.spatial / SpatialDataset

SpatialDataset

class SpatialDataset : Map<String, List<Any?>>

Properties

geometryFormat

val geometryFormat: GeometryFormat

geometryKey

val geometryKey: String

Functions

toString

fun toString(): String

Companion Object Functions

withGEOJSON

fun withGEOJSON(data: Map<String, Any>, geometry: List<String>): SpatialDataset

withWKB

WKB is not yet supported by Lets-plot

fun withWKB(data: Map<String, Any>, geometry: List<String>): SpatialDataset

withWKT

WKT is not yet supported by Lets-plot

fun withWKT(data: Map<String, Any>, geometry: List<String>): SpatialDataset