A simple map projection where longitude and latitude are linearly mapped to X and Y by multiplying
them by the Ellipsoid#maximumRadius. This projection
is commonly known as geographic, equirectangular, equidistant cylindrical, or plate carrée. It
is also known as EPSG:4326.
alias GeographicProjection
- {Ellipsoid} [ellipsoid=Ellipsoid.WGS84] The ellipsoid.
A simple map projection where longitude and latitude are linearly mapped to X and Y by multiplying them by the Ellipsoid#maximumRadius. This projection is commonly known as geographic, equirectangular, equidistant cylindrical, or plate carrée. It is also known as EPSG:4326.
alias GeographicProjection
- {Ellipsoid} [ellipsoid=Ellipsoid.WGS84] The ellipsoid.
WebMercatorProjection