yhhongyang

Results 1 comments of yhhongyang

Possible solution: Maybe add more data structures for PointValue ``` data class StreamsPointCartesian(override val crs: String, val x: Double, val y: Double): StreamsPoint() data class StreamsPointCartesian3D(override val crs: String, val...