* 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)
| 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} |
no outgoing calls
no test coverage detected