@JsType(isNative=true,
namespace="Cesium",
name="GeographicProjection")
public class GeographicProjection
extends MapProjection
| Constructor and Description |
|---|
GeographicProjection() |
GeographicProjection(Ellipsoid ellipsoid)
A simple map projection where longitude and latitude are linearly mapped to X and Y by multiplying them by the
Ellipsoid.maximumRadius(). |
@JsConstructor public GeographicProjection()
@JsConstructor public GeographicProjection(Ellipsoid ellipsoid)
Ellipsoid.maximumRadius(). This projection is commonly known as geographic, equirectangular,
equidistant cylindrical, or plate carrĂ©e. It is also known as EPSG:4326.ellipsoid - The ellipsoid. Default: Ellipsoid.WGS84()WebMercatorProjectionCopyright © 2019. All rights reserved.