{"version":3,"sources":["webpack:///./node_modules/arcgis-js-api/geometry/geometryAdapters/hydrated.js","webpack:///./node_modules/arcgis-js-api/geometry/geometryEngine.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,iCAAO,CAAC,kCAAS,CAAC,OAAS,CAAC,2BAAW,CAAC,2BAAe,CAAC,2BAAU,CAAC,2BAAY,CAAC,2BAAa,CAAC,mCAAE,wBAAwB,aAAa,sCAAsC,SAAS,8CAA8C,kCAAkC,uBAAuB,4CAA4C,4EAA4E,SAAS,6BAA6B,qCAAqC,qDAAqD,EAAE,wBAAwB,wBAAwB,8BAA8B,+BAA+B,aAAa,wEAAwE,EAAE,8BAA8B,gCAAgC,aAAa,wEAAwE,EAAE,8BAA8B,kCAAkC,aAAa,0EAA0E,EAAE,8BAA8B,8BAA8B,qCAAqC,2FAA2F,EAAE,MAAM,sBAAsB,4BAA4B,MAAM,sBAAsB,4BAA4B,gCAAgC;AAAA,oGAAE,C;;;;;;;ACxBv1C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,iCAAO,CAAC,kCAAS,CAAC,OAAS,CAAC,2BAAsB,CAAC,4BAA6B,CAAC,mCAAE,kBAAkB,aAAa,cAAc,oEAAoE,cAAc,wFAAwF,sCAAsC,SAAS,ygBAAygB,yCAAyC,sBAAsB,0CAA0C,qBAAqB,yCAAyC,0BAA0B,8CAA8C,yBAAyB,6CAA6C,4BAA4B,gDAAgD,wBAAwB,4CAA4C,4BAA4B,gDAAgD,yBAAyB,6CAA6C,wBAAwB,4CAA4C,0BAA0B,8CAA8C,0BAA0B,8CAA8C,0BAA0B,8CAA8C,wBAAwB,4CAA4C,wBAAwB,4CAA4C,4BAA4B,mEAAmE,4BAA4B,gDAAgD,qCAAqC,yDAAyD,2BAA2B,+CAA+C,uBAAuB,gEAAgE,gCAAgC,oDAAoD,4BAA4B,mEAAmE,wCAAwC,4DAA4D,qCAAqC,4EAA4E,+BAA+B,mDAAmD,qCAAqC,yDAAyD,0BAA0B,yDAAyD,yBAAyB,0EAA0E,8CAA8C,8BAA8B,gCAAgC,yDAAyD,yBAAyB,0EAA0E,oDAAoD,8BAA8B,8BAA8B,yDAAyD,yBAAyB,0EAA0E,kDAAkD,8BAA8B,gCAAgC,oDAAoD,2BAA2B,+CAA+C,qCAAqC,2EAA2E,4BAA4B,gDAAgD,8BAA8B,kDAAkD,gCAAgC,oDAAoD,kCAAkC,uDAAuD;AAAA,oGAAE,C","file":"js/chunk-4065d16c.78e9efb6.js","sourcesContent":["// COPYRIGHT © 2020 Esri\n//\n// All rights reserved under the copyright laws of the United States\n// and applicable international laws, treaties, and conventions.\n//\n// This material is licensed for use under the Esri Master License\n// Agreement (MLA), and is bound by the terms of that agreement.\n// You may redistribute and use this code without modification,\n// provided you adhere to the terms of the MLA and include this\n// copyright notice.\n//\n// See use restrictions at http://www.esri.com/legal/pdfs/mla_e204_e300/english\n//\n// For additional information, contact:\n// Environmental Systems Research Institute, Inc.\n// Attn: Contracts and Legal Services Department\n// 380 New York Street\n// Redlands, California, USA 92373\n// USA\n//\n// email: contracts@esri.com\n//\n// See http://js.arcgis.com/4.17/esri/copyright.txt for details.\n\ndefine([\"require\",\"exports\",\"../Extent\",\"../Multipoint\",\"../Point\",\"../Polygon\",\"../Polyline\"],(function(e,n,t,a,r,i,o){\"use strict\";Object.defineProperty(n,\"__esModule\",{value:!0}),n.hydratedAdapter=void 0,n.hydratedAdapter={convertToGEGeometry:function(e,n){if(null==n)return null;var t=\"cache\"in n?n.cache._geVersion:void 0;null==t&&(t=e.convertJSONToGeometry(n),\"cache\"in n&&(n.cache._geVersion=t));return t},exportPoint:function(e,n,t){var a=e.hasZ(n),i=e.hasM(n),o=new r({x:e.getPointX(n),y:e.getPointY(n),spatialReference:t});a&&(o.z=e.getPointZ(n));i&&(o.m=e.getPointM(n));return o.cache._geVersion=n,o},exportPolygon:function(e,n,t){var a=new i({rings:e.exportPaths(n),hasZ:e.hasZ(n),hasM:e.hasM(n),spatialReference:t});return a.cache._geVersion=n,a},exportPolyline:function(e,n,t){var a=new o({paths:e.exportPaths(n),hasZ:e.hasZ(n),hasM:e.hasM(n),spatialReference:t});return a.cache._geVersion=n,a},exportMultipoint:function(e,n,t){var r=new a({hasZ:e.hasZ(n),hasM:e.hasM(n),points:e.exportPoints(n),spatialReference:t});return r.cache._geVersion=n,r},exportExtent:function(e,n,a){var r=e.hasZ(n),i=e.hasM(n),o=new t({xmin:e.getXMin(n),ymin:e.getYMin(n),xmax:e.getXMax(n),ymax:e.getYMax(n),spatialReference:a});if(r){var s=e.getZExtent(n);o.zmin=s.vmin,o.zmax=s.vmax}if(i){var c=e.getMExtent(n);o.mmin=c.vmin,o.mmax=c.vmax}return o.cache._geVersion=n,o}}}));","// COPYRIGHT © 2020 Esri\n//\n// All rights reserved under the copyright laws of the United States\n// and applicable international laws, treaties, and conventions.\n//\n// This material is licensed for use under the Esri Master License\n// Agreement (MLA), and is bound by the terms of that agreement.\n// You may redistribute and use this code without modification,\n// provided you adhere to the terms of the MLA and include this\n// copyright notice.\n//\n// See use restrictions at http://www.esri.com/legal/pdfs/mla_e204_e300/english\n//\n// For additional information, contact:\n// Environmental Systems Research Institute, Inc.\n// Attn: Contracts and Legal Services Department\n// 380 New York Street\n// Redlands, California, USA 92373\n// USA\n//\n// email: contracts@esri.com\n//\n// See http://js.arcgis.com/4.17/esri/copyright.txt for details.\n\ndefine([\"require\",\"exports\",\"./geometryEngineBase\",\"./geometryAdapters/hydrated\"],(function(e,r,t,n){\"use strict\";function i(e){return Array.isArray(e)?e[0].spatialReference:e&&e.spatialReference}function a(e){return\"xmin\"in e?\"center\"in e?e.center:null:\"x\"in e?e:\"extent\"in e?e.extent.center:null}Object.defineProperty(r,\"__esModule\",{value:!0}),r.geodesicLength=r.geodesicArea=r.planarLength=r.planarArea=r.geodesicDensify=r.densify=r.generalize=r.flipVertical=r.flipHorizontal=r.rotate=r.nearestVertices=r.nearestVertex=r.nearestCoordinate=r.geodesicBuffer=r.buffer=r.offset=r.union=r.intersect=r.symmetricDifference=r.difference=r.convexHull=r.simplify=r.isSimple=r.relate=r.overlaps=r.disjoint=r.within=r.touches=r.intersects=r.equals=r.distance=r.crosses=r.contains=r.cut=r.clip=r.extendedSpatialReferenceInfo=void 0,r.extendedSpatialReferenceInfo=function(e){return t.extendedSpatialReferenceInfo(e)},r.clip=function(e,r){return t.clip(n.hydratedAdapter,i(e),e,r)},r.cut=function(e,r){return t.cut(n.hydratedAdapter,i(e),e,r)},r.contains=function(e,r){return t.contains(n.hydratedAdapter,i(e),e,r)},r.crosses=function(e,r){return t.crosses(n.hydratedAdapter,i(e),e,r)},r.distance=function(e,r,a){return t.distance(n.hydratedAdapter,i(e),e,r,a)},r.equals=function(e,r){return t.equals(n.hydratedAdapter,i(e),e,r)},r.intersects=function(e,r){return t.intersects(n.hydratedAdapter,i(e),e,r)},r.touches=function(e,r){return t.touches(n.hydratedAdapter,i(e),e,r)},r.within=function(e,r){return t.within(n.hydratedAdapter,i(e),e,r)},r.disjoint=function(e,r){return t.disjoint(n.hydratedAdapter,i(e),e,r)},r.overlaps=function(e,r){return t.overlaps(n.hydratedAdapter,i(e),e,r)},r.relate=function(e,r,a){return t.relate(n.hydratedAdapter,i(e),e,r,a)},r.isSimple=function(e){return t.isSimple(n.hydratedAdapter,i(e),e)},r.simplify=function(e){return t.simplify(n.hydratedAdapter,i(e),e)},r.convexHull=function(e,r){return void 0===r&&(r=!1),t.convexHull(n.hydratedAdapter,i(e),e,r)},r.difference=function(e,r){return t.difference(n.hydratedAdapter,i(e),e,r)},r.symmetricDifference=function(e,r){return t.symmetricDifference(n.hydratedAdapter,i(e),e,r)},r.intersect=function(e,r){return t.intersect(n.hydratedAdapter,i(e),e,r)},r.union=function(e,r){return void 0===r&&(r=null),t.union(n.hydratedAdapter,i(e),e,r)},r.offset=function(e,r,a,d,o,u){return t.offset(n.hydratedAdapter,i(e),e,r,a,d,o,u)},r.buffer=function(e,r,a,d){return void 0===d&&(d=!1),t.buffer(n.hydratedAdapter,i(e),e,r,a,d)},r.geodesicBuffer=function(e,r,a,d,o,u){return t.geodesicBuffer(n.hydratedAdapter,i(e),e,r,a,d,o,u)},r.nearestCoordinate=function(e,r,a){return void 0===a&&(a=!0),t.nearestCoordinate(n.hydratedAdapter,i(e),e,r,a)},r.nearestVertex=function(e,r){return t.nearestVertex(n.hydratedAdapter,i(e),e,r)},r.nearestVertices=function(e,r,a,d){return t.nearestVertices(n.hydratedAdapter,i(e),e,r,a,d)},r.rotate=function(e,r,n){if(null==e)throw new Error(\"Illegal Argument Exception\");var i=e.spatialReference;if(null==(n=null!=n?n:a(e)))throw new Error(\"Illegal Argument Exception\");var d=e.constructor.fromJSON(t.rotate(e,r,n));return d.spatialReference=i,d},r.flipHorizontal=function(e,r){if(null==e)throw new Error(\"Illegal Argument Exception\");var n=e.spatialReference;if(null==(r=null!=r?r:a(e)))throw new Error(\"Illegal Argument Exception\");var i=e.constructor.fromJSON(t.flipHorizontal(e,r));return i.spatialReference=n,i},r.flipVertical=function(e,r){if(null==e)throw new Error(\"Illegal Argument Exception\");var n=e.spatialReference;if(null==(r=null!=r?r:a(e)))throw new Error(\"Illegal Argument Exception\");var i=e.constructor.fromJSON(t.flipVertical(e,r));return i.spatialReference=n,i},r.generalize=function(e,r,a,d){return t.generalize(n.hydratedAdapter,i(e),e,r,a,d)},r.densify=function(e,r,a){return t.densify(n.hydratedAdapter,i(e),e,r,a)},r.geodesicDensify=function(e,r,a,d){return void 0===d&&(d=0),t.geodesicDensify(n.hydratedAdapter,i(e),e,r,a,d)},r.planarArea=function(e,r){return t.planarArea(n.hydratedAdapter,i(e),e,r)},r.planarLength=function(e,r){return t.planarLength(n.hydratedAdapter,i(e),e,r)},r.geodesicArea=function(e,r,a){return t.geodesicArea(n.hydratedAdapter,i(e),e,r,a)},r.geodesicLength=function(e,r,a){return t.geodesicLength(n.hydratedAdapter,i(e),e,r,a)}}));"],"sourceRoot":""}