UNPKG

@arcgis/core

Version:

ArcGIS Maps SDK for JavaScript: A complete 2D and 3D mapping and data visualization API

10 lines 329 B
/** * 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 {}