class SpatialDataset : Map<String, List<Any?>>
geometryFormat |
val geometryFormat: GeometryFormat
|
geometryKey |
val geometryKey: String |
toString |
fun toString(): String |
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 |