MCPcopy
hub / github.com/CesiumGS/cesium / project

Method project

packages/engine/Source/Core/MapProjection.js:38–40  ·  view source on GitHub ↗

* Projects Cartographic coordinates, in radians, to projection-specific map coordinates, in meters. * * @param {Cartographic} cartographic The coordinates to project. * @param {Cartesian3} [result] An instance into which to copy the result. If this parameter is * undefine

(cartographic, result)

Source from the content-addressed store, hash-verified

36 * created and returned.
37 */
38 project(cartographic, result) {
39 DeveloperError.throwInstantiationError();
40 }
41
42 /**
43 * Unprojects projection-specific map {@link Cartesian3} coordinates, in meters, to {@link Cartographic}

Callers 15

setSunAndMoonDirectionsFunction · 0.45
updateHeightsFunction · 0.45
adjustHeightForTerrainFunction · 0.45
SceneTransforms.jsFile · 0.45
updateBatchTableOffsetsFunction · 0.45
I3SNode.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected