/**
 * A SurfaceCoordinateSystem represents a 2-dimensional space and knows
 * how to map map points from and into that coordinate system.
 *
 * The Draw API can be used to draw geometry on arbitrary projections
 * by providing a projection as a derived class.
 *
 * @internal
 */
export abstract class SurfaceCoordinateSystem {}