Function geoTransform

  • Defines an arbitrary transform using the methods defined on the specified methods object. Any undefined methods will use pass-through methods that propagate inputs to the output stream.

    Type Parameters

    Parameters

    • methods: T

      An object with custom method implementations, which are used to create a transform projection.

    Returns {
        stream(s): T & GeoStream;
    }