CoordinateReferenceSystem¶
data class CoordinateReferenceSystem(val name: String)
A coordinate reference system (CRS) represents the way points are projected.
Some operators allow overriding the CRS.
External resources¶
See also¶
MongoDB: Theurn:x-mongodb:crs:strictwinding:EPSG:4326CRS.
Constructors¶
CoordinateReferenceSystem¶
constructor(name: String)
Types¶
Companion¶
object Companion