* Geo-code a longitude/latitude point to an x/y coordinate. * @constructor * @param {object} params - The parameters for this operator. * @param {function(number, number): *} params.projection - The cartographic * projection to apply. * @param {Array } params.fields - A tw
(params6)
| 131266 | * @param {Array<string>} [params.as] - A two-element array of field names |
| 131267 | * under which to store the result. Defaults to ['x','y']. |
| 131268 | */ function GeoPoint(params6) { |
| 131269 | (0, _vegaDataflow.Transform).call(this, null, params6); |
| 131270 | } |
| 131271 | GeoPoint.Definition = { |
| 131272 | "type": "GeoPoint", |
| 131273 | "metadata": { |
nothing calls this directly
no outgoing calls
no test coverage detected