{"version":3,"sources":["webpack:///./node_modules/arcgis-js-api/geometry/geometryAdapters/hydrated.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","file":"js/chunk-7475a55d.bfcae29d.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}}}));"],"sourceRoot":""}