geometry.js 669 Bytes
// All material copyright ESRI, All Rights Reserved, unless otherwise specified.
// See https://js.arcgis.com/4.6/esri/copyright.txt for details.
//>>built
define("require exports ./geometry/Extent ./geometry/Multipoint ./geometry/Point ./geometry/Polygon ./geometry/Polyline ./geometry/SpatialReference ./geometry/ScreenPoint ./geometry/Geometry ./geometry/support/jsonUtils".split(" "),function(m,a,b,c,d,e,f,g,h,k,l){Object.defineProperty(a,"__esModule",{value:!0});a.Extent=b;a.Multipoint=c;a.Point=d;a.Polygon=e;a.Polyline=f;a.SpatialReference=g;a.ScreenPoint=h;a.BaseGeometry=k;a.isGeometry=function(b){return b instanceof a.BaseGeometry};a.fromJSON=l.fromJSON});