@arcgis/core 4.33.0-next.20250502 → 4.33.0-next.20250504

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (69) hide show
  1. package/assets/esri/core/workers/RemoteClient.js +1 -1
  2. package/assets/esri/core/workers/chunks/{0219c3f9408d3fa3c9a0.js → 03ee9d0407c230b885ed.js} +1 -1
  3. package/assets/esri/core/workers/chunks/{84f972d7851d982701a0.js → 1ca7e0d519ecbfe6976f.js} +1 -1
  4. package/assets/esri/core/workers/chunks/3fb25912b274f264c84e.js +1 -0
  5. package/assets/esri/core/workers/chunks/{9652cfd4668b95036c87.js → 532088a72c3ddc50f3be.js} +1 -1
  6. package/assets/esri/core/workers/chunks/{653ff3e631fea8ad393a.js → a0db1f3ca29e34dfa16f.js} +12 -12
  7. package/assets/esri/core/workers/chunks/{581180668e0229dcdc14.js → bf190d672dcbaedc1a41.js} +1 -1
  8. package/assets/esri/geometry/support/pe-wasm.wasm +0 -0
  9. package/assets/esri/themes/base/widgets/_OrientedImageryViewer.scss +14 -1
  10. package/assets/esri/themes/base/widgets/_SelectionList.scss +34 -0
  11. package/assets/esri/themes/base/widgets/_SelectionToolbar.scss +6 -0
  12. package/assets/esri/themes/dark/main.css +1 -1
  13. package/assets/esri/themes/light/main.css +1 -1
  14. package/assets/esri/themes/light/view.css +1 -1
  15. package/assets/esri/widgets/OrientedImageryViewer/t9n/OrientedImageryViewer.json +1 -1
  16. package/assets/esri/widgets/OrientedImageryViewer/t9n/OrientedImageryViewer_en.json +1 -1
  17. package/assets/esri/widgets/support/SelectionList/t9n/SelectionList.json +1 -1
  18. package/assets/esri/widgets/support/SelectionList/t9n/SelectionList_en.json +1 -1
  19. package/assets/esri/widgets/support/SelectionToolbar/t9n/SelectionToolbar.json +1 -1
  20. package/assets/esri/widgets/support/SelectionToolbar/t9n/SelectionToolbar_en.json +1 -1
  21. package/chunks/pe-wasm.js +1 -1
  22. package/chunks/pe.js +1 -1
  23. package/geometry/coordinateFormatter.js +1 -1
  24. package/geometry/support/WKIDUnitConversion.js +1 -1
  25. package/package.json +1 -1
  26. package/support/revision.js +1 -1
  27. package/views/3d/interactive/Manipulator3D.js +1 -1
  28. package/views/3d/interactive/visualElements/PointVisualElement.js +1 -1
  29. package/views/3d/layers/DrapedSubView3D.js +1 -1
  30. package/views/3d/layers/I3SMeshView3D.js +1 -1
  31. package/views/3d/layers/IntegratedMesh3DTilesLayerView3D.js +1 -1
  32. package/views/3d/layers/MediaLayerView3D.js +1 -1
  33. package/views/3d/layers/graphics/Graphics3DIconSymbolLayer.js +1 -1
  34. package/views/3d/layers/graphics/Graphics3DMeshFillSymbolLayer.js +1 -1
  35. package/views/3d/layers/graphics/Graphics3DObjectSymbolLayer.js +1 -1
  36. package/views/3d/layers/graphics/pipeline/rendering/FeaturePipelineRenderManager.js +1 -1
  37. package/views/3d/layers/graphics/pipeline/rendering/LodRenderer.js +1 -1
  38. package/views/3d/support/StreamTextureCollection.js +1 -1
  39. package/views/3d/support/TextureCollection.js +1 -1
  40. package/views/3d/webgl-engine/Stage.js +1 -1
  41. package/views/3d/webgl-engine/lib/ModelDirtySet.js +1 -1
  42. package/views/3d/webgl-engine/lib/TextTextureAtlas.js +1 -1
  43. package/views/3d/webgl-engine/lib/Texture.js +1 -1
  44. package/views/3d/webgl-engine/lib/TextureRepository.js +1 -1
  45. package/views/3d/webgl-engine/lib/WebGLLayer.js +1 -1
  46. package/views/3d/webgl-engine/parts/Model.js +1 -1
  47. package/widgets/FeatureForm/FeatureFormUtilityNetworkAssociations/UtilityNetworkAssociationItemList.js +1 -1
  48. package/widgets/OrientedImageryViewer/OrientedImageryViewerViewModel.js +1 -1
  49. package/widgets/OrientedImageryViewer/adapters/sketch/MeasurementAdapter.js +1 -1
  50. package/widgets/OrientedImageryViewer/adapters/sketch/TriangulatedMeasurementAdapter.js +5 -0
  51. package/widgets/OrientedImageryViewer/components/ImageMeasurementWidget.js +1 -1
  52. package/widgets/OrientedImageryViewer/css.js +1 -1
  53. package/widgets/OrientedImageryViewer/imageMeasurementUtils.js +1 -1
  54. package/widgets/OrientedImageryViewer/mixins/SketchHandlerMixin.js +1 -1
  55. package/widgets/OrientedImageryViewer/mixins/TriangulatedImageMeasurementMixin.js +5 -0
  56. package/widgets/OrientedImageryViewer/mixins/TriangulatedSketchHandlerMixin.js +5 -0
  57. package/widgets/OrientedImageryViewer.js +1 -1
  58. package/widgets/Sketch.js +1 -1
  59. package/widgets/support/SelectionList/LayerItem.js +1 -1
  60. package/widgets/support/SelectionList/SelectionListViewModel.js +1 -1
  61. package/widgets/support/SelectionList/VisibleElements.js +1 -1
  62. package/widgets/support/SelectionList.js +1 -1
  63. package/widgets/support/SelectionToolbar/SelectionToolbarViewModel.js +1 -1
  64. package/widgets/support/SelectionToolbar/VisibleElements.js +5 -0
  65. package/widgets/support/SelectionToolbar.js +1 -1
  66. package/widgets/support/Selector2D/SelectionOperation.js +1 -1
  67. package/assets/esri/core/workers/chunks/e3ef0451dcdc2e966628.js +0 -1
  68. package/views/3d/webgl-engine/lib/ContentObject.js +0 -5
  69. package/views/3d/webgl-engine/lib/ContentObjectType.js +0 -5
@@ -1 +1 @@
1
- {"title":"Oriented imagery viewer","currentFootprint":"Current footprint","accuracy":"Accuracy","accuracyInformation":"Accuracy is calculated using the Orientation Accuracy property defined in the oriented imagery layer's service.","additionalFootprints":"Additional footprints","additionalCameraLocations":"Additional camera locations","basemap":"Basemap","groundArea":"Ground area","groundDistance":"Ground distance","imageAttributes":"Image attributes","imageEnhancement":"Image enhancement","imageGallery":"Image gallery","float":"Float","dock":"Dock","footprint":"Footprint","heightAboveGround":"Height above ground","groundLocation":"Ground location","noImageError":"No image available for the selected location.","onLoadMessage":"Select a location on map to view imagery.","imageLoadError":"Error occurred while loading the image.","measurementTools":"Image measurement tools","measurementTable":"Measurement table","mapImageConversionTool":"Map-image location tool","brightness":"Brightness","contrast":"Contrast","sharpness":"Sharpness","navigationTool":"Navigation tool","noLocalPort":"A value for local port is not provided. Local port is required to load local images.","noAttachment":"No image or attachment available for the selected location.","currentFootprintTooltip":"Toggle visibility of the displayed image's footprint.","additionalFootprintsTooltip":"Toggle visibility of all additional footprints containing the location of interest.","additionalCameraLocationsTooltip":"Toggle visibility of all additional camera locations of images containing the location of interest.","navigationTooltip":"Explore returned images in relation to the location of interest.","imageEnhancementTooltip":"Adjust image brightness, contrast, and sharpening.","imageGalleryTooltip":"Explore thumbnails of all images depicting the location of interest.","mapImageConversionTooltip":"Click on the image to see where that location is on the map, and vice versa.","newMeasurement":"New measurement","unsupportedPanoramicImageryError":"Viewer currently does not support visualizing {datasetFormat} 360-degree imagery.","showPopups":"Show pop-ups","startMeasurement":"Start measuring","selectUnitSystem":"Select Unit System","overlayCameraLocations":"Overlay camera locations","overlayMapFeatures":"Overlay map features","imageOverlays":"Image overlays","invalidCameraHeadingWarningTitle":"Invalid CameraHeading","invalidCameraHeadingWarningDescription":"CameraHeading value is invalid for the selected image. All the oriented imagery viewer tools using CameraHeading value are disabled. Assign a valid value for the field in the attribute table to enable the tools.","createFeaturesFromImage":"Create features from image","value":"Value","xy":"XY","x":"X","y":"Y","z":"Z","type":"Type","imageNavigation":"Image navigation"}
1
+ {"title":"Oriented imagery viewer","currentFootprint":"Current footprint","accuracy":"Accuracy","accuracyInformation":"Accuracy is calculated using the Orientation Accuracy property defined in the oriented imagery layer's service.","additionalFootprints":"Additional footprints","additionalCameraLocations":"Additional camera locations","basemap":"Basemap","groundArea":"Ground area","groundDistance":"Ground distance","imageAttributes":"Image attributes","imageEnhancement":"Image enhancement","imageGallery":"Image gallery","float":"Float","dock":"Dock","footprint":"Footprint","heightAboveGround":"Height above ground","groundLocation":"Ground location","noImageError":"No image available for the selected location.","onLoadMessage":"Select a location on map to view imagery.","imageLoadError":"Error occurred while loading the image.","measurementTools":"Image measurement tools","measurementTable":"Measurement table","mapImageConversionTool":"Map-image location tool","brightness":"Brightness","contrast":"Contrast","sharpness":"Sharpness","navigationTool":"Navigation tool","noLocalPort":"A value for local port is not provided. Local port is required to load local images.","noAttachment":"No image or attachment available for the selected location.","currentFootprintTooltip":"Toggle visibility of the displayed image's footprint.","additionalFootprintsTooltip":"Toggle visibility of all additional footprints containing the location of interest.","additionalCameraLocationsTooltip":"Toggle visibility of all additional camera locations of images containing the location of interest.","navigationTooltip":"Explore returned images in relation to the location of interest.","imageEnhancementTooltip":"Adjust image brightness, contrast, and sharpening.","imageGalleryTooltip":"Explore thumbnails of all images depicting the location of interest.","mapImageConversionTooltip":"Click on the image to see where that location is on the map, and vice versa.","newMeasurement":"New measurement","unsupportedPanoramicImageryError":"Viewer currently does not support visualizing {datasetFormat} 360-degree imagery.","showPopups":"Show pop-ups","startMeasurement":"Start measuring","selectUnitSystem":"Select Unit System","overlayCameraLocations":"Overlay camera locations","overlayMapFeatures":"Overlay map features","imageOverlays":"Image overlays","invalidCameraHeadingWarningTitle":"Invalid CameraHeading","invalidCameraHeadingWarningDescription":"CameraHeading value is invalid for the selected image. All the oriented imagery viewer tools using CameraHeading value are disabled. Assign a valid value for the field in the attribute table to enable the tools.","createFeaturesFromImage":"Create features from image","value":"Value","xy":"XY","x":"X","y":"Y","z":"Z","type":"Type","imageNavigation":"Image navigation","slope":"Slope","aspect":"Aspect","distance":"Distance","horizontal":"Horizontal","vertical":"Vertical","measurementViewerHeading":"Second Image - Triangular Measurement","triangularMeasurementHeading":"Triangular Measurements","triangulatedDistanceHeading":"Triangulated Distance","triangulatedAreaHeading":"Triangulated Area","triangulatedLocationHeading":"Triangulated Location"}
@@ -1 +1 @@
1
- {"title":"Oriented imagery viewer","currentFootprint":"Current footprint","accuracy":"Accuracy","accuracyInformation":"Accuracy is calculated using the Orientation Accuracy property defined in the oriented imagery layer's service.","additionalFootprints":"Additional footprints","additionalCameraLocations":"Additional camera locations","basemap":"Basemap","groundArea":"Ground area","groundDistance":"Ground distance","imageAttributes":"Image attributes","imageEnhancement":"Image enhancement","imageGallery":"Image gallery","float":"Float","dock":"Dock","footprint":"Footprint","heightAboveGround":"Height above ground","groundLocation":"Ground location","noImageError":"No image available for the selected location.","onLoadMessage":"Select a location on map to view imagery.","imageLoadError":"Error occurred while loading the image.","measurementTools":"Image measurement tools","measurementTable":"Measurement table","mapImageConversionTool":"Map-image location tool","brightness":"Brightness","contrast":"Contrast","sharpness":"Sharpness","navigationTool":"Navigation tool","noLocalPort":"A value for local port is not provided. Local port is required to load local images.","noAttachment":"No image or attachment available for the selected location.","currentFootprintTooltip":"Toggle visibility of the displayed image's footprint.","additionalFootprintsTooltip":"Toggle visibility of all additional footprints containing the location of interest.","additionalCameraLocationsTooltip":"Toggle visibility of all additional camera locations of images containing the location of interest.","navigationTooltip":"Explore returned images in relation to the location of interest.","imageEnhancementTooltip":"Adjust image brightness, contrast, and sharpening.","imageGalleryTooltip":"Explore thumbnails of all images depicting the location of interest.","mapImageConversionTooltip":"Click on the image to see where that location is on the map, and vice versa.","newMeasurement":"New measurement","unsupportedPanoramicImageryError":"Viewer currently does not support visualizing {datasetFormat} 360-degree imagery.","showPopups":"Show pop-ups","startMeasurement":"Start measuring","selectUnitSystem":"Select Unit System","overlayCameraLocations":"Overlay camera locations","overlayMapFeatures":"Overlay map features","imageOverlays":"Image overlays","invalidCameraHeadingWarningTitle":"Invalid CameraHeading","invalidCameraHeadingWarningDescription":"CameraHeading value is invalid for the selected image. All the oriented imagery viewer tools using CameraHeading value are disabled. Assign a valid value for the field in the attribute table to enable the tools.","createFeaturesFromImage":"Create features from image","value":"Value","xy":"XY","x":"X","y":"Y","z":"Z","type":"Type","imageNavigation":"Image navigation"}
1
+ {"title":"Oriented imagery viewer","currentFootprint":"Current footprint","accuracy":"Accuracy","accuracyInformation":"Accuracy is calculated using the Orientation Accuracy property defined in the oriented imagery layer's service.","additionalFootprints":"Additional footprints","additionalCameraLocations":"Additional camera locations","basemap":"Basemap","groundArea":"Ground area","groundDistance":"Ground distance","imageAttributes":"Image attributes","imageEnhancement":"Image enhancement","imageGallery":"Image gallery","float":"Float","dock":"Dock","footprint":"Footprint","heightAboveGround":"Height above ground","groundLocation":"Ground location","noImageError":"No image available for the selected location.","onLoadMessage":"Select a location on map to view imagery.","imageLoadError":"Error occurred while loading the image.","measurementTools":"Image measurement tools","measurementTable":"Measurement table","mapImageConversionTool":"Map-image location tool","brightness":"Brightness","contrast":"Contrast","sharpness":"Sharpness","navigationTool":"Navigation tool","noLocalPort":"A value for local port is not provided. Local port is required to load local images.","noAttachment":"No image or attachment available for the selected location.","currentFootprintTooltip":"Toggle visibility of the displayed image's footprint.","additionalFootprintsTooltip":"Toggle visibility of all additional footprints containing the location of interest.","additionalCameraLocationsTooltip":"Toggle visibility of all additional camera locations of images containing the location of interest.","navigationTooltip":"Explore returned images in relation to the location of interest.","imageEnhancementTooltip":"Adjust image brightness, contrast, and sharpening.","imageGalleryTooltip":"Explore thumbnails of all images depicting the location of interest.","mapImageConversionTooltip":"Click on the image to see where that location is on the map, and vice versa.","newMeasurement":"New measurement","unsupportedPanoramicImageryError":"Viewer currently does not support visualizing {datasetFormat} 360-degree imagery.","showPopups":"Show pop-ups","startMeasurement":"Start measuring","selectUnitSystem":"Select Unit System","overlayCameraLocations":"Overlay camera locations","overlayMapFeatures":"Overlay map features","imageOverlays":"Image overlays","invalidCameraHeadingWarningTitle":"Invalid CameraHeading","invalidCameraHeadingWarningDescription":"CameraHeading value is invalid for the selected image. All the oriented imagery viewer tools using CameraHeading value are disabled. Assign a valid value for the field in the attribute table to enable the tools.","createFeaturesFromImage":"Create features from image","value":"Value","xy":"XY","x":"X","y":"Y","z":"Z","type":"Type","imageNavigation":"Image navigation","slope":"Slope","aspect":"Aspect","distance":"Distance","horizontal":"Horizontal","vertical":"Vertical","measurementViewerHeading":"Second Image - Triangular Measurement","triangularMeasurementHeading":"Triangular Measurements","triangulatedDistanceHeading":"Triangulated Distance","triangulatedAreaHeading":"Triangulated Area","triangulatedLocationHeading":"Triangulated Location"}
@@ -1 +1 @@
1
- {"collapseAll":"Collapse all","deselectFeature":"Deselect feature","deselectGroup":"Deselect group","deselectLayer":"Deselect layer","filter":"Filter","onlySelectFeature":"Only select this feature","onlySelectThis":"Only select this","selection":"Selection","selectionCount":"Selection ({count})","tooManyFeatures":"There are too many features to show in this list. Deselect features to use the Selection pane.","untitledLayer":"Untitled layer","untitledFeature":"Untitled feature","widgetLabel":"Selection list","zoomTo":"Zoom to"}
1
+ {"allLayersCount":"All layers ({count})","collapseAll":"Collapse all","deselectFeature":"Deselect feature","deselectGroup":"Deselect group","deselectLayer":"Deselect layer","featuresCount":"Features: {count}","featuresCountShowing":"Features: {count}, Showing: {visibleCount}","filter":"Filter","filterByLayer":"Filter by layer","noMatchingFeatures":"No matching features","onlySelectFeature":"Only select this feature","onlySelectThis":"Only select this","selection":"Selection","selectionCount":"Selection ({count})","tooManyFeatures":"There are too many features to show in this list.","untitledLayer":"Untitled layer","untitledFeature":"Untitled feature","widgetLabel":"Selection list","zoomTo":"Zoom to"}
@@ -1 +1 @@
1
- {"collapseAll":"Collapse all","deselectFeature":"Deselect feature","deselectGroup":"Deselect group","deselectLayer":"Deselect layer","filter":"Filter","onlySelectFeature":"Only select this feature","onlySelectThis":"Only select this","selection":"Selection","selectionCount":"Selection ({count})","tooManyFeatures":"There are too many features to show in this list. Deselect features to use the Selection pane.","untitledLayer":"Untitled layer","untitledFeature":"Untitled feature","widgetLabel":"Selection list","zoomTo":"Zoom to"}
1
+ {"allLayersCount":"All layers ({count})","collapseAll":"Collapse all","deselectFeature":"Deselect feature","deselectGroup":"Deselect group","deselectLayer":"Deselect layer","featuresCount":"Features: {count}","featuresCountShowing":"Features: {count}, Showing: {visibleCount}","filter":"Filter","filterByLayer":"Filter by layer","noMatchingFeatures":"No matching features","onlySelectFeature":"Only select this feature","onlySelectThis":"Only select this","selection":"Selection","selectionCount":"Selection ({count})","tooManyFeatures":"There are too many features to show in this list.","untitledLayer":"Untitled layer","untitledFeature":"Untitled feature","widgetLabel":"Selection list","zoomTo":"Zoom to"}
@@ -1 +1 @@
1
- {"widgetLabel":"Selection toolbar","selectFeatures":"Select features","selectByLasso":"Select by lasso","selectByRectangle":"Select by rectangle"}
1
+ {"widgetLabel":"Selection toolbar","clearSelection":"Clear selection","pan":"Pan","selectFeatures":"Select features","selectByLasso":"Select by lasso","selectByPoint":"Select by point","selectByRectangle":"Select by rectangle"}
@@ -1 +1 @@
1
- {"widgetLabel":"Selection toolbar","selectFeatures":"Select features","selectByLasso":"Select by lasso","selectByRectangle":"Select by rectangle"}
1
+ {"widgetLabel":"Selection toolbar","clearSelection":"Clear selection","pan":"Pan","selectFeatures":"Select features","selectByLasso":"Select by lasso","selectByPoint":"Select by point","selectByRectangle":"Select by rectangle"}
package/chunks/pe-wasm.js CHANGED
@@ -2,4 +2,4 @@
2
2
  All material copyright ESRI, All Rights Reserved, unless otherwise specified.
3
3
  See https://js.arcgis.com/4.33/esri/copyright.txt for details.
4
4
  */
5
- import{g as t}from"./_commonjsHelpers.js";var e,_={exports:{}};function r(){return e||(e=1,t=_,r="undefined"!=typeof document?document.currentScript?.src:void 0,"undefined"!=typeof __filename&&(r=r||__filename),o=function(t={}){var e,_,o,n,p=t,i=new Promise(((t,r)=>{e=t,_=r})),c="object"==typeof window,s="undefined"!=typeof WorkerGlobalScope,P="object"==typeof process&&"object"==typeof process.versions&&"string"==typeof process.versions.node&&"renderer"!=process.type,a=Object.assign({},p),g="./this.program",y="";function d(t){return p.locateFile?p.locateFile(t,y):y+t}if(P){var u=require("fs"),b=require("path");y=__dirname+"/",n=t=>(t=q(t)?new URL(t):b.normalize(t),u.readFileSync(t)),o=(t,e=!0)=>(t=q(t)?new URL(t):b.normalize(t),new Promise(((_,r)=>{u.readFile(t,e?void 0:"utf8",((t,o)=>{t?r(t):_(e?o.buffer:o)}))}))),!p.thisProgram&&process.argv.length>1&&(g=process.argv[1].replace(/\\/g,"/")),process.argv.slice(2)}else(c||s)&&(s?y=self.location.href:"undefined"!=typeof document&&document.currentScript&&(y=document.currentScript.src),r&&(y=r),y=y.startsWith("blob:")?"":y.substr(0,y.replace(/[?#].*/,"").lastIndexOf("/")+1),s&&(n=t=>{var e=new XMLHttpRequest;return e.open("GET",t,!1),e.responseType="arraybuffer",e.send(null),new Uint8Array(e.response)}),o=t=>q(t)?new Promise(((e,_)=>{var r=new XMLHttpRequest;r.open("GET",t,!0),r.responseType="arraybuffer",r.onload=()=>{200==r.status||0==r.status&&r.response?e(r.response):_(r.status)},r.onerror=_,r.send(null)})):fetch(t,{credentials:"same-origin"}).then((t=>t.ok?t.arrayBuffer():Promise.reject(new Error(t.status+" : "+t.url)))));var f,E,m=console.log.bind(console),T=console.error.bind(console);Object.assign(p,a),a=null;var O,S,h,N,l,M,D,v=!1;function A(t,e){t||X(e)}function j(){var t=E.buffer;p.HEAP8=O=new Int8Array(t),p.HEAP16=h=new Int16Array(t),p.HEAPU8=S=new Uint8Array(t),p.HEAPU16=new Uint16Array(t),p.HEAP32=N=new Int32Array(t),p.HEAPU32=l=new Uint32Array(t),p.HEAPF32=M=new Float32Array(t),p.HEAPF64=D=new Float64Array(t)}var R=[],G=[],C=[];function I(){tt(R)}function L(){tt(G)}function U(){tt(C)}function F(t){G.unshift(t)}var Y=0,w=null;function x(t){Y++}function H(t){if(0==--Y&&w){var e=w;w=null,e()}}function X(t){T(t="Aborted("+t+")"),v=!0,t+=". Build with -sASSERTIONS for more info.";var e=new WebAssembly.RuntimeError(t);throw _(e),e}var z,W="data:application/octet-stream;base64,",Z=t=>t.startsWith(W),q=t=>t.startsWith("file://");function B(){var t="pe-wasm.wasm";return Z(t)?t:d(t)}function K(t){if(n)return n(t);throw"both async and sync fetching of the wasm failed"}function V(t){return o(t).then((t=>new Uint8Array(t)),(()=>K(t)))}function k(t,e,_){return V(t).then((t=>WebAssembly.instantiate(t,e))).then(_,(t=>{T(`failed to asynchronously prepare wasm: ${t}`),X(t)}))}function $(t,e,_,r){return"function"!=typeof WebAssembly.instantiateStreaming||Z(e)||q(e)||P||"function"!=typeof fetch?k(e,_,r):fetch(e,{credentials:"same-origin"}).then((t=>WebAssembly.instantiateStreaming(t,_).then(r,(function(t){return T(`wasm streaming compile failed: ${t}`),T("falling back to ArrayBuffer instantiation"),k(e,_,r)}))))}function J(){return{a:vt}}function Q(){var t=J();function e(t,e){return At=t.exports,E=At.t,j(),F(At.u),H(),At}function r(t){e(t.instance)}return x(),z??=B(),$(f,z,t,r).catch(_),{}}var tt=t=>{for(;t.length>0;)t.shift()(p)};function et(t,e="i8"){switch(e.endsWith("*")&&(e="*"),e){case"i1":case"i8":return O[t];case"i16":return h[t>>1];case"i32":return N[t>>2];case"i64":X("to do getValue(i64) use WASM_BIGINT");case"float":return M[t>>2];case"double":return D[t>>3];case"*":return l[t>>2];default:X(`invalid type for getValue: ${e}`)}}var _t="undefined"!=typeof TextDecoder?new TextDecoder:void 0,rt=(t,e=0,_=NaN)=>{for(var r=e+_,o=e;t[o]&&!(o>=r);)++o;if(o-e>16&&t.buffer&&_t)return _t.decode(t.subarray(e,o));for(var n="";e<o;){var p=t[e++];if(128&p){var i=63&t[e++];if(192!=(224&p)){var c=63&t[e++];if((p=224==(240&p)?(15&p)<<12|i<<6|c:(7&p)<<18|i<<12|c<<6|63&t[e++])<65536)n+=String.fromCharCode(p);else{var s=p-65536;n+=String.fromCharCode(55296|s>>10,56320|1023&s)}}else n+=String.fromCharCode((31&p)<<6|i)}else n+=String.fromCharCode(p)}return n},ot=(t,e)=>t?rt(S,t,e):"";function nt(t,e,_){return 0}var pt=(t,e,_,r)=>{if(!(r>0))return 0;for(var o=_,n=_+r-1,p=0;p<t.length;++p){var i=t.charCodeAt(p);if(i>=55296&&i<=57343&&(i=65536+((1023&i)<<10)|1023&t.charCodeAt(++p)),i<=127){if(_>=n)break;e[_++]=i}else if(i<=2047){if(_+1>=n)break;e[_++]=192|i>>6,e[_++]=128|63&i}else if(i<=65535){if(_+2>=n)break;e[_++]=224|i>>12,e[_++]=128|i>>6&63,e[_++]=128|63&i}else{if(_+3>=n)break;e[_++]=240|i>>18,e[_++]=128|i>>12&63,e[_++]=128|i>>6&63,e[_++]=128|63&i}}return e[_]=0,_-o},it=(t,e,_)=>pt(t,S,e,_);function ct(t,e,_){return 0}function st(t,e,_,r){}var Pt=t=>t%4==0&&(t%100!=0||t%400==0),at=[0,31,60,91,121,152,182,213,244,274,305,335],gt=[0,31,59,90,120,151,181,212,243,273,304,334],yt=t=>(Pt(t.getFullYear())?at:gt)[t.getMonth()]+t.getDate()-1,dt=(t,e)=>e+2097152>>>0<4194305-!!t?(t>>>0)+4294967296*e:NaN;function ut(t,e,_){var r=dt(t,e),o=new Date(1e3*r);N[_>>2]=o.getSeconds(),N[_+4>>2]=o.getMinutes(),N[_+8>>2]=o.getHours(),N[_+12>>2]=o.getDate(),N[_+16>>2]=o.getMonth(),N[_+20>>2]=o.getFullYear()-1900,N[_+24>>2]=o.getDay();var n=0|yt(o);N[_+28>>2]=n,N[_+36>>2]=-60*o.getTimezoneOffset();var p=new Date(o.getFullYear(),0,1),i=new Date(o.getFullYear(),6,1).getTimezoneOffset(),c=p.getTimezoneOffset(),s=0|(i!=c&&o.getTimezoneOffset()==Math.min(c,i));N[_+32>>2]=s}var bt=()=>2147483648,ft=(t,e)=>Math.ceil(t/e)*e,Et=t=>{var e=(t-E.buffer.byteLength+65535)/65536|0;try{return E.grow(e),j(),1}catch(_){}},mt={},Tt=()=>g||"./this.program",Ot=()=>{if(!Ot.strings){var t={USER:"web_user",LOGNAME:"web_user",PATH:"/",PWD:"/",HOME:"/home/web_user",LANG:("object"==typeof navigator&&navigator.languages&&navigator.languages[0]||"C").replace("-","_")+".UTF-8",_:Tt()};for(var e in mt)void 0===mt[e]?delete t[e]:t[e]=mt[e];var _=[];for(var e in t)_.push(`${e}=${t[e]}`);Ot.strings=_}return Ot.strings},St=(t,e)=>{for(var _=0;_<t.length;++_)O[e++]=t.charCodeAt(_);O[e]=0};function ht(t,e,_,r,o){return 70}var Nt=[null,[],[]],lt=(t,e)=>{var _=Nt[t];0===e||10===e?((1===t?m:T)(rt(_)),_.length=0):_.push(e)},Mt=t=>{for(var e=0,_=0;_<t.length;++_){var r=t.charCodeAt(_);r<=127?e++:r<=2047?e+=2:r>=55296&&r<=57343?(e+=4,++_):e+=3}return e};function Dt(t,e,_){var r=Mt(t)+1,o=new Array(r);return pt(t,o,0,o.length),o}var vt={c:nt,q:(t,e,_)=>{},h:ct,d:st,o:t=>{},n:(t,e)=>{},p:(t,e,_)=>{},l:()=>{X("")},s:(t,e,_)=>S.copyWithin(t,e,e+_),j:ut,r:(t,e,_,r)=>{var o=(new Date).getFullYear(),n=new Date(o,0,1),p=new Date(o,6,1),i=n.getTimezoneOffset(),c=p.getTimezoneOffset(),s=Math.max(i,c);l[t>>2]=60*s,N[e>>2]=Number(i!=c);var P=t=>{var e=t>=0?"-":"+",_=Math.abs(t);return`UTC${e}${String(Math.floor(_/60)).padStart(2,"0")}${String(_%60).padStart(2,"0")}`},a=P(i),g=P(c);c<i?(it(a,_,17),it(g,r,17)):(it(a,r,17),it(g,_,17))},i:()=>Date.now(),m:t=>{var e=S.length;t>>>=0;var _=bt();if(t>_)return!1;for(var r=1;r<=4;r*=2){var o=e*(1+.2/r);o=Math.min(o,t+100663296);var n=Math.min(_,ft(Math.max(t,o),65536));if(Et(n))return!0}return!1},e:(t,e)=>{var _=0;return Ot().forEach(((r,o)=>{var n=e+_;l[t+4*o>>2]=n,St(r,n),_+=r.length+1})),0},f:(t,e)=>{var _=Ot();l[t>>2]=_.length;var r=0;return _.forEach((t=>r+=t.length+1)),l[e>>2]=r,0},a:t=>52,g:(t,e,_,r)=>52,k:ht,b:(t,e,_,r)=>{for(var o=0,n=0;n<_;n++){var p=l[e>>2],i=l[e+4>>2];e+=8;for(var c=0;c<i;c++)lt(t,S[p+c]);o+=i}return l[r>>2]=o,0}},At=Q();p._webidl_free=t=>(p._webidl_free=At.v)(t),p._webidl_malloc=t=>(p._webidl_malloc=At.w)(t);var jt,Rt=p._emscripten_bind_PeObject_getCode_0=t=>(Rt=p._emscripten_bind_PeObject_getCode_0=At.x)(t),Gt=p._emscripten_bind_PeObject_getName_1=(t,e)=>(Gt=p._emscripten_bind_PeObject_getName_1=At.y)(t,e),Ct=p._emscripten_bind_PeObject_getType_0=t=>(Ct=p._emscripten_bind_PeObject_getType_0=At.z)(t),It=p._emscripten_bind_PeCoordsys_isEqual_1=(t,e)=>(It=p._emscripten_bind_PeCoordsys_isEqual_1=At.A)(t,e),Lt=p._emscripten_bind_PeCoordsys_getCode_0=t=>(Lt=p._emscripten_bind_PeCoordsys_getCode_0=At.B)(t),Ut=p._emscripten_bind_PeCoordsys_getName_1=(t,e)=>(Ut=p._emscripten_bind_PeCoordsys_getName_1=At.C)(t,e),Ft=p._emscripten_bind_PeCoordsys_getType_0=t=>(Ft=p._emscripten_bind_PeCoordsys_getType_0=At.D)(t),Yt=p._emscripten_bind_PeUnit_getUnitFactor_0=t=>(Yt=p._emscripten_bind_PeUnit_getUnitFactor_0=At.E)(t),wt=p._emscripten_bind_PeUnit_getCode_0=t=>(wt=p._emscripten_bind_PeUnit_getCode_0=At.F)(t),xt=p._emscripten_bind_PeUnit_getName_1=(t,e)=>(xt=p._emscripten_bind_PeUnit_getName_1=At.G)(t,e),Ht=p._emscripten_bind_PeUnit_getType_0=t=>(Ht=p._emscripten_bind_PeUnit_getType_0=At.H)(t),Xt=p._emscripten_bind_VoidPtr___destroy___0=t=>(Xt=p._emscripten_bind_VoidPtr___destroy___0=At.I)(t),zt=p._emscripten_bind_PeAngunit_getCode_0=t=>(zt=p._emscripten_bind_PeAngunit_getCode_0=At.J)(t),Wt=p._emscripten_bind_PeAngunit_getName_1=(t,e)=>(Wt=p._emscripten_bind_PeAngunit_getName_1=At.K)(t,e),Zt=p._emscripten_bind_PeAngunit_getType_0=t=>(Zt=p._emscripten_bind_PeAngunit_getType_0=At.L)(t),qt=p._emscripten_bind_PeAngunit_getUnitFactor_0=t=>(qt=p._emscripten_bind_PeAngunit_getUnitFactor_0=At.M)(t),Bt=p._emscripten_bind_PeDatum_getSpheroid_0=t=>(Bt=p._emscripten_bind_PeDatum_getSpheroid_0=At.N)(t),Kt=p._emscripten_bind_PeDatum_getCode_0=t=>(Kt=p._emscripten_bind_PeDatum_getCode_0=At.O)(t),Vt=p._emscripten_bind_PeDatum_getName_1=(t,e)=>(Vt=p._emscripten_bind_PeDatum_getName_1=At.P)(t,e),kt=p._emscripten_bind_PeDatum_getType_0=t=>(kt=p._emscripten_bind_PeDatum_getType_0=At.Q)(t),$t=p._emscripten_bind_PeDefs_get_PE_BUFFER_MAX_0=t=>($t=p._emscripten_bind_PeDefs_get_PE_BUFFER_MAX_0=At.R)(t),Jt=p._emscripten_bind_PeDefs_get_PE_NAME_MAX_0=t=>(Jt=p._emscripten_bind_PeDefs_get_PE_NAME_MAX_0=At.S)(t),Qt=p._emscripten_bind_PeDefs_get_PE_MGRS_MAX_0=t=>(Qt=p._emscripten_bind_PeDefs_get_PE_MGRS_MAX_0=At.T)(t),te=p._emscripten_bind_PeDefs_get_PE_USNG_MAX_0=t=>(te=p._emscripten_bind_PeDefs_get_PE_USNG_MAX_0=At.U)(t),ee=p._emscripten_bind_PeDefs_get_PE_DD_MAX_0=t=>(ee=p._emscripten_bind_PeDefs_get_PE_DD_MAX_0=At.V)(t),_e=p._emscripten_bind_PeDefs_get_PE_DMS_MAX_0=t=>(_e=p._emscripten_bind_PeDefs_get_PE_DMS_MAX_0=At.W)(t),re=p._emscripten_bind_PeDefs_get_PE_DDM_MAX_0=t=>(re=p._emscripten_bind_PeDefs_get_PE_DDM_MAX_0=At.X)(t),oe=p._emscripten_bind_PeDefs_get_PE_UTM_MAX_0=t=>(oe=p._emscripten_bind_PeDefs_get_PE_UTM_MAX_0=At.Y)(t),ne=p._emscripten_bind_PeDefs_get_PE_PARM_MAX_0=t=>(ne=p._emscripten_bind_PeDefs_get_PE_PARM_MAX_0=At.Z)(t),pe=p._emscripten_bind_PeDefs_get_PE_TYPE_NONE_0=t=>(pe=p._emscripten_bind_PeDefs_get_PE_TYPE_NONE_0=At._)(t),ie=p._emscripten_bind_PeDefs_get_PE_TYPE_GEOGCS_0=t=>(ie=p._emscripten_bind_PeDefs_get_PE_TYPE_GEOGCS_0=At.$)(t),ce=p._emscripten_bind_PeDefs_get_PE_TYPE_PROJCS_0=t=>(ce=p._emscripten_bind_PeDefs_get_PE_TYPE_PROJCS_0=At.aa)(t),se=p._emscripten_bind_PeDefs_get_PE_TYPE_GEOGTRAN_0=t=>(se=p._emscripten_bind_PeDefs_get_PE_TYPE_GEOGTRAN_0=At.ba)(t),Pe=p._emscripten_bind_PeDefs_get_PE_TYPE_COORDSYS_0=t=>(Pe=p._emscripten_bind_PeDefs_get_PE_TYPE_COORDSYS_0=At.ca)(t),ae=p._emscripten_bind_PeDefs_get_PE_TYPE_UNIT_0=t=>(ae=p._emscripten_bind_PeDefs_get_PE_TYPE_UNIT_0=At.da)(t),ge=p._emscripten_bind_PeDefs_get_PE_TYPE_LINUNIT_0=t=>(ge=p._emscripten_bind_PeDefs_get_PE_TYPE_LINUNIT_0=At.ea)(t),ye=p._emscripten_bind_PeDefs_get_PE_STR_OPTS_NONE_0=t=>(ye=p._emscripten_bind_PeDefs_get_PE_STR_OPTS_NONE_0=At.fa)(t),de=p._emscripten_bind_PeDefs_get_PE_STR_AUTH_NONE_0=t=>(de=p._emscripten_bind_PeDefs_get_PE_STR_AUTH_NONE_0=At.ga)(t),ue=p._emscripten_bind_PeDefs_get_PE_STR_AUTH_TOP_0=t=>(ue=p._emscripten_bind_PeDefs_get_PE_STR_AUTH_TOP_0=At.ha)(t),be=p._emscripten_bind_PeDefs_get_PE_STR_NAME_CANON_0=t=>(be=p._emscripten_bind_PeDefs_get_PE_STR_NAME_CANON_0=At.ia)(t),fe=p._emscripten_bind_PeDefs_get_PE_STR_FMT_WKT_0=t=>(fe=p._emscripten_bind_PeDefs_get_PE_STR_FMT_WKT_0=At.ja)(t),Ee=p._emscripten_bind_PeDefs_get_PE_STR_FMT_WKT2_0=t=>(Ee=p._emscripten_bind_PeDefs_get_PE_STR_FMT_WKT2_0=At.ka)(t),me=p._emscripten_bind_PeDefs_get_PE_PARM_X0_0=t=>(me=p._emscripten_bind_PeDefs_get_PE_PARM_X0_0=At.la)(t),Te=p._emscripten_bind_PeDefs_get_PE_PARM_ND_0=t=>(Te=p._emscripten_bind_PeDefs_get_PE_PARM_ND_0=At.ma)(t),Oe=p._emscripten_bind_PeDefs_get_PE_TRANSFORM_1_TO_2_0=t=>(Oe=p._emscripten_bind_PeDefs_get_PE_TRANSFORM_1_TO_2_0=At.na)(t),Se=p._emscripten_bind_PeDefs_get_PE_TRANSFORM_2_TO_1_0=t=>(Se=p._emscripten_bind_PeDefs_get_PE_TRANSFORM_2_TO_1_0=At.oa)(t),he=p._emscripten_bind_PeDefs_get_PE_TRANSFORM_P_TO_G_0=t=>(he=p._emscripten_bind_PeDefs_get_PE_TRANSFORM_P_TO_G_0=At.pa)(t),Ne=p._emscripten_bind_PeDefs_get_PE_TRANSFORM_G_TO_P_0=t=>(Ne=p._emscripten_bind_PeDefs_get_PE_TRANSFORM_G_TO_P_0=At.qa)(t),le=p._emscripten_bind_PeDefs_get_PE_HORIZON_RECT_0=t=>(le=p._emscripten_bind_PeDefs_get_PE_HORIZON_RECT_0=At.ra)(t),Me=p._emscripten_bind_PeDefs_get_PE_HORIZON_POLY_0=t=>(Me=p._emscripten_bind_PeDefs_get_PE_HORIZON_POLY_0=At.sa)(t),De=p._emscripten_bind_PeDefs_get_PE_HORIZON_LINE_0=t=>(De=p._emscripten_bind_PeDefs_get_PE_HORIZON_LINE_0=At.ta)(t),ve=p._emscripten_bind_PeDefs_get_PE_HORIZON_DELTA_0=t=>(ve=p._emscripten_bind_PeDefs_get_PE_HORIZON_DELTA_0=At.ua)(t),Ae=p._emscripten_bind_PeDouble_PeDouble_1=t=>(Ae=p._emscripten_bind_PeDouble_PeDouble_1=At.va)(t),je=p._emscripten_bind_PeDouble_get_val_0=t=>(je=p._emscripten_bind_PeDouble_get_val_0=At.wa)(t),Re=p._emscripten_bind_PeDouble_set_val_1=(t,e)=>(Re=p._emscripten_bind_PeDouble_set_val_1=At.xa)(t,e),Ge=p._emscripten_bind_PeDouble___destroy___0=t=>(Ge=p._emscripten_bind_PeDouble___destroy___0=At.ya)(t),Ce=p._emscripten_bind_PeFactory_initialize_1=t=>(Ce=p._emscripten_bind_PeFactory_initialize_1=At.za)(t),Ie=p._emscripten_bind_PeFactory_factoryByType_2=(t,e)=>(Ie=p._emscripten_bind_PeFactory_factoryByType_2=At.Aa)(t,e),Le=p._emscripten_bind_PeFactory_fromString_2=(t,e)=>(Le=p._emscripten_bind_PeFactory_fromString_2=At.Ba)(t,e),Ue=p._emscripten_bind_PeFactory_getCode_1=t=>(Ue=p._emscripten_bind_PeFactory_getCode_1=At.Ca)(t),Fe=p._emscripten_bind_PeGCSExtent_PeGCSExtent_6=(t,e,_,r,o,n)=>(Fe=p._emscripten_bind_PeGCSExtent_PeGCSExtent_6=At.Da)(t,e,_,r,o,n),Ye=p._emscripten_bind_PeGCSExtent_getLLon_0=t=>(Ye=p._emscripten_bind_PeGCSExtent_getLLon_0=At.Ea)(t),we=p._emscripten_bind_PeGCSExtent_getSLat_0=t=>(we=p._emscripten_bind_PeGCSExtent_getSLat_0=At.Fa)(t),xe=p._emscripten_bind_PeGCSExtent_getRLon_0=t=>(xe=p._emscripten_bind_PeGCSExtent_getRLon_0=At.Ga)(t),He=p._emscripten_bind_PeGCSExtent_getNLat_0=t=>(He=p._emscripten_bind_PeGCSExtent_getNLat_0=At.Ha)(t),Xe=p._emscripten_bind_PeGCSExtent___destroy___0=t=>(Xe=p._emscripten_bind_PeGCSExtent___destroy___0=At.Ia)(t),ze=p._emscripten_bind_PeGeogcs_Delete_0=t=>(ze=p._emscripten_bind_PeGeogcs_Delete_0=At.Ja)(t),We=p._emscripten_bind_PeGeogcs_cloneAlterUnits_1=(t,e)=>(We=p._emscripten_bind_PeGeogcs_cloneAlterUnits_1=At.Ka)(t,e),Ze=p._emscripten_bind_PeGeogcs_getDatum_0=t=>(Ze=p._emscripten_bind_PeGeogcs_getDatum_0=At.La)(t),qe=p._emscripten_bind_PeGeogcs_getPrimem_0=t=>(qe=p._emscripten_bind_PeGeogcs_getPrimem_0=At.Ma)(t),Be=p._emscripten_bind_PeGeogcs_getUnit_0=t=>(Be=p._emscripten_bind_PeGeogcs_getUnit_0=At.Na)(t),Ke=p._emscripten_bind_PeGeogcs_isEqual_1=(t,e)=>(Ke=p._emscripten_bind_PeGeogcs_isEqual_1=At.Oa)(t,e),Ve=p._emscripten_bind_PeGeogcs_getCode_0=t=>(Ve=p._emscripten_bind_PeGeogcs_getCode_0=At.Pa)(t),ke=p._emscripten_bind_PeGeogcs_getName_1=(t,e)=>(ke=p._emscripten_bind_PeGeogcs_getName_1=At.Qa)(t,e),$e=p._emscripten_bind_PeGeogcs_getType_0=t=>($e=p._emscripten_bind_PeGeogcs_getType_0=At.Ra)(t),Je=p._emscripten_bind_PeGeogtran_isEqual_1=(t,e)=>(Je=p._emscripten_bind_PeGeogtran_isEqual_1=At.Sa)(t,e),Qe=p._emscripten_bind_PeGeogtran_getGeogcs1_0=t=>(Qe=p._emscripten_bind_PeGeogtran_getGeogcs1_0=At.Ta)(t),t_=p._emscripten_bind_PeGeogtran_getGeogcs2_0=t=>(t_=p._emscripten_bind_PeGeogtran_getGeogcs2_0=At.Ua)(t),e_=p._emscripten_bind_PeGeogtran_getParameters_0=t=>(e_=p._emscripten_bind_PeGeogtran_getParameters_0=At.Va)(t),__=p._emscripten_bind_PeGeogtran_loadConstants_0=t=>(__=p._emscripten_bind_PeGeogtran_loadConstants_0=At.Wa)(t),r_=p._emscripten_bind_PeGeogtran_getCode_0=t=>(r_=p._emscripten_bind_PeGeogtran_getCode_0=At.Xa)(t),o_=p._emscripten_bind_PeGeogtran_getName_1=(t,e)=>(o_=p._emscripten_bind_PeGeogtran_getName_1=At.Ya)(t,e),n_=p._emscripten_bind_PeGeogtran_getType_0=t=>(n_=p._emscripten_bind_PeGeogtran_getType_0=At.Za)(t),p_=p._emscripten_bind_PeGTlistExtended_getGTlist_6=(t,e,_,r,o,n)=>(p_=p._emscripten_bind_PeGTlistExtended_getGTlist_6=At._a)(t,e,_,r,o,n),i_=p._emscripten_bind_PeGTlistExtended_get_PE_GTLIST_OPTS_COMMON_0=t=>(i_=p._emscripten_bind_PeGTlistExtended_get_PE_GTLIST_OPTS_COMMON_0=At.$a)(t),c_=p._emscripten_bind_PeGTlistExtendedEntry_getEntries_0=t=>(c_=p._emscripten_bind_PeGTlistExtendedEntry_getEntries_0=At.ab)(t),s_=p._emscripten_bind_PeGTlistExtendedEntry_getSteps_0=t=>(s_=p._emscripten_bind_PeGTlistExtendedEntry_getSteps_0=At.bb)(t),P_=p._emscripten_bind_PeGTlistExtendedEntry_Delete_1=t=>(P_=p._emscripten_bind_PeGTlistExtendedEntry_Delete_1=At.cb)(t),a_=p._emscripten_bind_PeGTlistExtendedGTs_getDirection_0=t=>(a_=p._emscripten_bind_PeGTlistExtendedGTs_getDirection_0=At.db)(t),g_=p._emscripten_bind_PeGTlistExtendedGTs_getGeogtran_0=t=>(g_=p._emscripten_bind_PeGTlistExtendedGTs_getGeogtran_0=At.eb)(t),y_=p._emscripten_bind_PeHorizon_getNump_0=t=>(y_=p._emscripten_bind_PeHorizon_getNump_0=At.fb)(t),d_=p._emscripten_bind_PeHorizon_getKind_0=t=>(d_=p._emscripten_bind_PeHorizon_getKind_0=At.gb)(t),u_=p._emscripten_bind_PeHorizon_getInclusive_0=t=>(u_=p._emscripten_bind_PeHorizon_getInclusive_0=At.hb)(t),b_=p._emscripten_bind_PeHorizon_getSize_0=t=>(b_=p._emscripten_bind_PeHorizon_getSize_0=At.ib)(t),f_=p._emscripten_bind_PeHorizon_getCoord_0=t=>(f_=p._emscripten_bind_PeHorizon_getCoord_0=At.jb)(t),E_=p._emscripten_bind_PeInteger_PeInteger_1=t=>(E_=p._emscripten_bind_PeInteger_PeInteger_1=At.kb)(t),m_=p._emscripten_bind_PeInteger_get_val_0=t=>(m_=p._emscripten_bind_PeInteger_get_val_0=At.lb)(t),T_=p._emscripten_bind_PeInteger_set_val_1=(t,e)=>(T_=p._emscripten_bind_PeInteger_set_val_1=At.mb)(t,e),O_=p._emscripten_bind_PeInteger___destroy___0=t=>(O_=p._emscripten_bind_PeInteger___destroy___0=At.nb)(t),S_=p._emscripten_bind_PeLineType_geodetic_distance_10=(t,e,_,r,o,n,i,c,s,P)=>(S_=p._emscripten_bind_PeLineType_geodetic_distance_10=At.ob)(t,e,_,r,o,n,i,c,s,P),h_=p._emscripten_bind_PeLineType_geodetic_coordinate_9=(t,e,_,r,o,n,i,c,s)=>(h_=p._emscripten_bind_PeLineType_geodetic_coordinate_9=At.pb)(t,e,_,r,o,n,i,c,s),N_=p._emscripten_bind_PeLineType_geodesic_coordinate_8=(t,e,_,r,o,n,i,c)=>(N_=p._emscripten_bind_PeLineType_geodesic_coordinate_8=At.qb)(t,e,_,r,o,n,i,c),l_=p._emscripten_bind_PeLineType_great_elliptic_distance_9=(t,e,_,r,o,n,i,c,s)=>(l_=p._emscripten_bind_PeLineType_great_elliptic_distance_9=At.rb)(t,e,_,r,o,n,i,c,s),M_=p._emscripten_bind_PeMath_phi_to_eta_2=(t,e)=>(M_=p._emscripten_bind_PeMath_phi_to_eta_2=At.sb)(t,e),D_=p._emscripten_bind_PeMath_eta_to_phi_2=(t,e)=>(D_=p._emscripten_bind_PeMath_eta_to_phi_2=At.tb)(t,e),v_=p._emscripten_bind_PeMath_phi_to_phig_2=(t,e)=>(v_=p._emscripten_bind_PeMath_phi_to_phig_2=At.ub)(t,e),A_=p._emscripten_bind_PeMath_q_3=(t,e,_)=>(A_=p._emscripten_bind_PeMath_q_3=At.vb)(t,e,_),j_=p._emscripten_bind_PeMath_q90_2=(t,e)=>(j_=p._emscripten_bind_PeMath_q90_2=At.wb)(t,e),R_=p._emscripten_bind_PeNotationMgrs_get_PE_MGRS_STYLE_NEW_0=t=>(R_=p._emscripten_bind_PeNotationMgrs_get_PE_MGRS_STYLE_NEW_0=At.xb)(t),G_=p._emscripten_bind_PeNotationMgrs_get_PE_MGRS_STYLE_OLD_0=t=>(G_=p._emscripten_bind_PeNotationMgrs_get_PE_MGRS_STYLE_OLD_0=At.yb)(t),C_=p._emscripten_bind_PeNotationMgrs_get_PE_MGRS_STYLE_AUTO_0=t=>(C_=p._emscripten_bind_PeNotationMgrs_get_PE_MGRS_STYLE_AUTO_0=At.zb)(t),I_=p._emscripten_bind_PeNotationMgrs_get_PE_MGRS_180_ZONE_1_PLUS_0=t=>(I_=p._emscripten_bind_PeNotationMgrs_get_PE_MGRS_180_ZONE_1_PLUS_0=At.Ab)(t),L_=p._emscripten_bind_PeNotationMgrs_get_PE_MGRS_ADD_SPACES_0=t=>(L_=p._emscripten_bind_PeNotationMgrs_get_PE_MGRS_ADD_SPACES_0=At.Bb)(t),U_=p._emscripten_bind_PeNotationUtm_get_PE_UTM_OPTS_NONE_0=t=>(U_=p._emscripten_bind_PeNotationUtm_get_PE_UTM_OPTS_NONE_0=At.Cb)(t),F_=p._emscripten_bind_PeNotationUtm_get_PE_UTM_OPTS_NS_0=t=>(F_=p._emscripten_bind_PeNotationUtm_get_PE_UTM_OPTS_NS_0=At.Db)(t),Y_=p._emscripten_bind_PeNotationUtm_get_PE_UTM_OPTS_NS_STRICT_0=t=>(Y_=p._emscripten_bind_PeNotationUtm_get_PE_UTM_OPTS_NS_STRICT_0=At.Eb)(t),w_=p._emscripten_bind_PeNotationUtm_get_PE_UTM_OPTS_ADD_SPACES_0=t=>(w_=p._emscripten_bind_PeNotationUtm_get_PE_UTM_OPTS_ADD_SPACES_0=At.Fb)(t),x_=p._emscripten_bind_PeParameter_getValue_0=t=>(x_=p._emscripten_bind_PeParameter_getValue_0=At.Gb)(t),H_=p._emscripten_bind_PeParameter_getCode_0=t=>(H_=p._emscripten_bind_PeParameter_getCode_0=At.Hb)(t),X_=p._emscripten_bind_PeParameter_getName_1=(t,e)=>(X_=p._emscripten_bind_PeParameter_getName_1=At.Ib)(t,e),z_=p._emscripten_bind_PeParameter_getType_0=t=>(z_=p._emscripten_bind_PeParameter_getType_0=At.Jb)(t),W_=p._emscripten_bind_PePCSInfo_getCentralMeridian_0=t=>(W_=p._emscripten_bind_PePCSInfo_getCentralMeridian_0=At.Kb)(t),Z_=p._emscripten_bind_PePCSInfo_getDomainMinx_0=t=>(Z_=p._emscripten_bind_PePCSInfo_getDomainMinx_0=At.Lb)(t),q_=p._emscripten_bind_PePCSInfo_getDomainMiny_0=t=>(q_=p._emscripten_bind_PePCSInfo_getDomainMiny_0=At.Mb)(t),B_=p._emscripten_bind_PePCSInfo_getDomainMaxx_0=t=>(B_=p._emscripten_bind_PePCSInfo_getDomainMaxx_0=At.Nb)(t),K_=p._emscripten_bind_PePCSInfo_getDomainMaxy_0=t=>(K_=p._emscripten_bind_PePCSInfo_getDomainMaxy_0=At.Ob)(t),V_=p._emscripten_bind_PePCSInfo_getNorthPoleLocation_0=t=>(V_=p._emscripten_bind_PePCSInfo_getNorthPoleLocation_0=At.Pb)(t),k_=p._emscripten_bind_PePCSInfo_getNorthPoleGeometry_0=t=>(k_=p._emscripten_bind_PePCSInfo_getNorthPoleGeometry_0=At.Qb)(t),$_=p._emscripten_bind_PePCSInfo_getSouthPoleLocation_0=t=>($_=p._emscripten_bind_PePCSInfo_getSouthPoleLocation_0=At.Rb)(t),J_=p._emscripten_bind_PePCSInfo_getSouthPoleGeometry_0=t=>(J_=p._emscripten_bind_PePCSInfo_getSouthPoleGeometry_0=At.Sb)(t),Q_=p._emscripten_bind_PePCSInfo_isDensificationNeeded_0=t=>(Q_=p._emscripten_bind_PePCSInfo_isDensificationNeeded_0=At.Tb)(t),tr=p._emscripten_bind_PePCSInfo_isGcsHorizonMultiOverlap_0=t=>(tr=p._emscripten_bind_PePCSInfo_isGcsHorizonMultiOverlap_0=At.Ub)(t),er=p._emscripten_bind_PePCSInfo_isPannableRectangle_0=t=>(er=p._emscripten_bind_PePCSInfo_isPannableRectangle_0=At.Vb)(t),_r=p._emscripten_bind_PePCSInfo_generate_2=(t,e)=>(_r=p._emscripten_bind_PePCSInfo_generate_2=At.Wb)(t,e),rr=p._emscripten_bind_PePCSInfo_get_PE_PCSINFO_OPTION_NONE_0=t=>(rr=p._emscripten_bind_PePCSInfo_get_PE_PCSINFO_OPTION_NONE_0=At.Xb)(t),or=p._emscripten_bind_PePCSInfo_get_PE_PCSINFO_OPTION_DOMAIN_0=t=>(or=p._emscripten_bind_PePCSInfo_get_PE_PCSINFO_OPTION_DOMAIN_0=At.Yb)(t),nr=p._emscripten_bind_PePCSInfo_get_PE_POLE_OUTSIDE_BOUNDARY_0=t=>(nr=p._emscripten_bind_PePCSInfo_get_PE_POLE_OUTSIDE_BOUNDARY_0=At.Zb)(t),pr=p._emscripten_bind_PePCSInfo_get_PE_POLE_POINT_0=t=>(pr=p._emscripten_bind_PePCSInfo_get_PE_POLE_POINT_0=At._b)(t),ir=p._emscripten_bind_PePrimem_getLongitude_0=t=>(ir=p._emscripten_bind_PePrimem_getLongitude_0=At.$b)(t),cr=p._emscripten_bind_PePrimem_getCode_0=t=>(cr=p._emscripten_bind_PePrimem_getCode_0=At.ac)(t),sr=p._emscripten_bind_PePrimem_getName_1=(t,e)=>(sr=p._emscripten_bind_PePrimem_getName_1=At.bc)(t,e),Pr=p._emscripten_bind_PePrimem_getType_0=t=>(Pr=p._emscripten_bind_PePrimem_getType_0=At.cc)(t),ar=p._emscripten_bind_PeProjcs_Delete_0=t=>(ar=p._emscripten_bind_PeProjcs_Delete_0=At.dc)(t),gr=p._emscripten_bind_PeProjcs_getGeogcs_0=t=>(gr=p._emscripten_bind_PeProjcs_getGeogcs_0=At.ec)(t),yr=p._emscripten_bind_PeProjcs_getProjection_0=t=>(yr=p._emscripten_bind_PeProjcs_getProjection_0=At.fc)(t),dr=p._emscripten_bind_PeProjcs_getParameters_0=t=>(dr=p._emscripten_bind_PeProjcs_getParameters_0=At.gc)(t),ur=p._emscripten_bind_PeProjcs_getUnit_0=t=>(ur=p._emscripten_bind_PeProjcs_getUnit_0=At.hc)(t),br=p._emscripten_bind_PeProjcs_loadConstants_0=t=>(br=p._emscripten_bind_PeProjcs_loadConstants_0=At.ic)(t),fr=p._emscripten_bind_PeProjcs_horizonGcsGenerate_0=t=>(fr=p._emscripten_bind_PeProjcs_horizonGcsGenerate_0=At.jc)(t),Er=p._emscripten_bind_PeProjcs_horizonPcsGenerate_0=t=>(Er=p._emscripten_bind_PeProjcs_horizonPcsGenerate_0=At.kc)(t),mr=p._emscripten_bind_PeProjcs_isEqual_1=(t,e)=>(mr=p._emscripten_bind_PeProjcs_isEqual_1=At.lc)(t,e),Tr=p._emscripten_bind_PeProjcs_getCode_0=t=>(Tr=p._emscripten_bind_PeProjcs_getCode_0=At.mc)(t),Or=p._emscripten_bind_PeProjcs_getName_1=(t,e)=>(Or=p._emscripten_bind_PeProjcs_getName_1=At.nc)(t,e),Sr=p._emscripten_bind_PeProjcs_getType_0=t=>(Sr=p._emscripten_bind_PeProjcs_getType_0=At.oc)(t),hr=p._emscripten_bind_PeSpheroid_getAxis_0=t=>(hr=p._emscripten_bind_PeSpheroid_getAxis_0=At.pc)(t),Nr=p._emscripten_bind_PeSpheroid_getFlattening_0=t=>(Nr=p._emscripten_bind_PeSpheroid_getFlattening_0=At.qc)(t),lr=p._emscripten_bind_PeSpheroid_getCode_0=t=>(lr=p._emscripten_bind_PeSpheroid_getCode_0=At.rc)(t),Mr=p._emscripten_bind_PeSpheroid_getName_1=(t,e)=>(Mr=p._emscripten_bind_PeSpheroid_getName_1=At.sc)(t,e),Dr=p._emscripten_bind_PeSpheroid_getType_0=t=>(Dr=p._emscripten_bind_PeSpheroid_getType_0=At.tc)(t),vr=p._emscripten_bind_PeVersion_version_string_0=t=>(vr=p._emscripten_bind_PeVersion_version_string_0=At.uc)(t);function Ar(){function t(){jt||(jt=!0,p.calledRun=!0,v||(L(),e(p),U()))}Y>0||(I(),Y>0||t())}function jr(){}function Rr(t){return(t||jr).__cache__}function Gr(t,e){var _=Rr(e),r=_[t];return r||((r=Object.create((e||jr).prototype)).ptr=t,_[t]=r)}function Cr(t,e){return Gr(t.ptr,e)}function Ir(t){if(!t.__destroy__)throw"Error: Cannot destroy object. (Did you create it yourself?)";t.__destroy__(),delete Rr(t.__class__)[t.ptr]}function Lr(t,e){return t.ptr===e.ptr}function Ur(t){return t.ptr}function Fr(t){return t.__class__}p._pe_getPeGTlistExtendedEntrySize=()=>(p._pe_getPeGTlistExtendedEntrySize=At.vc)(),p._pe_getPeGTlistExtendedGTsSize=()=>(p._pe_getPeGTlistExtendedGTsSize=At.wc)(),p._pe_getPeHorizonSize=()=>(p._pe_getPeHorizonSize=At.xc)(),p._pe_geog_to_geog=(t,e,_,r,o)=>(p._pe_geog_to_geog=At.zc)(t,e,_,r,o),p._pe_geog_to_proj=(t,e,_)=>(p._pe_geog_to_proj=At.Ac)(t,e,_),p._pe_geog_to_dd=(t,e,_,r,o)=>(p._pe_geog_to_dd=At.Bc)(t,e,_,r,o),p._pe_dd_to_geog=(t,e,_,r)=>(p._pe_dd_to_geog=At.Cc)(t,e,_,r),p._pe_geog_to_ddm=(t,e,_,r,o)=>(p._pe_geog_to_ddm=At.Dc)(t,e,_,r,o),p._pe_ddm_to_geog=(t,e,_,r)=>(p._pe_ddm_to_geog=At.Ec)(t,e,_,r),p._pe_geog_to_dms=(t,e,_,r,o)=>(p._pe_geog_to_dms=At.Fc)(t,e,_,r,o),p._pe_dms_to_geog=(t,e,_,r)=>(p._pe_dms_to_geog=At.Gc)(t,e,_,r),p._pe_geog_to_mgrs_extended=(t,e,_,r,o,n,i)=>(p._pe_geog_to_mgrs_extended=At.Hc)(t,e,_,r,o,n,i),p._pe_mgrs_to_geog_extended=(t,e,_,r,o)=>(p._pe_mgrs_to_geog_extended=At.Ic)(t,e,_,r,o),p._pe_geog_to_usng=(t,e,_,r,o,n,i)=>(p._pe_geog_to_usng=At.Jc)(t,e,_,r,o,n,i),p._pe_usng_to_geog=(t,e,_,r)=>(p._pe_usng_to_geog=At.Kc)(t,e,_,r),p._pe_geog_to_utm=(t,e,_,r,o)=>(p._pe_geog_to_utm=At.Lc)(t,e,_,r,o),p._pe_utm_to_geog=(t,e,_,r,o)=>(p._pe_utm_to_geog=At.Mc)(t,e,_,r,o),p._pe_object_to_string_ext=(t,e,_)=>(p._pe_object_to_string_ext=At.Nc)(t,e,_),p._pe_proj_to_geog_center=(t,e,_,r)=>(p._pe_proj_to_geog_center=At.Oc)(t,e,_,r),p.getValue=et,p.UTF8ToString=ot,w=function t(){jt||Ar(),jt||(w=t)},Ar(),jr.prototype=Object.create(jr.prototype),jr.prototype.constructor=jr,jr.prototype.__class__=jr,jr.__cache__={},p.WrapperObject=jr,p.getCache=Rr,p.wrapPointer=Gr,p.castObject=Cr,p.NULL=Gr(0),p.destroy=Ir,p.compare=Lr,p.getPointer=Ur,p.getClass=Fr;var Yr={buffer:0,size:0,pos:0,temps:[],needed:0,prepare(){if(Yr.needed){for(var t=0;t<Yr.temps.length;t++)p._webidl_free(Yr.temps[t]);Yr.temps.length=0,p._webidl_free(Yr.buffer),Yr.buffer=0,Yr.size+=Yr.needed,Yr.needed=0}Yr.buffer||(Yr.size+=128,Yr.buffer=p._webidl_malloc(Yr.size),A(Yr.buffer)),Yr.pos=0},alloc(t,e){A(Yr.buffer);var _,r=e.BYTES_PER_ELEMENT,o=t.length*r;return o=ft(o,8),Yr.pos+o>=Yr.size?(A(o>0),Yr.needed+=o,_=p._webidl_malloc(o),Yr.temps.push(_)):(_=Yr.buffer+Yr.pos,Yr.pos+=o),_},copy(t,e,_){_/=e.BYTES_PER_ELEMENT;for(var r=0;r<t.length;r++)e[_+r]=t[r]}};function wr(t){if("string"==typeof t){var e=Dt(t),_=Yr.alloc(e,O);return Yr.copy(e,O,_),_}return t}function xr(t){if("object"==typeof t){var e=Yr.alloc(t,O);return Yr.copy(t,O,e),e}return t}function Hr(t){if("object"==typeof t){var e=Yr.alloc(t,h);return Yr.copy(t,h,e),e}return t}function Xr(t){if("object"==typeof t){var e=Yr.alloc(t,N);return Yr.copy(t,N,e),e}return t}function zr(t){if("object"==typeof t){var e=Yr.alloc(t,M);return Yr.copy(t,M,e),e}return t}function Wr(t){if("object"==typeof t){var e=Yr.alloc(t,D);return Yr.copy(t,D,e),e}return t}function Zr(){throw"cannot construct a PeObject, no constructor in IDL"}function qr(){throw"cannot construct a PeCoordsys, no constructor in IDL"}function Br(){throw"cannot construct a PeUnit, no constructor in IDL"}function Kr(){throw"cannot construct a VoidPtr, no constructor in IDL"}function Vr(){throw"cannot construct a PeAngunit, no constructor in IDL"}function kr(){throw"cannot construct a PeDatum, no constructor in IDL"}function $r(){throw"cannot construct a PeDefs, no constructor in IDL"}function Jr(t){t&&"object"==typeof t&&(t=t.ptr),this.ptr=Ae(t),Rr(Jr)[this.ptr]=this}function Qr(){throw"cannot construct a PeFactory, no constructor in IDL"}function to(t,e,_,r,o,n){t&&"object"==typeof t&&(t=t.ptr),e&&"object"==typeof e&&(e=e.ptr),_&&"object"==typeof _&&(_=_.ptr),r&&"object"==typeof r&&(r=r.ptr),o&&"object"==typeof o&&(o=o.ptr),n&&"object"==typeof n&&(n=n.ptr),this.ptr=Fe(t,e,_,r,o,n),Rr(to)[this.ptr]=this}function eo(){throw"cannot construct a PeGeogcs, no constructor in IDL"}function _o(){throw"cannot construct a PeGeogtran, no constructor in IDL"}function ro(){throw"cannot construct a PeGTlistExtended, no constructor in IDL"}function oo(){throw"cannot construct a PeGTlistExtendedEntry, no constructor in IDL"}function no(){throw"cannot construct a PeGTlistExtendedGTs, no constructor in IDL"}function po(){throw"cannot construct a PeHorizon, no constructor in IDL"}function io(t){t&&"object"==typeof t&&(t=t.ptr),this.ptr=E_(t),Rr(io)[this.ptr]=this}function co(){throw"cannot construct a PeLineType, no constructor in IDL"}function so(){throw"cannot construct a PeMath, no constructor in IDL"}function Po(){throw"cannot construct a PeNotationMgrs, no constructor in IDL"}function ao(){throw"cannot construct a PeNotationUtm, no constructor in IDL"}function go(){throw"cannot construct a PeParameter, no constructor in IDL"}function yo(){throw"cannot construct a PePCSInfo, no constructor in IDL"}function uo(){throw"cannot construct a PePrimem, no constructor in IDL"}function bo(){throw"cannot construct a PeProjcs, no constructor in IDL"}function fo(){throw"cannot construct a PeSpheroid, no constructor in IDL"}function Eo(){throw"cannot construct a PeVersion, no constructor in IDL"}return Zr.prototype=Object.create(jr.prototype),Zr.prototype.constructor=Zr,Zr.prototype.__class__=Zr,Zr.__cache__={},p.PeObject=Zr,Zr.prototype.getCode=Zr.prototype.getCode=function(){var t=this.ptr;return Rt(t)},Zr.prototype.getName=Zr.prototype.getName=function(t){var e=this.ptr;return Yr.prepare(),"object"==typeof t&&(t=xr(t)),ot(Gt(e,t))},Zr.prototype.getType=Zr.prototype.getType=function(){var t=this.ptr;return Ct(t)},qr.prototype=Object.create(Zr.prototype),qr.prototype.constructor=qr,qr.prototype.__class__=qr,qr.__cache__={},p.PeCoordsys=qr,qr.prototype.isEqual=qr.prototype.isEqual=function(t){var e=this.ptr;return t&&"object"==typeof t&&(t=t.ptr),!!It(e,t)},qr.prototype.getCode=qr.prototype.getCode=function(){var t=this.ptr;return Lt(t)},qr.prototype.getName=qr.prototype.getName=function(t){var e=this.ptr;return Yr.prepare(),"object"==typeof t&&(t=xr(t)),ot(Ut(e,t))},qr.prototype.getType=qr.prototype.getType=function(){var t=this.ptr;return Ft(t)},Br.prototype=Object.create(Zr.prototype),Br.prototype.constructor=Br,Br.prototype.__class__=Br,Br.__cache__={},p.PeUnit=Br,Br.prototype.getUnitFactor=Br.prototype.getUnitFactor=function(){var t=this.ptr;return Yt(t)},Br.prototype.getCode=Br.prototype.getCode=function(){var t=this.ptr;return wt(t)},Br.prototype.getName=Br.prototype.getName=function(t){var e=this.ptr;return Yr.prepare(),"object"==typeof t&&(t=xr(t)),ot(xt(e,t))},Br.prototype.getType=Br.prototype.getType=function(){var t=this.ptr;return Ht(t)},Kr.prototype=Object.create(jr.prototype),Kr.prototype.constructor=Kr,Kr.prototype.__class__=Kr,Kr.__cache__={},p.VoidPtr=Kr,Kr.prototype.__destroy__=Kr.prototype.__destroy__=function(){var t=this.ptr;Xt(t)},Vr.prototype=Object.create(Br.prototype),Vr.prototype.constructor=Vr,Vr.prototype.__class__=Vr,Vr.__cache__={},p.PeAngunit=Vr,Vr.prototype.getCode=Vr.prototype.getCode=function(){var t=this.ptr;return zt(t)},Vr.prototype.getName=Vr.prototype.getName=function(t){var e=this.ptr;return Yr.prepare(),"object"==typeof t&&(t=xr(t)),ot(Wt(e,t))},Vr.prototype.getType=Vr.prototype.getType=function(){var t=this.ptr;return Zt(t)},Vr.prototype.getUnitFactor=Vr.prototype.getUnitFactor=function(){var t=this.ptr;return qt(t)},kr.prototype=Object.create(Zr.prototype),kr.prototype.constructor=kr,kr.prototype.__class__=kr,kr.__cache__={},p.PeDatum=kr,kr.prototype.getSpheroid=kr.prototype.getSpheroid=function(){var t=this.ptr;return Gr(Bt(t),fo)},kr.prototype.getCode=kr.prototype.getCode=function(){var t=this.ptr;return Kt(t)},kr.prototype.getName=kr.prototype.getName=function(t){var e=this.ptr;return Yr.prepare(),"object"==typeof t&&(t=xr(t)),ot(Vt(e,t))},kr.prototype.getType=kr.prototype.getType=function(){var t=this.ptr;return kt(t)},$r.prototype=Object.create(jr.prototype),$r.prototype.constructor=$r,$r.prototype.__class__=$r,$r.__cache__={},p.PeDefs=$r,$r.prototype.get_PE_BUFFER_MAX=$r.prototype.get_PE_BUFFER_MAX=function(){var t=this.ptr;return $t(t)},Object.defineProperty($r.prototype,"PE_BUFFER_MAX",{get:$r.prototype.get_PE_BUFFER_MAX}),$r.prototype.get_PE_NAME_MAX=$r.prototype.get_PE_NAME_MAX=function(){var t=this.ptr;return Jt(t)},Object.defineProperty($r.prototype,"PE_NAME_MAX",{get:$r.prototype.get_PE_NAME_MAX}),$r.prototype.get_PE_MGRS_MAX=$r.prototype.get_PE_MGRS_MAX=function(){var t=this.ptr;return Qt(t)},Object.defineProperty($r.prototype,"PE_MGRS_MAX",{get:$r.prototype.get_PE_MGRS_MAX}),$r.prototype.get_PE_USNG_MAX=$r.prototype.get_PE_USNG_MAX=function(){var t=this.ptr;return te(t)},Object.defineProperty($r.prototype,"PE_USNG_MAX",{get:$r.prototype.get_PE_USNG_MAX}),$r.prototype.get_PE_DD_MAX=$r.prototype.get_PE_DD_MAX=function(){var t=this.ptr;return ee(t)},Object.defineProperty($r.prototype,"PE_DD_MAX",{get:$r.prototype.get_PE_DD_MAX}),$r.prototype.get_PE_DMS_MAX=$r.prototype.get_PE_DMS_MAX=function(){var t=this.ptr;return _e(t)},Object.defineProperty($r.prototype,"PE_DMS_MAX",{get:$r.prototype.get_PE_DMS_MAX}),$r.prototype.get_PE_DDM_MAX=$r.prototype.get_PE_DDM_MAX=function(){var t=this.ptr;return re(t)},Object.defineProperty($r.prototype,"PE_DDM_MAX",{get:$r.prototype.get_PE_DDM_MAX}),$r.prototype.get_PE_UTM_MAX=$r.prototype.get_PE_UTM_MAX=function(){var t=this.ptr;return oe(t)},Object.defineProperty($r.prototype,"PE_UTM_MAX",{get:$r.prototype.get_PE_UTM_MAX}),$r.prototype.get_PE_PARM_MAX=$r.prototype.get_PE_PARM_MAX=function(){var t=this.ptr;return ne(t)},Object.defineProperty($r.prototype,"PE_PARM_MAX",{get:$r.prototype.get_PE_PARM_MAX}),$r.prototype.get_PE_TYPE_NONE=$r.prototype.get_PE_TYPE_NONE=function(){var t=this.ptr;return pe(t)},Object.defineProperty($r.prototype,"PE_TYPE_NONE",{get:$r.prototype.get_PE_TYPE_NONE}),$r.prototype.get_PE_TYPE_GEOGCS=$r.prototype.get_PE_TYPE_GEOGCS=function(){var t=this.ptr;return ie(t)},Object.defineProperty($r.prototype,"PE_TYPE_GEOGCS",{get:$r.prototype.get_PE_TYPE_GEOGCS}),$r.prototype.get_PE_TYPE_PROJCS=$r.prototype.get_PE_TYPE_PROJCS=function(){var t=this.ptr;return ce(t)},Object.defineProperty($r.prototype,"PE_TYPE_PROJCS",{get:$r.prototype.get_PE_TYPE_PROJCS}),$r.prototype.get_PE_TYPE_GEOGTRAN=$r.prototype.get_PE_TYPE_GEOGTRAN=function(){var t=this.ptr;return se(t)},Object.defineProperty($r.prototype,"PE_TYPE_GEOGTRAN",{get:$r.prototype.get_PE_TYPE_GEOGTRAN}),$r.prototype.get_PE_TYPE_COORDSYS=$r.prototype.get_PE_TYPE_COORDSYS=function(){var t=this.ptr;return Pe(t)},Object.defineProperty($r.prototype,"PE_TYPE_COORDSYS",{get:$r.prototype.get_PE_TYPE_COORDSYS}),$r.prototype.get_PE_TYPE_UNIT=$r.prototype.get_PE_TYPE_UNIT=function(){var t=this.ptr;return ae(t)},Object.defineProperty($r.prototype,"PE_TYPE_UNIT",{get:$r.prototype.get_PE_TYPE_UNIT}),$r.prototype.get_PE_TYPE_LINUNIT=$r.prototype.get_PE_TYPE_LINUNIT=function(){var t=this.ptr;return ge(t)},Object.defineProperty($r.prototype,"PE_TYPE_LINUNIT",{get:$r.prototype.get_PE_TYPE_LINUNIT}),$r.prototype.get_PE_STR_OPTS_NONE=$r.prototype.get_PE_STR_OPTS_NONE=function(){var t=this.ptr;return ye(t)},Object.defineProperty($r.prototype,"PE_STR_OPTS_NONE",{get:$r.prototype.get_PE_STR_OPTS_NONE}),$r.prototype.get_PE_STR_AUTH_NONE=$r.prototype.get_PE_STR_AUTH_NONE=function(){var t=this.ptr;return de(t)},Object.defineProperty($r.prototype,"PE_STR_AUTH_NONE",{get:$r.prototype.get_PE_STR_AUTH_NONE}),$r.prototype.get_PE_STR_AUTH_TOP=$r.prototype.get_PE_STR_AUTH_TOP=function(){var t=this.ptr;return ue(t)},Object.defineProperty($r.prototype,"PE_STR_AUTH_TOP",{get:$r.prototype.get_PE_STR_AUTH_TOP}),$r.prototype.get_PE_STR_NAME_CANON=$r.prototype.get_PE_STR_NAME_CANON=function(){var t=this.ptr;return be(t)},Object.defineProperty($r.prototype,"PE_STR_NAME_CANON",{get:$r.prototype.get_PE_STR_NAME_CANON}),$r.prototype.get_PE_STR_FMT_WKT=$r.prototype.get_PE_STR_FMT_WKT=function(){var t=this.ptr;return fe(t)},Object.defineProperty($r.prototype,"PE_STR_FMT_WKT",{get:$r.prototype.get_PE_STR_FMT_WKT}),$r.prototype.get_PE_STR_FMT_WKT2=$r.prototype.get_PE_STR_FMT_WKT2=function(){var t=this.ptr;return Ee(t)},Object.defineProperty($r.prototype,"PE_STR_FMT_WKT2",{get:$r.prototype.get_PE_STR_FMT_WKT2}),$r.prototype.get_PE_PARM_X0=$r.prototype.get_PE_PARM_X0=function(){var t=this.ptr;return me(t)},Object.defineProperty($r.prototype,"PE_PARM_X0",{get:$r.prototype.get_PE_PARM_X0}),$r.prototype.get_PE_PARM_ND=$r.prototype.get_PE_PARM_ND=function(){var t=this.ptr;return Te(t)},Object.defineProperty($r.prototype,"PE_PARM_ND",{get:$r.prototype.get_PE_PARM_ND}),$r.prototype.get_PE_TRANSFORM_1_TO_2=$r.prototype.get_PE_TRANSFORM_1_TO_2=function(){var t=this.ptr;return Oe(t)},Object.defineProperty($r.prototype,"PE_TRANSFORM_1_TO_2",{get:$r.prototype.get_PE_TRANSFORM_1_TO_2}),$r.prototype.get_PE_TRANSFORM_2_TO_1=$r.prototype.get_PE_TRANSFORM_2_TO_1=function(){var t=this.ptr;return Se(t)},Object.defineProperty($r.prototype,"PE_TRANSFORM_2_TO_1",{get:$r.prototype.get_PE_TRANSFORM_2_TO_1}),$r.prototype.get_PE_TRANSFORM_P_TO_G=$r.prototype.get_PE_TRANSFORM_P_TO_G=function(){var t=this.ptr;return he(t)},Object.defineProperty($r.prototype,"PE_TRANSFORM_P_TO_G",{get:$r.prototype.get_PE_TRANSFORM_P_TO_G}),$r.prototype.get_PE_TRANSFORM_G_TO_P=$r.prototype.get_PE_TRANSFORM_G_TO_P=function(){var t=this.ptr;return Ne(t)},Object.defineProperty($r.prototype,"PE_TRANSFORM_G_TO_P",{get:$r.prototype.get_PE_TRANSFORM_G_TO_P}),$r.prototype.get_PE_HORIZON_RECT=$r.prototype.get_PE_HORIZON_RECT=function(){var t=this.ptr;return le(t)},Object.defineProperty($r.prototype,"PE_HORIZON_RECT",{get:$r.prototype.get_PE_HORIZON_RECT}),$r.prototype.get_PE_HORIZON_POLY=$r.prototype.get_PE_HORIZON_POLY=function(){var t=this.ptr;return Me(t)},Object.defineProperty($r.prototype,"PE_HORIZON_POLY",{get:$r.prototype.get_PE_HORIZON_POLY}),$r.prototype.get_PE_HORIZON_LINE=$r.prototype.get_PE_HORIZON_LINE=function(){var t=this.ptr;return De(t)},Object.defineProperty($r.prototype,"PE_HORIZON_LINE",{get:$r.prototype.get_PE_HORIZON_LINE}),$r.prototype.get_PE_HORIZON_DELTA=$r.prototype.get_PE_HORIZON_DELTA=function(){var t=this.ptr;return ve(t)},Object.defineProperty($r.prototype,"PE_HORIZON_DELTA",{get:$r.prototype.get_PE_HORIZON_DELTA}),Jr.prototype=Object.create(jr.prototype),Jr.prototype.constructor=Jr,Jr.prototype.__class__=Jr,Jr.__cache__={},p.PeDouble=Jr,Jr.prototype.get_val=Jr.prototype.get_val=function(){var t=this.ptr;return je(t)},Jr.prototype.set_val=Jr.prototype.set_val=function(t){var e=this.ptr;t&&"object"==typeof t&&(t=t.ptr),Re(e,t)},Object.defineProperty(Jr.prototype,"val",{get:Jr.prototype.get_val,set:Jr.prototype.set_val}),Jr.prototype.__destroy__=Jr.prototype.__destroy__=function(){var t=this.ptr;Ge(t)},Qr.prototype=Object.create(jr.prototype),Qr.prototype.constructor=Qr,Qr.prototype.__class__=Qr,Qr.__cache__={},p.PeFactory=Qr,Qr.prototype.initialize=Qr.prototype.initialize=function(t){Yr.prepare(),t=t&&"object"==typeof t?t.ptr:wr(t),Ce(t)},Qr.prototype.factoryByType=Qr.prototype.factoryByType=function(t,e){return t&&"object"==typeof t&&(t=t.ptr),e&&"object"==typeof e&&(e=e.ptr),Gr(Ie(t,e),Zr)},Qr.prototype.fromString=Qr.prototype.fromString=function(t,e){return Yr.prepare(),t&&"object"==typeof t&&(t=t.ptr),e=e&&"object"==typeof e?e.ptr:wr(e),Gr(Le(t,e),Zr)},Qr.prototype.getCode=Qr.prototype.getCode=function(t){return t&&"object"==typeof t&&(t=t.ptr),Ue(t)},to.prototype=Object.create(jr.prototype),to.prototype.constructor=to,to.prototype.__class__=to,to.__cache__={},p.PeGCSExtent=to,to.prototype.getLLon=to.prototype.getLLon=function(){var t=this.ptr;return Ye(t)},to.prototype.getSLat=to.prototype.getSLat=function(){var t=this.ptr;return we(t)},to.prototype.getRLon=to.prototype.getRLon=function(){var t=this.ptr;return xe(t)},to.prototype.getNLat=to.prototype.getNLat=function(){var t=this.ptr;return He(t)},to.prototype.__destroy__=to.prototype.__destroy__=function(){var t=this.ptr;Xe(t)},eo.prototype=Object.create(qr.prototype),eo.prototype.constructor=eo,eo.prototype.__class__=eo,eo.__cache__={},p.PeGeogcs=eo,eo.prototype.Delete=eo.prototype.Delete=function(){var t=this.ptr;ze(t)},eo.prototype.cloneAlterUnits=eo.prototype.cloneAlterUnits=function(t){var e=this.ptr;return t&&"object"==typeof t&&(t=t.ptr),Gr(We(e,t),eo)},eo.prototype.getDatum=eo.prototype.getDatum=function(){var t=this.ptr;return Gr(Ze(t),kr)},eo.prototype.getPrimem=eo.prototype.getPrimem=function(){var t=this.ptr;return Gr(qe(t),uo)},eo.prototype.getUnit=eo.prototype.getUnit=function(){var t=this.ptr;return Gr(Be(t),Vr)},eo.prototype.isEqual=eo.prototype.isEqual=function(t){var e=this.ptr;return t&&"object"==typeof t&&(t=t.ptr),!!Ke(e,t)},eo.prototype.getCode=eo.prototype.getCode=function(){var t=this.ptr;return Ve(t)},eo.prototype.getName=eo.prototype.getName=function(t){var e=this.ptr;return Yr.prepare(),"object"==typeof t&&(t=xr(t)),ot(ke(e,t))},eo.prototype.getType=eo.prototype.getType=function(){var t=this.ptr;return $e(t)},_o.prototype=Object.create(Zr.prototype),_o.prototype.constructor=_o,_o.prototype.__class__=_o,_o.__cache__={},p.PeGeogtran=_o,_o.prototype.isEqual=_o.prototype.isEqual=function(t){var e=this.ptr;return t&&"object"==typeof t&&(t=t.ptr),!!Je(e,t)},_o.prototype.getGeogcs1=_o.prototype.getGeogcs1=function(){var t=this.ptr;return Gr(Qe(t),eo)},_o.prototype.getGeogcs2=_o.prototype.getGeogcs2=function(){var t=this.ptr;return Gr(t_(t),eo)},_o.prototype.getParameters=_o.prototype.getParameters=function(){var t=this.ptr;return e_(t)},_o.prototype.loadConstants=_o.prototype.loadConstants=function(){var t=this.ptr;return!!__(t)},_o.prototype.getCode=_o.prototype.getCode=function(){var t=this.ptr;return r_(t)},_o.prototype.getName=_o.prototype.getName=function(t){var e=this.ptr;return Yr.prepare(),"object"==typeof t&&(t=xr(t)),ot(o_(e,t))},_o.prototype.getType=_o.prototype.getType=function(){var t=this.ptr;return n_(t)},ro.prototype=Object.create(jr.prototype),ro.prototype.constructor=ro,ro.prototype.__class__=ro,ro.__cache__={},p.PeGTlistExtended=ro,ro.prototype.getGTlist=ro.prototype.getGTlist=function(t,e,_,r,o,n){return t&&"object"==typeof t&&(t=t.ptr),e&&"object"==typeof e&&(e=e.ptr),_&&"object"==typeof _&&(_=_.ptr),r&&"object"==typeof r&&(r=r.ptr),o&&"object"==typeof o&&(o=o.ptr),n&&"object"==typeof n&&(n=n.ptr),Gr(p_(t,e,_,r,o,n),oo)},ro.prototype.get_PE_GTLIST_OPTS_COMMON=ro.prototype.get_PE_GTLIST_OPTS_COMMON=function(){var t=this.ptr;return i_(t)},Object.defineProperty(ro.prototype,"PE_GTLIST_OPTS_COMMON",{get:ro.prototype.get_PE_GTLIST_OPTS_COMMON}),oo.prototype=Object.create(jr.prototype),oo.prototype.constructor=oo,oo.prototype.__class__=oo,oo.__cache__={},p.PeGTlistExtendedEntry=oo,oo.prototype.getEntries=oo.prototype.getEntries=function(){var t=this.ptr;return Gr(c_(t),no)},oo.prototype.getSteps=oo.prototype.getSteps=function(){var t=this.ptr;return s_(t)},oo.prototype.Delete=oo.prototype.Delete=function(t){t&&"object"==typeof t&&(t=t.ptr),P_(t)},no.prototype=Object.create(jr.prototype),no.prototype.constructor=no,no.prototype.__class__=no,no.__cache__={},p.PeGTlistExtendedGTs=no,no.prototype.getDirection=no.prototype.getDirection=function(){var t=this.ptr;return a_(t)},no.prototype.getGeogtran=no.prototype.getGeogtran=function(){var t=this.ptr;return Gr(g_(t),_o)},po.prototype=Object.create(jr.prototype),po.prototype.constructor=po,po.prototype.__class__=po,po.__cache__={},p.PeHorizon=po,po.prototype.getNump=po.prototype.getNump=function(){var t=this.ptr;return y_(t)},po.prototype.getKind=po.prototype.getKind=function(){var t=this.ptr;return d_(t)},po.prototype.getInclusive=po.prototype.getInclusive=function(){var t=this.ptr;return u_(t)},po.prototype.getSize=po.prototype.getSize=function(){var t=this.ptr;return b_(t)},po.prototype.getCoord=po.prototype.getCoord=function(){var t=this.ptr;return f_(t)},io.prototype=Object.create(jr.prototype),io.prototype.constructor=io,io.prototype.__class__=io,io.__cache__={},p.PeInteger=io,io.prototype.get_val=io.prototype.get_val=function(){var t=this.ptr;return m_(t)},io.prototype.set_val=io.prototype.set_val=function(t){var e=this.ptr;t&&"object"==typeof t&&(t=t.ptr),T_(e,t)},Object.defineProperty(io.prototype,"val",{get:io.prototype.get_val,set:io.prototype.set_val}),io.prototype.__destroy__=io.prototype.__destroy__=function(){var t=this.ptr;O_(t)},co.prototype=Object.create(jr.prototype),co.prototype.constructor=co,co.prototype.__class__=co,co.__cache__={},p.PeLineType=co,co.prototype.geodetic_distance=co.prototype.geodetic_distance=function(t,e,_,r,o,n,p,i,c,s){t&&"object"==typeof t&&(t=t.ptr),e&&"object"==typeof e&&(e=e.ptr),_&&"object"==typeof _&&(_=_.ptr),r&&"object"==typeof r&&(r=r.ptr),o&&"object"==typeof o&&(o=o.ptr),n&&"object"==typeof n&&(n=n.ptr),p&&"object"==typeof p&&(p=p.ptr),i&&"object"==typeof i&&(i=i.ptr),c&&"object"==typeof c&&(c=c.ptr),s&&"object"==typeof s&&(s=s.ptr),S_(t,e,_,r,o,n,p,i,c,s)},co.prototype.geodetic_coordinate=co.prototype.geodetic_coordinate=function(t,e,_,r,o,n,p,i,c){t&&"object"==typeof t&&(t=t.ptr),e&&"object"==typeof e&&(e=e.ptr),_&&"object"==typeof _&&(_=_.ptr),r&&"object"==typeof r&&(r=r.ptr),o&&"object"==typeof o&&(o=o.ptr),n&&"object"==typeof n&&(n=n.ptr),p&&"object"==typeof p&&(p=p.ptr),i&&"object"==typeof i&&(i=i.ptr),c&&"object"==typeof c&&(c=c.ptr),h_(t,e,_,r,o,n,p,i,c)},co.prototype.geodesic_coordinate=co.prototype.geodesic_coordinate=function(t,e,_,r,o,n,p,i){t&&"object"==typeof t&&(t=t.ptr),e&&"object"==typeof e&&(e=e.ptr),_&&"object"==typeof _&&(_=_.ptr),r&&"object"==typeof r&&(r=r.ptr),o&&"object"==typeof o&&(o=o.ptr),n&&"object"==typeof n&&(n=n.ptr),p&&"object"==typeof p&&(p=p.ptr),i&&"object"==typeof i&&(i=i.ptr),N_(t,e,_,r,o,n,p,i)},co.prototype.great_elliptic_distance=co.prototype.great_elliptic_distance=function(t,e,_,r,o,n,p,i,c){t&&"object"==typeof t&&(t=t.ptr),e&&"object"==typeof e&&(e=e.ptr),_&&"object"==typeof _&&(_=_.ptr),r&&"object"==typeof r&&(r=r.ptr),o&&"object"==typeof o&&(o=o.ptr),n&&"object"==typeof n&&(n=n.ptr),p&&"object"==typeof p&&(p=p.ptr),i&&"object"==typeof i&&(i=i.ptr),c&&"object"==typeof c&&(c=c.ptr),l_(t,e,_,r,o,n,p,i,c)},so.prototype=Object.create(jr.prototype),so.prototype.constructor=so,so.prototype.__class__=so,so.__cache__={},p.PeMath=so,so.prototype.phi_to_eta=so.prototype.phi_to_eta=function(t,e){return t&&"object"==typeof t&&(t=t.ptr),e&&"object"==typeof e&&(e=e.ptr),M_(t,e)},so.prototype.eta_to_phi=so.prototype.eta_to_phi=function(t,e){return t&&"object"==typeof t&&(t=t.ptr),e&&"object"==typeof e&&(e=e.ptr),D_(t,e)},so.prototype.phi_to_phig=so.prototype.phi_to_phig=function(t,e){return t&&"object"==typeof t&&(t=t.ptr),e&&"object"==typeof e&&(e=e.ptr),v_(t,e)},so.prototype.q=so.prototype.q=function(t,e,_){return t&&"object"==typeof t&&(t=t.ptr),e&&"object"==typeof e&&(e=e.ptr),_&&"object"==typeof _&&(_=_.ptr),A_(t,e,_)},so.prototype.q90=so.prototype.q90=function(t,e){return t&&"object"==typeof t&&(t=t.ptr),e&&"object"==typeof e&&(e=e.ptr),j_(t,e)},Po.prototype=Object.create(jr.prototype),Po.prototype.constructor=Po,Po.prototype.__class__=Po,Po.__cache__={},p.PeNotationMgrs=Po,Po.prototype.get_PE_MGRS_STYLE_NEW=Po.prototype.get_PE_MGRS_STYLE_NEW=function(){var t=this.ptr;return R_(t)},Object.defineProperty(Po.prototype,"PE_MGRS_STYLE_NEW",{get:Po.prototype.get_PE_MGRS_STYLE_NEW}),Po.prototype.get_PE_MGRS_STYLE_OLD=Po.prototype.get_PE_MGRS_STYLE_OLD=function(){var t=this.ptr;return G_(t)},Object.defineProperty(Po.prototype,"PE_MGRS_STYLE_OLD",{get:Po.prototype.get_PE_MGRS_STYLE_OLD}),Po.prototype.get_PE_MGRS_STYLE_AUTO=Po.prototype.get_PE_MGRS_STYLE_AUTO=function(){var t=this.ptr;return C_(t)},Object.defineProperty(Po.prototype,"PE_MGRS_STYLE_AUTO",{get:Po.prototype.get_PE_MGRS_STYLE_AUTO}),Po.prototype.get_PE_MGRS_180_ZONE_1_PLUS=Po.prototype.get_PE_MGRS_180_ZONE_1_PLUS=function(){var t=this.ptr;return I_(t)},Object.defineProperty(Po.prototype,"PE_MGRS_180_ZONE_1_PLUS",{get:Po.prototype.get_PE_MGRS_180_ZONE_1_PLUS}),Po.prototype.get_PE_MGRS_ADD_SPACES=Po.prototype.get_PE_MGRS_ADD_SPACES=function(){var t=this.ptr;return L_(t)},Object.defineProperty(Po.prototype,"PE_MGRS_ADD_SPACES",{get:Po.prototype.get_PE_MGRS_ADD_SPACES}),ao.prototype=Object.create(jr.prototype),ao.prototype.constructor=ao,ao.prototype.__class__=ao,ao.__cache__={},p.PeNotationUtm=ao,ao.prototype.get_PE_UTM_OPTS_NONE=ao.prototype.get_PE_UTM_OPTS_NONE=function(){var t=this.ptr;return U_(t)},Object.defineProperty(ao.prototype,"PE_UTM_OPTS_NONE",{get:ao.prototype.get_PE_UTM_OPTS_NONE}),ao.prototype.get_PE_UTM_OPTS_NS=ao.prototype.get_PE_UTM_OPTS_NS=function(){var t=this.ptr;return F_(t)},Object.defineProperty(ao.prototype,"PE_UTM_OPTS_NS",{get:ao.prototype.get_PE_UTM_OPTS_NS}),ao.prototype.get_PE_UTM_OPTS_NS_STRICT=ao.prototype.get_PE_UTM_OPTS_NS_STRICT=function(){var t=this.ptr;return Y_(t)},Object.defineProperty(ao.prototype,"PE_UTM_OPTS_NS_STRICT",{get:ao.prototype.get_PE_UTM_OPTS_NS_STRICT}),ao.prototype.get_PE_UTM_OPTS_ADD_SPACES=ao.prototype.get_PE_UTM_OPTS_ADD_SPACES=function(){var t=this.ptr;return w_(t)},Object.defineProperty(ao.prototype,"PE_UTM_OPTS_ADD_SPACES",{get:ao.prototype.get_PE_UTM_OPTS_ADD_SPACES}),go.prototype=Object.create(Zr.prototype),go.prototype.constructor=go,go.prototype.__class__=go,go.__cache__={},p.PeParameter=go,go.prototype.getValue=go.prototype.getValue=function(){var t=this.ptr;return x_(t)},go.prototype.getCode=go.prototype.getCode=function(){var t=this.ptr;return H_(t)},go.prototype.getName=go.prototype.getName=function(t){var e=this.ptr;return Yr.prepare(),"object"==typeof t&&(t=xr(t)),ot(X_(e,t))},go.prototype.getType=go.prototype.getType=function(){var t=this.ptr;return z_(t)},yo.prototype=Object.create(jr.prototype),yo.prototype.constructor=yo,yo.prototype.__class__=yo,yo.__cache__={},p.PePCSInfo=yo,yo.prototype.getCentralMeridian=yo.prototype.getCentralMeridian=function(){var t=this.ptr;return W_(t)},yo.prototype.getDomainMinx=yo.prototype.getDomainMinx=function(){var t=this.ptr;return Z_(t)},yo.prototype.getDomainMiny=yo.prototype.getDomainMiny=function(){var t=this.ptr;return q_(t)},yo.prototype.getDomainMaxx=yo.prototype.getDomainMaxx=function(){var t=this.ptr;return B_(t)},yo.prototype.getDomainMaxy=yo.prototype.getDomainMaxy=function(){var t=this.ptr;return K_(t)},yo.prototype.getNorthPoleLocation=yo.prototype.getNorthPoleLocation=function(){var t=this.ptr;return V_(t)},yo.prototype.getNorthPoleGeometry=yo.prototype.getNorthPoleGeometry=function(){var t=this.ptr;return k_(t)},yo.prototype.getSouthPoleLocation=yo.prototype.getSouthPoleLocation=function(){var t=this.ptr;return $_(t)},yo.prototype.getSouthPoleGeometry=yo.prototype.getSouthPoleGeometry=function(){var t=this.ptr;return J_(t)},yo.prototype.isDensificationNeeded=yo.prototype.isDensificationNeeded=function(){var t=this.ptr;return!!Q_(t)},yo.prototype.isGcsHorizonMultiOverlap=yo.prototype.isGcsHorizonMultiOverlap=function(){var t=this.ptr;return!!tr(t)},yo.prototype.isPannableRectangle=yo.prototype.isPannableRectangle=function(){var t=this.ptr;return!!er(t)},yo.prototype.generate=yo.prototype.generate=function(t,e){return t&&"object"==typeof t&&(t=t.ptr),e&&"object"==typeof e&&(e=e.ptr),Gr(_r(t,e),yo)},yo.prototype.get_PE_PCSINFO_OPTION_NONE=yo.prototype.get_PE_PCSINFO_OPTION_NONE=function(){var t=this.ptr;return rr(t)},Object.defineProperty(yo.prototype,"PE_PCSINFO_OPTION_NONE",{get:yo.prototype.get_PE_PCSINFO_OPTION_NONE}),yo.prototype.get_PE_PCSINFO_OPTION_DOMAIN=yo.prototype.get_PE_PCSINFO_OPTION_DOMAIN=function(){var t=this.ptr;return or(t)},Object.defineProperty(yo.prototype,"PE_PCSINFO_OPTION_DOMAIN",{get:yo.prototype.get_PE_PCSINFO_OPTION_DOMAIN}),yo.prototype.get_PE_POLE_OUTSIDE_BOUNDARY=yo.prototype.get_PE_POLE_OUTSIDE_BOUNDARY=function(){var t=this.ptr;return nr(t)},Object.defineProperty(yo.prototype,"PE_POLE_OUTSIDE_BOUNDARY",{get:yo.prototype.get_PE_POLE_OUTSIDE_BOUNDARY}),yo.prototype.get_PE_POLE_POINT=yo.prototype.get_PE_POLE_POINT=function(){var t=this.ptr;return pr(t)},Object.defineProperty(yo.prototype,"PE_POLE_POINT",{get:yo.prototype.get_PE_POLE_POINT}),uo.prototype=Object.create(Zr.prototype),uo.prototype.constructor=uo,uo.prototype.__class__=uo,uo.__cache__={},p.PePrimem=uo,uo.prototype.getLongitude=uo.prototype.getLongitude=function(){var t=this.ptr;return ir(t)},uo.prototype.getCode=uo.prototype.getCode=function(){var t=this.ptr;return cr(t)},uo.prototype.getName=uo.prototype.getName=function(t){var e=this.ptr;return Yr.prepare(),"object"==typeof t&&(t=xr(t)),ot(sr(e,t))},uo.prototype.getType=uo.prototype.getType=function(){var t=this.ptr;return Pr(t)},bo.prototype=Object.create(qr.prototype),bo.prototype.constructor=bo,bo.prototype.__class__=bo,bo.__cache__={},p.PeProjcs=bo,bo.prototype.Delete=bo.prototype.Delete=function(){var t=this.ptr;ar(t)},bo.prototype.getGeogcs=bo.prototype.getGeogcs=function(){var t=this.ptr;return Gr(gr(t),eo)},bo.prototype.getProjection=bo.prototype.getProjection=function(){var t=this.ptr;return Gr(yr(t),Zr)},bo.prototype.getParameters=bo.prototype.getParameters=function(){var t=this.ptr;return dr(t)},bo.prototype.getUnit=bo.prototype.getUnit=function(){var t=this.ptr;return Gr(ur(t),Br)},bo.prototype.loadConstants=bo.prototype.loadConstants=function(){var t=this.ptr;return!!br(t)},bo.prototype.horizonGcsGenerate=bo.prototype.horizonGcsGenerate=function(){var t=this.ptr;return Gr(fr(t),po)},bo.prototype.horizonPcsGenerate=bo.prototype.horizonPcsGenerate=function(){var t=this.ptr;return Gr(Er(t),po)},bo.prototype.isEqual=bo.prototype.isEqual=function(t){var e=this.ptr;return t&&"object"==typeof t&&(t=t.ptr),!!mr(e,t)},bo.prototype.getCode=bo.prototype.getCode=function(){var t=this.ptr;return Tr(t)},bo.prototype.getName=bo.prototype.getName=function(t){var e=this.ptr;return Yr.prepare(),"object"==typeof t&&(t=xr(t)),ot(Or(e,t))},bo.prototype.getType=bo.prototype.getType=function(){var t=this.ptr;return Sr(t)},fo.prototype=Object.create(Zr.prototype),fo.prototype.constructor=fo,fo.prototype.__class__=fo,fo.__cache__={},p.PeSpheroid=fo,fo.prototype.getAxis=fo.prototype.getAxis=function(){var t=this.ptr;return hr(t)},fo.prototype.getFlattening=fo.prototype.getFlattening=function(){var t=this.ptr;return Nr(t)},fo.prototype.getCode=fo.prototype.getCode=function(){var t=this.ptr;return lr(t)},fo.prototype.getName=fo.prototype.getName=function(t){var e=this.ptr;return Yr.prepare(),"object"==typeof t&&(t=xr(t)),ot(Mr(e,t))},fo.prototype.getType=fo.prototype.getType=function(){var t=this.ptr;return Dr(t)},Eo.prototype=Object.create(jr.prototype),Eo.prototype.constructor=Eo,Eo.prototype.__class__=Eo,Eo.__cache__={},p.PeVersion=Eo,Eo.prototype.version_string=Eo.prototype.version_string=function(){var t=this.ptr;return ot(vr(t))},p.ensureCache=Yr,p.ensureString=wr,p.ensureInt8=xr,p.ensureInt16=Hr,p.ensureInt32=Xr,p.ensureFloat32=zr,p.ensureFloat64=Wr,i},t.exports=o),_.exports;var t,r,o}const o=t(r()),n=Object.freeze(Object.defineProperty({__proto__:null,default:o},Symbol.toStringTag,{value:"Module"}));export{n as p};
5
+ var t=async function(t={}){var e,o,r,_=t,p=new Promise(((t,r)=>{e=t,o=r})),n="./this.program",i="",c="";function a(t){return _.locateFile?_.locateFile(t,c):c+t}try{c=new URL(".",i).href}catch{}r=async t=>{var e=await fetch(t,{credentials:"same-origin"});if(e.ok)return e.arrayBuffer();throw new Error(e.status+" : "+e.url)};var y,s,P,g,u,f,b,E,d,T,O=console.log.bind(console),m=console.error.bind(console),h=!1;function S(t,e){t||R(e)}function N(){var t=s.buffer;P=new Int8Array(t),u=new Int16Array(t),g=new Uint8Array(t),f=new Int32Array(t),b=new Uint32Array(t),E=new Float32Array(t),T=new Float64Array(t),d=new BigInt64Array(t),new BigUint64Array(t)}function l(){Y(Mt),Dt.t()}var v,M=0,j=null;function D(t){M++}function A(t){if(0==--M&&j){var e=j;j=null,e()}}function R(t){m(t="Aborted("+t+")"),h=!0,t+=". Build with -sASSERTIONS for more info.";var e=new WebAssembly.RuntimeError(t);throw o(e),e}function G(){return _.locateFile?a("pe-wasm.wasm"):new URL("pe-wasm.wasm","").href}function C(t){throw"both async and sync fetching of the wasm failed"}async function I(t){try{var e=await r(t);return new Uint8Array(e)}catch{}return C()}async function L(t,e){try{var o=await I(t);return await WebAssembly.instantiate(o,e)}catch(r){m(`failed to asynchronously prepare wasm: ${r}`),R(r)}}async function U(t,e,o){if("function"==typeof WebAssembly.instantiateStreaming)try{var r=fetch(e,{credentials:"same-origin"});return await WebAssembly.instantiateStreaming(r,o)}catch(_){m(`wasm streaming compile failed: ${_}`),m("falling back to ArrayBuffer instantiation")}return L(e,o)}function w(){return{a:jt}}async function F(){function t(t,e){return Dt=t.exports,s=Dt.s,N(),A(),Dt}function e(e){return t(e.instance)}D();var r=w();v??=G();try{return e(await U(y,v,r))}catch(_){return o(_),Promise.reject(_)}}var Y=t=>{for(;t.length>0;)t.shift()(_)};function X(t,e="i8"){switch(e.endsWith("*")&&(e="*"),e){case"i1":case"i8":return P[t];case"i16":return u[t>>1];case"i32":return f[t>>2];case"i64":return d[t>>3];case"float":return E[t>>2];case"double":return T[t>>3];case"*":return b[t>>2];default:R(`invalid type for getValue: ${e}`)}}var x="undefined"!=typeof TextDecoder?new TextDecoder:void 0,H=(t,e=0,o=NaN)=>{for(var r=e+o,_=e;t[_]&&!(_>=r);)++_;if(_-e>16&&t.buffer&&x)return x.decode(t.subarray(e,_));for(var p="";e<_;){var n=t[e++];if(128&n){var i=63&t[e++];if(192!=(224&n)){var c=63&t[e++];if((n=224==(240&n)?(15&n)<<12|i<<6|c:(7&n)<<18|i<<12|c<<6|63&t[e++])<65536)p+=String.fromCharCode(n);else{var a=n-65536;p+=String.fromCharCode(55296|a>>10,56320|1023&a)}}else p+=String.fromCharCode((31&n)<<6|i)}else p+=String.fromCharCode(n)}return p},z=(t,e)=>t?H(g,t,e):"";function Z(t,e,o){return 0}var W=(t,e,o)=>{};function B(t,e,o){return 0}function q(t,e,o,r){}var K=t=>{},V=(t,e)=>{},$=(t,e,o)=>{},k=()=>R(""),J=t=>t%4==0&&(t%100!=0||t%400==0),Q=[0,31,60,91,121,152,182,213,244,274,305,335],tt=[0,31,59,90,120,151,181,212,243,273,304,334],et=t=>(J(t.getFullYear())?Q:tt)[t.getMonth()]+t.getDate()-1,ot=9007199254740992,rt=-9007199254740992,_t=t=>t<rt||t>ot?NaN:Number(t);function pt(t,e){t=_t(t);var o=new Date(1e3*t);f[e>>2]=o.getSeconds(),f[e+4>>2]=o.getMinutes(),f[e+8>>2]=o.getHours(),f[e+12>>2]=o.getDate(),f[e+16>>2]=o.getMonth(),f[e+20>>2]=o.getFullYear()-1900,f[e+24>>2]=o.getDay();var r=0|et(o);f[e+28>>2]=r,f[e+36>>2]=-60*o.getTimezoneOffset();var _=new Date(o.getFullYear(),0,1),p=new Date(o.getFullYear(),6,1).getTimezoneOffset(),n=_.getTimezoneOffset(),i=0|(p!=n&&o.getTimezoneOffset()==Math.min(n,p));f[e+32>>2]=i}var nt=(t,e,o,r)=>{if(!(r>0))return 0;for(var _=o,p=o+r-1,n=0;n<t.length;++n){var i=t.charCodeAt(n);if(i>=55296&&i<=57343&&(i=65536+((1023&i)<<10)|1023&t.charCodeAt(++n)),i<=127){if(o>=p)break;e[o++]=i}else if(i<=2047){if(o+1>=p)break;e[o++]=192|i>>6,e[o++]=128|63&i}else if(i<=65535){if(o+2>=p)break;e[o++]=224|i>>12,e[o++]=128|i>>6&63,e[o++]=128|63&i}else{if(o+3>=p)break;e[o++]=240|i>>18,e[o++]=128|i>>12&63,e[o++]=128|i>>6&63,e[o++]=128|63&i}}return e[o]=0,o-_},it=(t,e,o)=>nt(t,g,e,o),ct=(t,e,o,r)=>{var _=(new Date).getFullYear(),p=new Date(_,0,1),n=new Date(_,6,1),i=p.getTimezoneOffset(),c=n.getTimezoneOffset(),a=Math.max(i,c);b[t>>2]=60*a,f[e>>2]=Number(i!=c);var y=t=>{var e=t>=0?"-":"+",o=Math.abs(t);return`UTC${e}${String(Math.floor(o/60)).padStart(2,"0")}${String(o%60).padStart(2,"0")}`},s=y(i),P=y(c);c<i?(it(s,o,17),it(P,r,17)):(it(s,r,17),it(P,o,17))},at=()=>Date.now(),yt=()=>2147483648,st=(t,e)=>Math.ceil(t/e)*e,Pt=t=>{var e=(t-s.buffer.byteLength+65535)/65536|0;try{return s.grow(e),N(),1}catch(o){}},gt=t=>{var e=g.length;t>>>=0;var o=yt();if(t>o)return!1;for(var r=1;r<=4;r*=2){var _=e*(1+.2/r);_=Math.min(_,t+100663296);var p=Math.min(o,st(Math.max(t,_),65536));if(Pt(p))return!0}return!1},ut={},ft=()=>n,bt=()=>{if(!bt.strings){var t={USER:"web_user",LOGNAME:"web_user",PATH:"/",PWD:"/",HOME:"/home/web_user",LANG:("object"==typeof navigator&&navigator.languages&&navigator.languages[0]||"C").replace("-","_")+".UTF-8",_:ft()};for(var e in ut)void 0===ut[e]?delete t[e]:t[e]=ut[e];var o=[];for(var e in t)o.push(`${e}=${t[e]}`);bt.strings=o}return bt.strings},Et=(t,e)=>{var o=0,r=0;for(var _ of bt()){var p=e+o;b[t+r>>2]=p,o+=it(_,p,1/0)+1,r+=4}return 0},dt=t=>{for(var e=0,o=0;o<t.length;++o){var r=t.charCodeAt(o);r<=127?e++:r<=2047?e+=2:r>=55296&&r<=57343?(e+=4,++o):e+=3}return e},Tt=(t,e)=>{var o=bt();b[t>>2]=o.length;var r=0;for(var _ of o)r+=dt(_)+1;return b[e>>2]=r,0},Ot=t=>52,mt=(t,e,o,r)=>52;function ht(t,e,o,r){return 70}var St=[null,[],[]],Nt=(t,e)=>{var o=St[t];0===e||10===e?((1===t?O:m)(H(o)),o.length=0):o.push(e)},lt=(t,e,o,r)=>{for(var _=0,p=0;p<o;p++){var n=b[e>>2],i=b[e+4>>2];e+=8;for(var c=0;c<i;c++)Nt(t,g[n+c]);_+=i}return b[r>>2]=_,0},vt=(t,e,o)=>{var r=dt(t)+1,_=new Array(r);return nt(t,_,0,_.length),_},Mt=[];_.getValue=X,_.UTF8ToString=z;var jt={c:Z,o:W,i:B,d:q,m:K,l:V,n:$,j:k,p:pt,q:ct,r:at,k:gt,f:Et,g:Tt,a:Ot,h:mt,e:ht,b:lt},Dt=await F();Dt.t,_._webidl_free=Dt.u,_._webidl_malloc=Dt.v;var At=_._emscripten_bind_PeObject_getCode_0=Dt.w,Rt=_._emscripten_bind_PeObject_getName_1=Dt.x,Gt=_._emscripten_bind_PeObject_getType_0=Dt.y,Ct=_._emscripten_bind_PeCoordsys_isEqual_1=Dt.z,It=_._emscripten_bind_PeCoordsys_getCode_0=Dt.A,Lt=_._emscripten_bind_PeCoordsys_getName_1=Dt.B,Ut=_._emscripten_bind_PeCoordsys_getType_0=Dt.C,wt=_._emscripten_bind_PeUnit_getUnitFactor_0=Dt.D,Ft=_._emscripten_bind_PeUnit_getCode_0=Dt.E,Yt=_._emscripten_bind_PeUnit_getName_1=Dt.F,Xt=_._emscripten_bind_PeUnit_getType_0=Dt.G,xt=_._emscripten_bind_VoidPtr___destroy___0=Dt.H,Ht=_._emscripten_bind_PeAngunit_getCode_0=Dt.I,zt=_._emscripten_bind_PeAngunit_getName_1=Dt.J,Zt=_._emscripten_bind_PeAngunit_getType_0=Dt.K,Wt=_._emscripten_bind_PeAngunit_getUnitFactor_0=Dt.L,Bt=_._emscripten_bind_PeDatum_getSpheroid_0=Dt.M,qt=_._emscripten_bind_PeDatum_getCode_0=Dt.N,Kt=_._emscripten_bind_PeDatum_getName_1=Dt.O,Vt=_._emscripten_bind_PeDatum_getType_0=Dt.P,$t=_._emscripten_bind_PeDefs_get_PE_BUFFER_MAX_0=Dt.Q,kt=_._emscripten_bind_PeDefs_get_PE_NAME_MAX_0=Dt.R,Jt=_._emscripten_bind_PeDefs_get_PE_MGRS_MAX_0=Dt.S,Qt=_._emscripten_bind_PeDefs_get_PE_USNG_MAX_0=Dt.T,te=_._emscripten_bind_PeDefs_get_PE_DD_MAX_0=Dt.U,ee=_._emscripten_bind_PeDefs_get_PE_DMS_MAX_0=Dt.V,oe=_._emscripten_bind_PeDefs_get_PE_DDM_MAX_0=Dt.W,re=_._emscripten_bind_PeDefs_get_PE_UTM_MAX_0=Dt.X,_e=_._emscripten_bind_PeDefs_get_PE_PARM_MAX_0=Dt.Y,pe=_._emscripten_bind_PeDefs_get_PE_TYPE_NONE_0=Dt.Z,ne=_._emscripten_bind_PeDefs_get_PE_TYPE_GEOGCS_0=Dt._,ie=_._emscripten_bind_PeDefs_get_PE_TYPE_PROJCS_0=Dt.$,ce=_._emscripten_bind_PeDefs_get_PE_TYPE_GEOGTRAN_0=Dt.aa,ae=_._emscripten_bind_PeDefs_get_PE_TYPE_COORDSYS_0=Dt.ba,ye=_._emscripten_bind_PeDefs_get_PE_TYPE_UNIT_0=Dt.ca,se=_._emscripten_bind_PeDefs_get_PE_TYPE_LINUNIT_0=Dt.da,Pe=_._emscripten_bind_PeDefs_get_PE_STR_OPTS_NONE_0=Dt.ea,ge=_._emscripten_bind_PeDefs_get_PE_STR_AUTH_NONE_0=Dt.fa,ue=_._emscripten_bind_PeDefs_get_PE_STR_AUTH_TOP_0=Dt.ga,fe=_._emscripten_bind_PeDefs_get_PE_STR_NAME_CANON_0=Dt.ha,be=_._emscripten_bind_PeDefs_get_PE_STR_FMT_WKT_0=Dt.ia,Ee=_._emscripten_bind_PeDefs_get_PE_STR_FMT_WKT2_0=Dt.ja,de=_._emscripten_bind_PeDefs_get_PE_PARM_X0_0=Dt.ka,Te=_._emscripten_bind_PeDefs_get_PE_PARM_ND_0=Dt.la,Oe=_._emscripten_bind_PeDefs_get_PE_TRANSFORM_1_TO_2_0=Dt.ma,me=_._emscripten_bind_PeDefs_get_PE_TRANSFORM_2_TO_1_0=Dt.na,he=_._emscripten_bind_PeDefs_get_PE_TRANSFORM_P_TO_G_0=Dt.oa,Se=_._emscripten_bind_PeDefs_get_PE_TRANSFORM_G_TO_P_0=Dt.pa,Ne=_._emscripten_bind_PeDefs_get_PE_HORIZON_RECT_0=Dt.qa,le=_._emscripten_bind_PeDefs_get_PE_HORIZON_POLY_0=Dt.ra,ve=_._emscripten_bind_PeDefs_get_PE_HORIZON_LINE_0=Dt.sa,Me=_._emscripten_bind_PeDefs_get_PE_HORIZON_DELTA_0=Dt.ta,je=_._emscripten_bind_PeDouble_PeDouble_1=Dt.ua,De=_._emscripten_bind_PeDouble_get_val_0=Dt.va,Ae=_._emscripten_bind_PeDouble_set_val_1=Dt.wa,Re=_._emscripten_bind_PeDouble___destroy___0=Dt.xa,Ge=_._emscripten_bind_PeFactory_initialize_1=Dt.ya,Ce=_._emscripten_bind_PeFactory_factoryByType_2=Dt.za,Ie=_._emscripten_bind_PeFactory_fromString_2=Dt.Aa,Le=_._emscripten_bind_PeFactory_getCode_1=Dt.Ba,Ue=_._emscripten_bind_PeGCSExtent_PeGCSExtent_6=Dt.Ca,we=_._emscripten_bind_PeGCSExtent_getLLon_0=Dt.Da,Fe=_._emscripten_bind_PeGCSExtent_getSLat_0=Dt.Ea,Ye=_._emscripten_bind_PeGCSExtent_getRLon_0=Dt.Fa,Xe=_._emscripten_bind_PeGCSExtent_getNLat_0=Dt.Ga,xe=_._emscripten_bind_PeGCSExtent___destroy___0=Dt.Ha,He=_._emscripten_bind_PeGeogcs_Delete_0=Dt.Ia,ze=_._emscripten_bind_PeGeogcs_cloneAlterUnits_1=Dt.Ja,Ze=_._emscripten_bind_PeGeogcs_getDatum_0=Dt.Ka,We=_._emscripten_bind_PeGeogcs_getPrimem_0=Dt.La,Be=_._emscripten_bind_PeGeogcs_getUnit_0=Dt.Ma,qe=_._emscripten_bind_PeGeogcs_isEqual_1=Dt.Na,Ke=_._emscripten_bind_PeGeogcs_getCode_0=Dt.Oa,Ve=_._emscripten_bind_PeGeogcs_getName_1=Dt.Pa,$e=_._emscripten_bind_PeGeogcs_getType_0=Dt.Qa,ke=_._emscripten_bind_PeGeogtran_isEqual_1=Dt.Ra,Je=_._emscripten_bind_PeGeogtran_getGeogcs1_0=Dt.Sa,Qe=_._emscripten_bind_PeGeogtran_getGeogcs2_0=Dt.Ta,to=_._emscripten_bind_PeGeogtran_getParameters_0=Dt.Ua,eo=_._emscripten_bind_PeGeogtran_loadConstants_0=Dt.Va,oo=_._emscripten_bind_PeGeogtran_getCode_0=Dt.Wa,ro=_._emscripten_bind_PeGeogtran_getName_1=Dt.Xa,_o=_._emscripten_bind_PeGeogtran_getType_0=Dt.Ya,po=_._emscripten_bind_PeGTlistExtended_getGTlist_6=Dt.Za,no=_._emscripten_bind_PeGTlistExtended_get_PE_GTLIST_OPTS_COMMON_0=Dt._a,io=_._emscripten_bind_PeGTlistExtendedEntry_getEntries_0=Dt.$a,co=_._emscripten_bind_PeGTlistExtendedEntry_getSteps_0=Dt.ab,ao=_._emscripten_bind_PeGTlistExtendedEntry_Delete_1=Dt.bb,yo=_._emscripten_bind_PeGTlistExtendedGTs_getDirection_0=Dt.cb,so=_._emscripten_bind_PeGTlistExtendedGTs_getGeogtran_0=Dt.db,Po=_._emscripten_bind_PeHorizon_getNump_0=Dt.eb,go=_._emscripten_bind_PeHorizon_getKind_0=Dt.fb,uo=_._emscripten_bind_PeHorizon_getInclusive_0=Dt.gb,fo=_._emscripten_bind_PeHorizon_getSize_0=Dt.hb,bo=_._emscripten_bind_PeHorizon_getCoord_0=Dt.ib,Eo=_._emscripten_bind_PeInteger_PeInteger_1=Dt.jb,To=_._emscripten_bind_PeInteger_get_val_0=Dt.kb,Oo=_._emscripten_bind_PeInteger_set_val_1=Dt.lb,mo=_._emscripten_bind_PeInteger___destroy___0=Dt.mb,ho=_._emscripten_bind_PeLineType_geodetic_distance_10=Dt.nb,So=_._emscripten_bind_PeLineType_geodetic_coordinate_9=Dt.ob,No=_._emscripten_bind_PeLineType_geodesic_coordinate_8=Dt.pb,lo=_._emscripten_bind_PeLineType_great_elliptic_distance_9=Dt.qb,vo=_._emscripten_bind_PeMath_phi_to_eta_2=Dt.rb,Mo=_._emscripten_bind_PeMath_eta_to_phi_2=Dt.sb,jo=_._emscripten_bind_PeMath_phi_to_phig_2=Dt.tb,Do=_._emscripten_bind_PeMath_q_3=Dt.ub,Ao=_._emscripten_bind_PeMath_q90_2=Dt.vb,Ro=_._emscripten_bind_PeNotationMgrs_get_PE_MGRS_STYLE_NEW_0=Dt.wb,Go=_._emscripten_bind_PeNotationMgrs_get_PE_MGRS_STYLE_OLD_0=Dt.xb,Co=_._emscripten_bind_PeNotationMgrs_get_PE_MGRS_STYLE_AUTO_0=Dt.yb,Io=_._emscripten_bind_PeNotationMgrs_get_PE_MGRS_180_ZONE_1_PLUS_0=Dt.zb,Lo=_._emscripten_bind_PeNotationMgrs_get_PE_MGRS_ADD_SPACES_0=Dt.Ab,Uo=_._emscripten_bind_PeNotationUtm_get_PE_UTM_OPTS_NONE_0=Dt.Bb,wo=_._emscripten_bind_PeNotationUtm_get_PE_UTM_OPTS_NS_0=Dt.Cb,Fo=_._emscripten_bind_PeNotationUtm_get_PE_UTM_OPTS_NS_STRICT_0=Dt.Db,Yo=_._emscripten_bind_PeNotationUtm_get_PE_UTM_OPTS_ADD_SPACES_0=Dt.Eb,Xo=_._emscripten_bind_PeParameter_getValue_0=Dt.Fb,xo=_._emscripten_bind_PeParameter_getCode_0=Dt.Gb,Ho=_._emscripten_bind_PeParameter_getName_1=Dt.Hb,zo=_._emscripten_bind_PeParameter_getType_0=Dt.Ib,Zo=_._emscripten_bind_PePCSInfo_getCentralMeridian_0=Dt.Jb,Wo=_._emscripten_bind_PePCSInfo_getDomainMinx_0=Dt.Kb,Bo=_._emscripten_bind_PePCSInfo_getDomainMiny_0=Dt.Lb,qo=_._emscripten_bind_PePCSInfo_getDomainMaxx_0=Dt.Mb,Ko=_._emscripten_bind_PePCSInfo_getDomainMaxy_0=Dt.Nb,Vo=_._emscripten_bind_PePCSInfo_getNorthPoleLocation_0=Dt.Ob,$o=_._emscripten_bind_PePCSInfo_getNorthPoleGeometry_0=Dt.Pb,ko=_._emscripten_bind_PePCSInfo_getSouthPoleLocation_0=Dt.Qb,Jo=_._emscripten_bind_PePCSInfo_getSouthPoleGeometry_0=Dt.Rb,Qo=_._emscripten_bind_PePCSInfo_isDensificationNeeded_0=Dt.Sb,tr=_._emscripten_bind_PePCSInfo_isGcsHorizonMultiOverlap_0=Dt.Tb,er=_._emscripten_bind_PePCSInfo_isPannableRectangle_0=Dt.Ub,or=_._emscripten_bind_PePCSInfo_generate_2=Dt.Vb,rr=_._emscripten_bind_PePCSInfo_get_PE_PCSINFO_OPTION_NONE_0=Dt.Wb,_r=_._emscripten_bind_PePCSInfo_get_PE_PCSINFO_OPTION_DOMAIN_0=Dt.Xb,pr=_._emscripten_bind_PePCSInfo_get_PE_POLE_OUTSIDE_BOUNDARY_0=Dt.Yb,nr=_._emscripten_bind_PePCSInfo_get_PE_POLE_POINT_0=Dt.Zb,ir=_._emscripten_bind_PePrimem_getLongitude_0=Dt._b,cr=_._emscripten_bind_PePrimem_getCode_0=Dt.$b,ar=_._emscripten_bind_PePrimem_getName_1=Dt.ac,yr=_._emscripten_bind_PePrimem_getType_0=Dt.bc,sr=_._emscripten_bind_PeProjcs_Delete_0=Dt.cc,Pr=_._emscripten_bind_PeProjcs_getGeogcs_0=Dt.dc,gr=_._emscripten_bind_PeProjcs_getProjection_0=Dt.ec,ur=_._emscripten_bind_PeProjcs_getParameters_0=Dt.fc,fr=_._emscripten_bind_PeProjcs_getUnit_0=Dt.gc,br=_._emscripten_bind_PeProjcs_loadConstants_0=Dt.hc,Er=_._emscripten_bind_PeProjcs_horizonGcsGenerate_0=Dt.ic,dr=_._emscripten_bind_PeProjcs_horizonPcsGenerate_0=Dt.jc,Tr=_._emscripten_bind_PeProjcs_isEqual_1=Dt.kc,Or=_._emscripten_bind_PeProjcs_getCode_0=Dt.lc,mr=_._emscripten_bind_PeProjcs_getName_1=Dt.mc,hr=_._emscripten_bind_PeProjcs_getType_0=Dt.nc,Sr=_._emscripten_bind_PeSpheroid_getAxis_0=Dt.oc,Nr=_._emscripten_bind_PeSpheroid_getFlattening_0=Dt.pc,lr=_._emscripten_bind_PeSpheroid_getCode_0=Dt.qc,vr=_._emscripten_bind_PeSpheroid_getName_1=Dt.rc,Mr=_._emscripten_bind_PeSpheroid_getType_0=Dt.sc,jr=_._emscripten_bind_PeVersion_version_string_0=Dt.tc;function Dr(){function t(){_.calledRun=!0,h||(l(),e(_))}M>0||M>0?j=Dr:t()}function Ar(){}function Rr(t){return(t||Ar).__cache__}function Gr(t,e){var o=Rr(e),r=o[t];return r||((r=Object.create((e||Ar).prototype)).ptr=t,o[t]=r)}function Cr(t,e){return Gr(t.ptr,e)}function Ir(t){if(!t.__destroy__)throw"Error: Cannot destroy object. (Did you create it yourself?)";t.__destroy__(),delete Rr(t.__class__)[t.ptr]}function Lr(t,e){return t.ptr===e.ptr}function Ur(t){return t.ptr}function wr(t){return t.__class__}_._pe_getPeGTlistExtendedEntrySize=Dt.uc,_._pe_getPeGTlistExtendedGTsSize=Dt.vc,_._pe_getPeHorizonSize=Dt.wc,_._pe_geog_to_geog=Dt.xc,_._pe_geog_to_proj=Dt.yc,_._pe_geog_to_dd=Dt.zc,_._pe_dd_to_geog=Dt.Ac,_._pe_geog_to_ddm=Dt.Bc,_._pe_ddm_to_geog=Dt.Cc,_._pe_geog_to_dms=Dt.Dc,_._pe_dms_to_geog=Dt.Ec,_._pe_geog_to_mgrs_extended=Dt.Fc,_._pe_mgrs_to_geog_extended=Dt.Gc,_._pe_geog_to_usng=Dt.Hc,_._pe_usng_to_geog=Dt.Ic,_._pe_geog_to_utm=Dt.Jc,_._pe_utm_to_geog=Dt.Kc,_._pe_object_to_string_ext=Dt.Lc,_._pe_proj_to_geog_center=Dt.Mc,Dr(),Ar.prototype=Object.create(Ar.prototype),Ar.prototype.constructor=Ar,Ar.prototype.__class__=Ar,Ar.__cache__={},_.WrapperObject=Ar,_.getCache=Rr,_.wrapPointer=Gr,_.castObject=Cr,_.NULL=Gr(0),_.destroy=Ir,_.compare=Lr,_.getPointer=Ur,_.getClass=wr;var Fr={buffer:0,size:0,pos:0,temps:[],needed:0,prepare(){if(Fr.needed){for(var t=0;t<Fr.temps.length;t++)_._webidl_free(Fr.temps[t]);Fr.temps.length=0,_._webidl_free(Fr.buffer),Fr.buffer=0,Fr.size+=Fr.needed,Fr.needed=0}Fr.buffer||(Fr.size+=128,Fr.buffer=_._webidl_malloc(Fr.size),S(Fr.buffer)),Fr.pos=0},alloc(t,e){S(Fr.buffer);var o,r=e.BYTES_PER_ELEMENT,p=t.length*r;return p=st(p,8),Fr.pos+p>=Fr.size?(S(p>0),Fr.needed+=p,o=_._webidl_malloc(p),Fr.temps.push(o)):(o=Fr.buffer+Fr.pos,Fr.pos+=p),o},copy(t,e,o){o/=e.BYTES_PER_ELEMENT;for(var r=0;r<t.length;r++)e[o+r]=t[r]}};function Yr(t){if("string"==typeof t){var e=vt(t),o=Fr.alloc(e,P);return Fr.copy(e,P,o),o}return t}function Xr(t){if("object"==typeof t){var e=Fr.alloc(t,P);return Fr.copy(t,P,e),e}return t}function xr(t){if("object"==typeof t){var e=Fr.alloc(t,u);return Fr.copy(t,u,e),e}return t}function Hr(t){if("object"==typeof t){var e=Fr.alloc(t,f);return Fr.copy(t,f,e),e}return t}function zr(t){if("object"==typeof t){var e=Fr.alloc(t,E);return Fr.copy(t,E,e),e}return t}function Zr(t){if("object"==typeof t){var e=Fr.alloc(t,T);return Fr.copy(t,T,e),e}return t}function Wr(){throw"cannot construct a PeObject, no constructor in IDL"}function Br(){throw"cannot construct a PeCoordsys, no constructor in IDL"}function qr(){throw"cannot construct a PeUnit, no constructor in IDL"}function Kr(){throw"cannot construct a VoidPtr, no constructor in IDL"}function Vr(){throw"cannot construct a PeAngunit, no constructor in IDL"}function $r(){throw"cannot construct a PeDatum, no constructor in IDL"}function kr(){throw"cannot construct a PeDefs, no constructor in IDL"}function Jr(t){t&&"object"==typeof t&&(t=t.ptr),this.ptr=je(t),Rr(Jr)[this.ptr]=this}function Qr(){throw"cannot construct a PeFactory, no constructor in IDL"}function t_(t,e,o,r,_,p){t&&"object"==typeof t&&(t=t.ptr),e&&"object"==typeof e&&(e=e.ptr),o&&"object"==typeof o&&(o=o.ptr),r&&"object"==typeof r&&(r=r.ptr),_&&"object"==typeof _&&(_=_.ptr),p&&"object"==typeof p&&(p=p.ptr),this.ptr=Ue(t,e,o,r,_,p),Rr(t_)[this.ptr]=this}function e_(){throw"cannot construct a PeGeogcs, no constructor in IDL"}function o_(){throw"cannot construct a PeGeogtran, no constructor in IDL"}function r_(){throw"cannot construct a PeGTlistExtended, no constructor in IDL"}function __(){throw"cannot construct a PeGTlistExtendedEntry, no constructor in IDL"}function p_(){throw"cannot construct a PeGTlistExtendedGTs, no constructor in IDL"}function n_(){throw"cannot construct a PeHorizon, no constructor in IDL"}function i_(t){t&&"object"==typeof t&&(t=t.ptr),this.ptr=Eo(t),Rr(i_)[this.ptr]=this}function c_(){throw"cannot construct a PeLineType, no constructor in IDL"}function a_(){throw"cannot construct a PeMath, no constructor in IDL"}function y_(){throw"cannot construct a PeNotationMgrs, no constructor in IDL"}function s_(){throw"cannot construct a PeNotationUtm, no constructor in IDL"}function P_(){throw"cannot construct a PeParameter, no constructor in IDL"}function g_(){throw"cannot construct a PePCSInfo, no constructor in IDL"}function u_(){throw"cannot construct a PePrimem, no constructor in IDL"}function f_(){throw"cannot construct a PeProjcs, no constructor in IDL"}function b_(){throw"cannot construct a PeSpheroid, no constructor in IDL"}function E_(){throw"cannot construct a PeVersion, no constructor in IDL"}return Wr.prototype=Object.create(Ar.prototype),Wr.prototype.constructor=Wr,Wr.prototype.__class__=Wr,Wr.__cache__={},_.PeObject=Wr,Wr.prototype.getCode=Wr.prototype.getCode=function(){var t=this.ptr;return At(t)},Wr.prototype.getName=Wr.prototype.getName=function(t){var e=this.ptr;return Fr.prepare(),"object"==typeof t&&(t=Xr(t)),z(Rt(e,t))},Wr.prototype.getType=Wr.prototype.getType=function(){var t=this.ptr;return Gt(t)},Br.prototype=Object.create(Wr.prototype),Br.prototype.constructor=Br,Br.prototype.__class__=Br,Br.__cache__={},_.PeCoordsys=Br,Br.prototype.isEqual=Br.prototype.isEqual=function(t){var e=this.ptr;return t&&"object"==typeof t&&(t=t.ptr),!!Ct(e,t)},Br.prototype.getCode=Br.prototype.getCode=function(){var t=this.ptr;return It(t)},Br.prototype.getName=Br.prototype.getName=function(t){var e=this.ptr;return Fr.prepare(),"object"==typeof t&&(t=Xr(t)),z(Lt(e,t))},Br.prototype.getType=Br.prototype.getType=function(){var t=this.ptr;return Ut(t)},qr.prototype=Object.create(Wr.prototype),qr.prototype.constructor=qr,qr.prototype.__class__=qr,qr.__cache__={},_.PeUnit=qr,qr.prototype.getUnitFactor=qr.prototype.getUnitFactor=function(){var t=this.ptr;return wt(t)},qr.prototype.getCode=qr.prototype.getCode=function(){var t=this.ptr;return Ft(t)},qr.prototype.getName=qr.prototype.getName=function(t){var e=this.ptr;return Fr.prepare(),"object"==typeof t&&(t=Xr(t)),z(Yt(e,t))},qr.prototype.getType=qr.prototype.getType=function(){var t=this.ptr;return Xt(t)},Kr.prototype=Object.create(Ar.prototype),Kr.prototype.constructor=Kr,Kr.prototype.__class__=Kr,Kr.__cache__={},_.VoidPtr=Kr,Kr.prototype.__destroy__=Kr.prototype.__destroy__=function(){var t=this.ptr;xt(t)},Vr.prototype=Object.create(qr.prototype),Vr.prototype.constructor=Vr,Vr.prototype.__class__=Vr,Vr.__cache__={},_.PeAngunit=Vr,Vr.prototype.getCode=Vr.prototype.getCode=function(){var t=this.ptr;return Ht(t)},Vr.prototype.getName=Vr.prototype.getName=function(t){var e=this.ptr;return Fr.prepare(),"object"==typeof t&&(t=Xr(t)),z(zt(e,t))},Vr.prototype.getType=Vr.prototype.getType=function(){var t=this.ptr;return Zt(t)},Vr.prototype.getUnitFactor=Vr.prototype.getUnitFactor=function(){var t=this.ptr;return Wt(t)},$r.prototype=Object.create(Wr.prototype),$r.prototype.constructor=$r,$r.prototype.__class__=$r,$r.__cache__={},_.PeDatum=$r,$r.prototype.getSpheroid=$r.prototype.getSpheroid=function(){var t=this.ptr;return Gr(Bt(t),b_)},$r.prototype.getCode=$r.prototype.getCode=function(){var t=this.ptr;return qt(t)},$r.prototype.getName=$r.prototype.getName=function(t){var e=this.ptr;return Fr.prepare(),"object"==typeof t&&(t=Xr(t)),z(Kt(e,t))},$r.prototype.getType=$r.prototype.getType=function(){var t=this.ptr;return Vt(t)},kr.prototype=Object.create(Ar.prototype),kr.prototype.constructor=kr,kr.prototype.__class__=kr,kr.__cache__={},_.PeDefs=kr,kr.prototype.get_PE_BUFFER_MAX=kr.prototype.get_PE_BUFFER_MAX=function(){var t=this.ptr;return $t(t)},Object.defineProperty(kr.prototype,"PE_BUFFER_MAX",{get:kr.prototype.get_PE_BUFFER_MAX}),kr.prototype.get_PE_NAME_MAX=kr.prototype.get_PE_NAME_MAX=function(){var t=this.ptr;return kt(t)},Object.defineProperty(kr.prototype,"PE_NAME_MAX",{get:kr.prototype.get_PE_NAME_MAX}),kr.prototype.get_PE_MGRS_MAX=kr.prototype.get_PE_MGRS_MAX=function(){var t=this.ptr;return Jt(t)},Object.defineProperty(kr.prototype,"PE_MGRS_MAX",{get:kr.prototype.get_PE_MGRS_MAX}),kr.prototype.get_PE_USNG_MAX=kr.prototype.get_PE_USNG_MAX=function(){var t=this.ptr;return Qt(t)},Object.defineProperty(kr.prototype,"PE_USNG_MAX",{get:kr.prototype.get_PE_USNG_MAX}),kr.prototype.get_PE_DD_MAX=kr.prototype.get_PE_DD_MAX=function(){var t=this.ptr;return te(t)},Object.defineProperty(kr.prototype,"PE_DD_MAX",{get:kr.prototype.get_PE_DD_MAX}),kr.prototype.get_PE_DMS_MAX=kr.prototype.get_PE_DMS_MAX=function(){var t=this.ptr;return ee(t)},Object.defineProperty(kr.prototype,"PE_DMS_MAX",{get:kr.prototype.get_PE_DMS_MAX}),kr.prototype.get_PE_DDM_MAX=kr.prototype.get_PE_DDM_MAX=function(){var t=this.ptr;return oe(t)},Object.defineProperty(kr.prototype,"PE_DDM_MAX",{get:kr.prototype.get_PE_DDM_MAX}),kr.prototype.get_PE_UTM_MAX=kr.prototype.get_PE_UTM_MAX=function(){var t=this.ptr;return re(t)},Object.defineProperty(kr.prototype,"PE_UTM_MAX",{get:kr.prototype.get_PE_UTM_MAX}),kr.prototype.get_PE_PARM_MAX=kr.prototype.get_PE_PARM_MAX=function(){var t=this.ptr;return _e(t)},Object.defineProperty(kr.prototype,"PE_PARM_MAX",{get:kr.prototype.get_PE_PARM_MAX}),kr.prototype.get_PE_TYPE_NONE=kr.prototype.get_PE_TYPE_NONE=function(){var t=this.ptr;return pe(t)},Object.defineProperty(kr.prototype,"PE_TYPE_NONE",{get:kr.prototype.get_PE_TYPE_NONE}),kr.prototype.get_PE_TYPE_GEOGCS=kr.prototype.get_PE_TYPE_GEOGCS=function(){var t=this.ptr;return ne(t)},Object.defineProperty(kr.prototype,"PE_TYPE_GEOGCS",{get:kr.prototype.get_PE_TYPE_GEOGCS}),kr.prototype.get_PE_TYPE_PROJCS=kr.prototype.get_PE_TYPE_PROJCS=function(){var t=this.ptr;return ie(t)},Object.defineProperty(kr.prototype,"PE_TYPE_PROJCS",{get:kr.prototype.get_PE_TYPE_PROJCS}),kr.prototype.get_PE_TYPE_GEOGTRAN=kr.prototype.get_PE_TYPE_GEOGTRAN=function(){var t=this.ptr;return ce(t)},Object.defineProperty(kr.prototype,"PE_TYPE_GEOGTRAN",{get:kr.prototype.get_PE_TYPE_GEOGTRAN}),kr.prototype.get_PE_TYPE_COORDSYS=kr.prototype.get_PE_TYPE_COORDSYS=function(){var t=this.ptr;return ae(t)},Object.defineProperty(kr.prototype,"PE_TYPE_COORDSYS",{get:kr.prototype.get_PE_TYPE_COORDSYS}),kr.prototype.get_PE_TYPE_UNIT=kr.prototype.get_PE_TYPE_UNIT=function(){var t=this.ptr;return ye(t)},Object.defineProperty(kr.prototype,"PE_TYPE_UNIT",{get:kr.prototype.get_PE_TYPE_UNIT}),kr.prototype.get_PE_TYPE_LINUNIT=kr.prototype.get_PE_TYPE_LINUNIT=function(){var t=this.ptr;return se(t)},Object.defineProperty(kr.prototype,"PE_TYPE_LINUNIT",{get:kr.prototype.get_PE_TYPE_LINUNIT}),kr.prototype.get_PE_STR_OPTS_NONE=kr.prototype.get_PE_STR_OPTS_NONE=function(){var t=this.ptr;return Pe(t)},Object.defineProperty(kr.prototype,"PE_STR_OPTS_NONE",{get:kr.prototype.get_PE_STR_OPTS_NONE}),kr.prototype.get_PE_STR_AUTH_NONE=kr.prototype.get_PE_STR_AUTH_NONE=function(){var t=this.ptr;return ge(t)},Object.defineProperty(kr.prototype,"PE_STR_AUTH_NONE",{get:kr.prototype.get_PE_STR_AUTH_NONE}),kr.prototype.get_PE_STR_AUTH_TOP=kr.prototype.get_PE_STR_AUTH_TOP=function(){var t=this.ptr;return ue(t)},Object.defineProperty(kr.prototype,"PE_STR_AUTH_TOP",{get:kr.prototype.get_PE_STR_AUTH_TOP}),kr.prototype.get_PE_STR_NAME_CANON=kr.prototype.get_PE_STR_NAME_CANON=function(){var t=this.ptr;return fe(t)},Object.defineProperty(kr.prototype,"PE_STR_NAME_CANON",{get:kr.prototype.get_PE_STR_NAME_CANON}),kr.prototype.get_PE_STR_FMT_WKT=kr.prototype.get_PE_STR_FMT_WKT=function(){var t=this.ptr;return be(t)},Object.defineProperty(kr.prototype,"PE_STR_FMT_WKT",{get:kr.prototype.get_PE_STR_FMT_WKT}),kr.prototype.get_PE_STR_FMT_WKT2=kr.prototype.get_PE_STR_FMT_WKT2=function(){var t=this.ptr;return Ee(t)},Object.defineProperty(kr.prototype,"PE_STR_FMT_WKT2",{get:kr.prototype.get_PE_STR_FMT_WKT2}),kr.prototype.get_PE_PARM_X0=kr.prototype.get_PE_PARM_X0=function(){var t=this.ptr;return de(t)},Object.defineProperty(kr.prototype,"PE_PARM_X0",{get:kr.prototype.get_PE_PARM_X0}),kr.prototype.get_PE_PARM_ND=kr.prototype.get_PE_PARM_ND=function(){var t=this.ptr;return Te(t)},Object.defineProperty(kr.prototype,"PE_PARM_ND",{get:kr.prototype.get_PE_PARM_ND}),kr.prototype.get_PE_TRANSFORM_1_TO_2=kr.prototype.get_PE_TRANSFORM_1_TO_2=function(){var t=this.ptr;return Oe(t)},Object.defineProperty(kr.prototype,"PE_TRANSFORM_1_TO_2",{get:kr.prototype.get_PE_TRANSFORM_1_TO_2}),kr.prototype.get_PE_TRANSFORM_2_TO_1=kr.prototype.get_PE_TRANSFORM_2_TO_1=function(){var t=this.ptr;return me(t)},Object.defineProperty(kr.prototype,"PE_TRANSFORM_2_TO_1",{get:kr.prototype.get_PE_TRANSFORM_2_TO_1}),kr.prototype.get_PE_TRANSFORM_P_TO_G=kr.prototype.get_PE_TRANSFORM_P_TO_G=function(){var t=this.ptr;return he(t)},Object.defineProperty(kr.prototype,"PE_TRANSFORM_P_TO_G",{get:kr.prototype.get_PE_TRANSFORM_P_TO_G}),kr.prototype.get_PE_TRANSFORM_G_TO_P=kr.prototype.get_PE_TRANSFORM_G_TO_P=function(){var t=this.ptr;return Se(t)},Object.defineProperty(kr.prototype,"PE_TRANSFORM_G_TO_P",{get:kr.prototype.get_PE_TRANSFORM_G_TO_P}),kr.prototype.get_PE_HORIZON_RECT=kr.prototype.get_PE_HORIZON_RECT=function(){var t=this.ptr;return Ne(t)},Object.defineProperty(kr.prototype,"PE_HORIZON_RECT",{get:kr.prototype.get_PE_HORIZON_RECT}),kr.prototype.get_PE_HORIZON_POLY=kr.prototype.get_PE_HORIZON_POLY=function(){var t=this.ptr;return le(t)},Object.defineProperty(kr.prototype,"PE_HORIZON_POLY",{get:kr.prototype.get_PE_HORIZON_POLY}),kr.prototype.get_PE_HORIZON_LINE=kr.prototype.get_PE_HORIZON_LINE=function(){var t=this.ptr;return ve(t)},Object.defineProperty(kr.prototype,"PE_HORIZON_LINE",{get:kr.prototype.get_PE_HORIZON_LINE}),kr.prototype.get_PE_HORIZON_DELTA=kr.prototype.get_PE_HORIZON_DELTA=function(){var t=this.ptr;return Me(t)},Object.defineProperty(kr.prototype,"PE_HORIZON_DELTA",{get:kr.prototype.get_PE_HORIZON_DELTA}),Jr.prototype=Object.create(Ar.prototype),Jr.prototype.constructor=Jr,Jr.prototype.__class__=Jr,Jr.__cache__={},_.PeDouble=Jr,Jr.prototype.get_val=Jr.prototype.get_val=function(){var t=this.ptr;return De(t)},Jr.prototype.set_val=Jr.prototype.set_val=function(t){var e=this.ptr;t&&"object"==typeof t&&(t=t.ptr),Ae(e,t)},Object.defineProperty(Jr.prototype,"val",{get:Jr.prototype.get_val,set:Jr.prototype.set_val}),Jr.prototype.__destroy__=Jr.prototype.__destroy__=function(){var t=this.ptr;Re(t)},Qr.prototype=Object.create(Ar.prototype),Qr.prototype.constructor=Qr,Qr.prototype.__class__=Qr,Qr.__cache__={},_.PeFactory=Qr,Qr.prototype.initialize=Qr.prototype.initialize=function(t){Fr.prepare(),t=t&&"object"==typeof t?t.ptr:Yr(t),Ge(t)},Qr.prototype.factoryByType=Qr.prototype.factoryByType=function(t,e){return t&&"object"==typeof t&&(t=t.ptr),e&&"object"==typeof e&&(e=e.ptr),Gr(Ce(t,e),Wr)},Qr.prototype.fromString=Qr.prototype.fromString=function(t,e){return Fr.prepare(),t&&"object"==typeof t&&(t=t.ptr),e=e&&"object"==typeof e?e.ptr:Yr(e),Gr(Ie(t,e),Wr)},Qr.prototype.getCode=Qr.prototype.getCode=function(t){return t&&"object"==typeof t&&(t=t.ptr),Le(t)},t_.prototype=Object.create(Ar.prototype),t_.prototype.constructor=t_,t_.prototype.__class__=t_,t_.__cache__={},_.PeGCSExtent=t_,t_.prototype.getLLon=t_.prototype.getLLon=function(){var t=this.ptr;return we(t)},t_.prototype.getSLat=t_.prototype.getSLat=function(){var t=this.ptr;return Fe(t)},t_.prototype.getRLon=t_.prototype.getRLon=function(){var t=this.ptr;return Ye(t)},t_.prototype.getNLat=t_.prototype.getNLat=function(){var t=this.ptr;return Xe(t)},t_.prototype.__destroy__=t_.prototype.__destroy__=function(){var t=this.ptr;xe(t)},e_.prototype=Object.create(Br.prototype),e_.prototype.constructor=e_,e_.prototype.__class__=e_,e_.__cache__={},_.PeGeogcs=e_,e_.prototype.Delete=e_.prototype.Delete=function(){var t=this.ptr;He(t)},e_.prototype.cloneAlterUnits=e_.prototype.cloneAlterUnits=function(t){var e=this.ptr;return t&&"object"==typeof t&&(t=t.ptr),Gr(ze(e,t),e_)},e_.prototype.getDatum=e_.prototype.getDatum=function(){var t=this.ptr;return Gr(Ze(t),$r)},e_.prototype.getPrimem=e_.prototype.getPrimem=function(){var t=this.ptr;return Gr(We(t),u_)},e_.prototype.getUnit=e_.prototype.getUnit=function(){var t=this.ptr;return Gr(Be(t),Vr)},e_.prototype.isEqual=e_.prototype.isEqual=function(t){var e=this.ptr;return t&&"object"==typeof t&&(t=t.ptr),!!qe(e,t)},e_.prototype.getCode=e_.prototype.getCode=function(){var t=this.ptr;return Ke(t)},e_.prototype.getName=e_.prototype.getName=function(t){var e=this.ptr;return Fr.prepare(),"object"==typeof t&&(t=Xr(t)),z(Ve(e,t))},e_.prototype.getType=e_.prototype.getType=function(){var t=this.ptr;return $e(t)},o_.prototype=Object.create(Wr.prototype),o_.prototype.constructor=o_,o_.prototype.__class__=o_,o_.__cache__={},_.PeGeogtran=o_,o_.prototype.isEqual=o_.prototype.isEqual=function(t){var e=this.ptr;return t&&"object"==typeof t&&(t=t.ptr),!!ke(e,t)},o_.prototype.getGeogcs1=o_.prototype.getGeogcs1=function(){var t=this.ptr;return Gr(Je(t),e_)},o_.prototype.getGeogcs2=o_.prototype.getGeogcs2=function(){var t=this.ptr;return Gr(Qe(t),e_)},o_.prototype.getParameters=o_.prototype.getParameters=function(){var t=this.ptr;return to(t)},o_.prototype.loadConstants=o_.prototype.loadConstants=function(){var t=this.ptr;return!!eo(t)},o_.prototype.getCode=o_.prototype.getCode=function(){var t=this.ptr;return oo(t)},o_.prototype.getName=o_.prototype.getName=function(t){var e=this.ptr;return Fr.prepare(),"object"==typeof t&&(t=Xr(t)),z(ro(e,t))},o_.prototype.getType=o_.prototype.getType=function(){var t=this.ptr;return _o(t)},r_.prototype=Object.create(Ar.prototype),r_.prototype.constructor=r_,r_.prototype.__class__=r_,r_.__cache__={},_.PeGTlistExtended=r_,r_.prototype.getGTlist=r_.prototype.getGTlist=function(t,e,o,r,_,p){return t&&"object"==typeof t&&(t=t.ptr),e&&"object"==typeof e&&(e=e.ptr),o&&"object"==typeof o&&(o=o.ptr),r&&"object"==typeof r&&(r=r.ptr),_&&"object"==typeof _&&(_=_.ptr),p&&"object"==typeof p&&(p=p.ptr),Gr(po(t,e,o,r,_,p),__)},r_.prototype.get_PE_GTLIST_OPTS_COMMON=r_.prototype.get_PE_GTLIST_OPTS_COMMON=function(){var t=this.ptr;return no(t)},Object.defineProperty(r_.prototype,"PE_GTLIST_OPTS_COMMON",{get:r_.prototype.get_PE_GTLIST_OPTS_COMMON}),__.prototype=Object.create(Ar.prototype),__.prototype.constructor=__,__.prototype.__class__=__,__.__cache__={},_.PeGTlistExtendedEntry=__,__.prototype.getEntries=__.prototype.getEntries=function(){var t=this.ptr;return Gr(io(t),p_)},__.prototype.getSteps=__.prototype.getSteps=function(){var t=this.ptr;return co(t)},__.prototype.Delete=__.prototype.Delete=function(t){t&&"object"==typeof t&&(t=t.ptr),ao(t)},p_.prototype=Object.create(Ar.prototype),p_.prototype.constructor=p_,p_.prototype.__class__=p_,p_.__cache__={},_.PeGTlistExtendedGTs=p_,p_.prototype.getDirection=p_.prototype.getDirection=function(){var t=this.ptr;return yo(t)},p_.prototype.getGeogtran=p_.prototype.getGeogtran=function(){var t=this.ptr;return Gr(so(t),o_)},n_.prototype=Object.create(Ar.prototype),n_.prototype.constructor=n_,n_.prototype.__class__=n_,n_.__cache__={},_.PeHorizon=n_,n_.prototype.getNump=n_.prototype.getNump=function(){var t=this.ptr;return Po(t)},n_.prototype.getKind=n_.prototype.getKind=function(){var t=this.ptr;return go(t)},n_.prototype.getInclusive=n_.prototype.getInclusive=function(){var t=this.ptr;return uo(t)},n_.prototype.getSize=n_.prototype.getSize=function(){var t=this.ptr;return fo(t)},n_.prototype.getCoord=n_.prototype.getCoord=function(){var t=this.ptr;return bo(t)},i_.prototype=Object.create(Ar.prototype),i_.prototype.constructor=i_,i_.prototype.__class__=i_,i_.__cache__={},_.PeInteger=i_,i_.prototype.get_val=i_.prototype.get_val=function(){var t=this.ptr;return To(t)},i_.prototype.set_val=i_.prototype.set_val=function(t){var e=this.ptr;t&&"object"==typeof t&&(t=t.ptr),Oo(e,t)},Object.defineProperty(i_.prototype,"val",{get:i_.prototype.get_val,set:i_.prototype.set_val}),i_.prototype.__destroy__=i_.prototype.__destroy__=function(){var t=this.ptr;mo(t)},c_.prototype=Object.create(Ar.prototype),c_.prototype.constructor=c_,c_.prototype.__class__=c_,c_.__cache__={},_.PeLineType=c_,c_.prototype.geodetic_distance=c_.prototype.geodetic_distance=function(t,e,o,r,_,p,n,i,c,a){t&&"object"==typeof t&&(t=t.ptr),e&&"object"==typeof e&&(e=e.ptr),o&&"object"==typeof o&&(o=o.ptr),r&&"object"==typeof r&&(r=r.ptr),_&&"object"==typeof _&&(_=_.ptr),p&&"object"==typeof p&&(p=p.ptr),n&&"object"==typeof n&&(n=n.ptr),i&&"object"==typeof i&&(i=i.ptr),c&&"object"==typeof c&&(c=c.ptr),a&&"object"==typeof a&&(a=a.ptr),ho(t,e,o,r,_,p,n,i,c,a)},c_.prototype.geodetic_coordinate=c_.prototype.geodetic_coordinate=function(t,e,o,r,_,p,n,i,c){t&&"object"==typeof t&&(t=t.ptr),e&&"object"==typeof e&&(e=e.ptr),o&&"object"==typeof o&&(o=o.ptr),r&&"object"==typeof r&&(r=r.ptr),_&&"object"==typeof _&&(_=_.ptr),p&&"object"==typeof p&&(p=p.ptr),n&&"object"==typeof n&&(n=n.ptr),i&&"object"==typeof i&&(i=i.ptr),c&&"object"==typeof c&&(c=c.ptr),So(t,e,o,r,_,p,n,i,c)},c_.prototype.geodesic_coordinate=c_.prototype.geodesic_coordinate=function(t,e,o,r,_,p,n,i){t&&"object"==typeof t&&(t=t.ptr),e&&"object"==typeof e&&(e=e.ptr),o&&"object"==typeof o&&(o=o.ptr),r&&"object"==typeof r&&(r=r.ptr),_&&"object"==typeof _&&(_=_.ptr),p&&"object"==typeof p&&(p=p.ptr),n&&"object"==typeof n&&(n=n.ptr),i&&"object"==typeof i&&(i=i.ptr),No(t,e,o,r,_,p,n,i)},c_.prototype.great_elliptic_distance=c_.prototype.great_elliptic_distance=function(t,e,o,r,_,p,n,i,c){t&&"object"==typeof t&&(t=t.ptr),e&&"object"==typeof e&&(e=e.ptr),o&&"object"==typeof o&&(o=o.ptr),r&&"object"==typeof r&&(r=r.ptr),_&&"object"==typeof _&&(_=_.ptr),p&&"object"==typeof p&&(p=p.ptr),n&&"object"==typeof n&&(n=n.ptr),i&&"object"==typeof i&&(i=i.ptr),c&&"object"==typeof c&&(c=c.ptr),lo(t,e,o,r,_,p,n,i,c)},a_.prototype=Object.create(Ar.prototype),a_.prototype.constructor=a_,a_.prototype.__class__=a_,a_.__cache__={},_.PeMath=a_,a_.prototype.phi_to_eta=a_.prototype.phi_to_eta=function(t,e){return t&&"object"==typeof t&&(t=t.ptr),e&&"object"==typeof e&&(e=e.ptr),vo(t,e)},a_.prototype.eta_to_phi=a_.prototype.eta_to_phi=function(t,e){return t&&"object"==typeof t&&(t=t.ptr),e&&"object"==typeof e&&(e=e.ptr),Mo(t,e)},a_.prototype.phi_to_phig=a_.prototype.phi_to_phig=function(t,e){return t&&"object"==typeof t&&(t=t.ptr),e&&"object"==typeof e&&(e=e.ptr),jo(t,e)},a_.prototype.q=a_.prototype.q=function(t,e,o){return t&&"object"==typeof t&&(t=t.ptr),e&&"object"==typeof e&&(e=e.ptr),o&&"object"==typeof o&&(o=o.ptr),Do(t,e,o)},a_.prototype.q90=a_.prototype.q90=function(t,e){return t&&"object"==typeof t&&(t=t.ptr),e&&"object"==typeof e&&(e=e.ptr),Ao(t,e)},y_.prototype=Object.create(Ar.prototype),y_.prototype.constructor=y_,y_.prototype.__class__=y_,y_.__cache__={},_.PeNotationMgrs=y_,y_.prototype.get_PE_MGRS_STYLE_NEW=y_.prototype.get_PE_MGRS_STYLE_NEW=function(){var t=this.ptr;return Ro(t)},Object.defineProperty(y_.prototype,"PE_MGRS_STYLE_NEW",{get:y_.prototype.get_PE_MGRS_STYLE_NEW}),y_.prototype.get_PE_MGRS_STYLE_OLD=y_.prototype.get_PE_MGRS_STYLE_OLD=function(){var t=this.ptr;return Go(t)},Object.defineProperty(y_.prototype,"PE_MGRS_STYLE_OLD",{get:y_.prototype.get_PE_MGRS_STYLE_OLD}),y_.prototype.get_PE_MGRS_STYLE_AUTO=y_.prototype.get_PE_MGRS_STYLE_AUTO=function(){var t=this.ptr;return Co(t)},Object.defineProperty(y_.prototype,"PE_MGRS_STYLE_AUTO",{get:y_.prototype.get_PE_MGRS_STYLE_AUTO}),y_.prototype.get_PE_MGRS_180_ZONE_1_PLUS=y_.prototype.get_PE_MGRS_180_ZONE_1_PLUS=function(){var t=this.ptr;return Io(t)},Object.defineProperty(y_.prototype,"PE_MGRS_180_ZONE_1_PLUS",{get:y_.prototype.get_PE_MGRS_180_ZONE_1_PLUS}),y_.prototype.get_PE_MGRS_ADD_SPACES=y_.prototype.get_PE_MGRS_ADD_SPACES=function(){var t=this.ptr;return Lo(t)},Object.defineProperty(y_.prototype,"PE_MGRS_ADD_SPACES",{get:y_.prototype.get_PE_MGRS_ADD_SPACES}),s_.prototype=Object.create(Ar.prototype),s_.prototype.constructor=s_,s_.prototype.__class__=s_,s_.__cache__={},_.PeNotationUtm=s_,s_.prototype.get_PE_UTM_OPTS_NONE=s_.prototype.get_PE_UTM_OPTS_NONE=function(){var t=this.ptr;return Uo(t)},Object.defineProperty(s_.prototype,"PE_UTM_OPTS_NONE",{get:s_.prototype.get_PE_UTM_OPTS_NONE}),s_.prototype.get_PE_UTM_OPTS_NS=s_.prototype.get_PE_UTM_OPTS_NS=function(){var t=this.ptr;return wo(t)},Object.defineProperty(s_.prototype,"PE_UTM_OPTS_NS",{get:s_.prototype.get_PE_UTM_OPTS_NS}),s_.prototype.get_PE_UTM_OPTS_NS_STRICT=s_.prototype.get_PE_UTM_OPTS_NS_STRICT=function(){var t=this.ptr;return Fo(t)},Object.defineProperty(s_.prototype,"PE_UTM_OPTS_NS_STRICT",{get:s_.prototype.get_PE_UTM_OPTS_NS_STRICT}),s_.prototype.get_PE_UTM_OPTS_ADD_SPACES=s_.prototype.get_PE_UTM_OPTS_ADD_SPACES=function(){var t=this.ptr;return Yo(t)},Object.defineProperty(s_.prototype,"PE_UTM_OPTS_ADD_SPACES",{get:s_.prototype.get_PE_UTM_OPTS_ADD_SPACES}),P_.prototype=Object.create(Wr.prototype),P_.prototype.constructor=P_,P_.prototype.__class__=P_,P_.__cache__={},_.PeParameter=P_,P_.prototype.getValue=P_.prototype.getValue=function(){var t=this.ptr;return Xo(t)},P_.prototype.getCode=P_.prototype.getCode=function(){var t=this.ptr;return xo(t)},P_.prototype.getName=P_.prototype.getName=function(t){var e=this.ptr;return Fr.prepare(),"object"==typeof t&&(t=Xr(t)),z(Ho(e,t))},P_.prototype.getType=P_.prototype.getType=function(){var t=this.ptr;return zo(t)},g_.prototype=Object.create(Ar.prototype),g_.prototype.constructor=g_,g_.prototype.__class__=g_,g_.__cache__={},_.PePCSInfo=g_,g_.prototype.getCentralMeridian=g_.prototype.getCentralMeridian=function(){var t=this.ptr;return Zo(t)},g_.prototype.getDomainMinx=g_.prototype.getDomainMinx=function(){var t=this.ptr;return Wo(t)},g_.prototype.getDomainMiny=g_.prototype.getDomainMiny=function(){var t=this.ptr;return Bo(t)},g_.prototype.getDomainMaxx=g_.prototype.getDomainMaxx=function(){var t=this.ptr;return qo(t)},g_.prototype.getDomainMaxy=g_.prototype.getDomainMaxy=function(){var t=this.ptr;return Ko(t)},g_.prototype.getNorthPoleLocation=g_.prototype.getNorthPoleLocation=function(){var t=this.ptr;return Vo(t)},g_.prototype.getNorthPoleGeometry=g_.prototype.getNorthPoleGeometry=function(){var t=this.ptr;return $o(t)},g_.prototype.getSouthPoleLocation=g_.prototype.getSouthPoleLocation=function(){var t=this.ptr;return ko(t)},g_.prototype.getSouthPoleGeometry=g_.prototype.getSouthPoleGeometry=function(){var t=this.ptr;return Jo(t)},g_.prototype.isDensificationNeeded=g_.prototype.isDensificationNeeded=function(){var t=this.ptr;return!!Qo(t)},g_.prototype.isGcsHorizonMultiOverlap=g_.prototype.isGcsHorizonMultiOverlap=function(){var t=this.ptr;return!!tr(t)},g_.prototype.isPannableRectangle=g_.prototype.isPannableRectangle=function(){var t=this.ptr;return!!er(t)},g_.prototype.generate=g_.prototype.generate=function(t,e){return t&&"object"==typeof t&&(t=t.ptr),e&&"object"==typeof e&&(e=e.ptr),Gr(or(t,e),g_)},g_.prototype.get_PE_PCSINFO_OPTION_NONE=g_.prototype.get_PE_PCSINFO_OPTION_NONE=function(){var t=this.ptr;return rr(t)},Object.defineProperty(g_.prototype,"PE_PCSINFO_OPTION_NONE",{get:g_.prototype.get_PE_PCSINFO_OPTION_NONE}),g_.prototype.get_PE_PCSINFO_OPTION_DOMAIN=g_.prototype.get_PE_PCSINFO_OPTION_DOMAIN=function(){var t=this.ptr;return _r(t)},Object.defineProperty(g_.prototype,"PE_PCSINFO_OPTION_DOMAIN",{get:g_.prototype.get_PE_PCSINFO_OPTION_DOMAIN}),g_.prototype.get_PE_POLE_OUTSIDE_BOUNDARY=g_.prototype.get_PE_POLE_OUTSIDE_BOUNDARY=function(){var t=this.ptr;return pr(t)},Object.defineProperty(g_.prototype,"PE_POLE_OUTSIDE_BOUNDARY",{get:g_.prototype.get_PE_POLE_OUTSIDE_BOUNDARY}),g_.prototype.get_PE_POLE_POINT=g_.prototype.get_PE_POLE_POINT=function(){var t=this.ptr;return nr(t)},Object.defineProperty(g_.prototype,"PE_POLE_POINT",{get:g_.prototype.get_PE_POLE_POINT}),u_.prototype=Object.create(Wr.prototype),u_.prototype.constructor=u_,u_.prototype.__class__=u_,u_.__cache__={},_.PePrimem=u_,u_.prototype.getLongitude=u_.prototype.getLongitude=function(){var t=this.ptr;return ir(t)},u_.prototype.getCode=u_.prototype.getCode=function(){var t=this.ptr;return cr(t)},u_.prototype.getName=u_.prototype.getName=function(t){var e=this.ptr;return Fr.prepare(),"object"==typeof t&&(t=Xr(t)),z(ar(e,t))},u_.prototype.getType=u_.prototype.getType=function(){var t=this.ptr;return yr(t)},f_.prototype=Object.create(Br.prototype),f_.prototype.constructor=f_,f_.prototype.__class__=f_,f_.__cache__={},_.PeProjcs=f_,f_.prototype.Delete=f_.prototype.Delete=function(){var t=this.ptr;sr(t)},f_.prototype.getGeogcs=f_.prototype.getGeogcs=function(){var t=this.ptr;return Gr(Pr(t),e_)},f_.prototype.getProjection=f_.prototype.getProjection=function(){var t=this.ptr;return Gr(gr(t),Wr)},f_.prototype.getParameters=f_.prototype.getParameters=function(){var t=this.ptr;return ur(t)},f_.prototype.getUnit=f_.prototype.getUnit=function(){var t=this.ptr;return Gr(fr(t),qr)},f_.prototype.loadConstants=f_.prototype.loadConstants=function(){var t=this.ptr;return!!br(t)},f_.prototype.horizonGcsGenerate=f_.prototype.horizonGcsGenerate=function(){var t=this.ptr;return Gr(Er(t),n_)},f_.prototype.horizonPcsGenerate=f_.prototype.horizonPcsGenerate=function(){var t=this.ptr;return Gr(dr(t),n_)},f_.prototype.isEqual=f_.prototype.isEqual=function(t){var e=this.ptr;return t&&"object"==typeof t&&(t=t.ptr),!!Tr(e,t)},f_.prototype.getCode=f_.prototype.getCode=function(){var t=this.ptr;return Or(t)},f_.prototype.getName=f_.prototype.getName=function(t){var e=this.ptr;return Fr.prepare(),"object"==typeof t&&(t=Xr(t)),z(mr(e,t))},f_.prototype.getType=f_.prototype.getType=function(){var t=this.ptr;return hr(t)},b_.prototype=Object.create(Wr.prototype),b_.prototype.constructor=b_,b_.prototype.__class__=b_,b_.__cache__={},_.PeSpheroid=b_,b_.prototype.getAxis=b_.prototype.getAxis=function(){var t=this.ptr;return Sr(t)},b_.prototype.getFlattening=b_.prototype.getFlattening=function(){var t=this.ptr;return Nr(t)},b_.prototype.getCode=b_.prototype.getCode=function(){var t=this.ptr;return lr(t)},b_.prototype.getName=b_.prototype.getName=function(t){var e=this.ptr;return Fr.prepare(),"object"==typeof t&&(t=Xr(t)),z(vr(e,t))},b_.prototype.getType=b_.prototype.getType=function(){var t=this.ptr;return Mr(t)},E_.prototype=Object.create(Ar.prototype),E_.prototype.constructor=E_,E_.prototype.__class__=E_,E_.__cache__={},_.PeVersion=E_,E_.prototype.version_string=E_.prototype.version_string=function(){var t=this.ptr;return z(jr(t))},_.ensureCache=Fr,_.ensureString=Yr,_.ensureInt8=Xr,_.ensureInt16=xr,_.ensureInt32=Hr,_.ensureFloat32=zr,_.ensureFloat64=Zr,p};export{t as default};
package/chunks/pe.js CHANGED
@@ -2,4 +2,4 @@
2
2
  All material copyright ESRI, All Rights Reserved, unless otherwise specified.
3
3
  See https://js.arcgis.com/4.33/esri/copyright.txt for details.
4
4
  */
5
- import{getAssetUrl as e}from"../assets.js";import has from"../core/has.js";let t,o=null;function r(){return!!o}function n(){return!!has("esri-wasm")}function _(){return t||(t=import("./pe-wasm.js").then((e=>e.p)).then((({default:t})=>t({locateFile:t=>e(`esri/geometry/support/${t}`)}))).then((e=>{d(e)})),t)}var P,s;!function(e){function t(e,t,r){o.ensureCache.prepare();const n=D(r),_=r===n,P=o.ensureFloat64(n),s=o._pe_geog_to_proj(o.getPointer(e),t,P);return s&&R(r,t,P,_),s}function r(e,o,r,_){switch(_){case s.PE_TRANSFORM_P_TO_G:return n(e,o,r);case s.PE_TRANSFORM_G_TO_P:return t(e,o,r)}return 0}function n(e,t,o){return _(e,t,o,0)}function _(e,t,r,n){o.ensureCache.prepare();const _=D(r),P=r===_,s=o.ensureFloat64(_),i=o._pe_proj_to_geog_center(o.getPointer(e),t,s,n);return i&&R(r,t,s,P),i}e.geogToProj=t,e.projGeog=r,e.projToGeog=n,e.projToGeogCenter=_}(P||(P={})),function(e){function t(){e.PE_BUFFER_MAX=o.PeDefs.prototype.PE_BUFFER_MAX,e.PE_NAME_MAX=o.PeDefs.prototype.PE_NAME_MAX,e.PE_MGRS_MAX=o.PeDefs.prototype.PE_MGRS_MAX,e.PE_USNG_MAX=o.PeDefs.prototype.PE_USNG_MAX,e.PE_DD_MAX=o.PeDefs.prototype.PE_DD_MAX,e.PE_DDM_MAX=o.PeDefs.prototype.PE_DDM_MAX,e.PE_DMS_MAX=o.PeDefs.prototype.PE_DMS_MAX,e.PE_UTM_MAX=o.PeDefs.prototype.PE_UTM_MAX,e.PE_PARM_MAX=o.PeDefs.prototype.PE_PARM_MAX,e.PE_TYPE_NONE=o.PeDefs.prototype.PE_TYPE_NONE,e.PE_TYPE_GEOGCS=o.PeDefs.prototype.PE_TYPE_GEOGCS,e.PE_TYPE_PROJCS=o.PeDefs.prototype.PE_TYPE_PROJCS,e.PE_TYPE_GEOGTRAN=o.PeDefs.prototype.PE_TYPE_GEOGTRAN,e.PE_TYPE_COORDSYS=o.PeDefs.prototype.PE_TYPE_COORDSYS,e.PE_TYPE_UNIT=o.PeDefs.prototype.PE_TYPE_UNIT,e.PE_TYPE_LINUNIT=o.PeDefs.prototype.PE_TYPE_LINUNIT,e.PE_STR_OPTS_NONE=o.PeDefs.prototype.PE_STR_OPTS_NONE,e.PE_STR_AUTH_NONE=o.PeDefs.prototype.PE_STR_AUTH_NONE,e.PE_STR_AUTH_TOP=o.PeDefs.prototype.PE_STR_AUTH_TOP,e.PE_STR_NAME_CANON=o.PeDefs.prototype.PE_STR_NAME_CANON,e.PE_STR_FMT_WKT=o.PeDefs.prototype.PE_STR_FMT_WKT,e.PE_STR_FMT_WKT2=o.PeDefs.prototype.PE_STR_FMT_WKT2,e.PE_PARM_X0=o.PeDefs.prototype.PE_PARM_X0,e.PE_PARM_ND=o.PeDefs.prototype.PE_PARM_ND,e.PE_TRANSFORM_1_TO_2=o.PeDefs.prototype.PE_TRANSFORM_1_TO_2,e.PE_TRANSFORM_2_TO_1=o.PeDefs.prototype.PE_TRANSFORM_2_TO_1,e.PE_TRANSFORM_P_TO_G=o.PeDefs.prototype.PE_TRANSFORM_P_TO_G,e.PE_TRANSFORM_G_TO_P=o.PeDefs.prototype.PE_TRANSFORM_G_TO_P,e.PE_HORIZON_RECT=o.PeDefs.prototype.PE_HORIZON_RECT,e.PE_HORIZON_POLY=o.PeDefs.prototype.PE_HORIZON_POLY,e.PE_HORIZON_LINE=o.PeDefs.prototype.PE_HORIZON_LINE,e.PE_HORIZON_DELTA=o.PeDefs.prototype.PE_HORIZON_DELTA}e.init=t}(s||(s={}));let i=null;var p;!function(e){const t={},r={},n=e=>{const t=e.getType();switch(t){case s.PE_TYPE_GEOGCS:e=o.castObject(e,o.PeGeogcs);break;case s.PE_TYPE_PROJCS:e=o.castObject(e,o.PeProjcs);break;case s.PE_TYPE_GEOGTRAN:e=o.castObject(e,o.PeGeogtran);break;default:t&s.PE_TYPE_UNIT&&(e=o.castObject(e,o.PeUnit))}return e};function _(){o.PeFactory.prototype.initialize(null)}function P(e){return i(s.PE_TYPE_COORDSYS,e)}function i(e,r){let _=null,P=t[e];if(P||(P={},t[e]=P),P.hasOwnProperty(String(r))&&(_=P[r],o.compare(_,o.NULL)&&(_=null)),!_){const t=o.PeFactory.prototype.factoryByType(e,r);o.compare(t,o.NULL)||(_=n(t),P[r]=_)}return _}function p(e,t){let _=null,P=r[e];if(P||(P={},r[e]=P),P.hasOwnProperty(t)&&(_=P[t],o.compare(_,o.NULL)&&(_=null)),!_){const r=o.PeFactory.prototype.fromString(e,t);o.compare(r,o.NULL)||(_=n(r),P[t]=_)}return _}function u(e){return i(s.PE_TYPE_GEOGCS,e)}function E(e){return i(s.PE_TYPE_GEOGTRAN,e)}function c(e){return o.PeFactory.prototype.getCode(e)}function a(e){return i(s.PE_TYPE_PROJCS,e)}function g(e){return i(s.PE_TYPE_UNIT,e)}e.initialize=_,e.coordsys=P,e.factoryByType=i,e.fromString=p,e.geogcs=u,e.geogtran=E,e.getCode=c,e.projcs=a,e.unit=g}(p||(p={}));let u=null;var E,c,a,g,T,f,l,y,S,O,N;function d(e){function t(e,t,o){e[t]=o(e[t])}o=e,s.init(),E.init(),l.init(),S.init(),O.init(),i=class extends o.PeDouble{constructor(e=NaN){super(e)}destroy(){o.destroy(this)}[Symbol.dispose](){this.destroy()}},u=class extends o.PeGCSExtent{destroy(){o.destroy(this)}[Symbol.dispose](){this.destroy()}};const r=[o.PeAngunit,o.PeDatum,o.PeGeogcs,o.PeGeogtran,o.PeObject,o.PeParameter,o.PePrimem,o.PeProjcs,o.PeSpheroid,o.PeUnit];for(const o of r)t(o.prototype,"getName",(e=>function(){return e.call(this,new Array(s.PE_NAME_MAX))}));for(const P of[o.PeGeogtran,o.PeProjcs])t(P.prototype,"getParameters",(e=>function(){const t=new Array(s.PE_PARM_MAX);let r=e.call(this);for(let e=0;e<t.length;e++){const n=o.getValue(r,"*");t[e]=n?o.wrapPointer(n,o.PeParameter):null,r+=Int32Array.BYTES_PER_ELEMENT}return t}));t(o.PeHorizon.prototype,"getCoord",(e=>function(t=!1){const o=this.getSize();if(!o)return null;const r=[];return R(r,o,e.call(this),t),r})),t(o.PeGTlistExtendedEntry.prototype,"getEntries",(e=>{const t=o._pe_getPeGTlistExtendedGTsSize();return function(){let r=null;const n=e.call(this);if(!o.compare(n,o.NULL)){r=[n];const e=this.getSteps();if(e>1){const _=o.getPointer(n);for(let n=1;n<e;n++)r.push(o.wrapPointer(_+t*n,o.PeGTlistExtendedGTs))}}return r}}));const n=o._pe_getPeHorizonSize(),_=e=>function(){let t=this._cache;if(t||(t=new Map,this._cache=t),t.has(e))return t.get(e);let r=null;const _=e.call(this);if(!o.compare(_,o.NULL)){r=[_];const e=_.getNump();if(e>1){const t=o.getPointer(_);for(let _=1;_<e;_++)r.push(o.wrapPointer(t+n*_,o.PeHorizon))}}return t.set(e,r),r};t(o.PeProjcs.prototype,"horizonGcsGenerate",_),t(o.PeProjcs.prototype,"horizonPcsGenerate",_),o.PeObject.prototype.toString=function(e=s.PE_STR_OPTS_NONE){o.ensureCache.prepare();const t=o.getPointer(this),r=o.ensureInt8(new Array(s.PE_BUFFER_MAX));return o.UTF8ToString(o._pe_object_to_string_ext(t,e,r))},o.PeGeogcs.prototype.destroy=function(){this.Delete(),M(this),this.ptr=0},o.PeGeogcs.prototype[Symbol.dispose]=function(){this.destroy()},o.PeProjcs.prototype.destroy=function(){this.Delete(),M(this),this.ptr=0},o.PeProjcs.prototype[Symbol.dispose]=function(){this.destroy()}}function M(e){if(!e)return;const t=o.getClass(e);if(!t)return;const r=o.getCache(t);if(!r)return;const n=o.getPointer(e);n&&delete r[n]}function A(e,t){const r=[],n=new Array(t);for(let _=0;_<e;_++)r.push(o.ensureInt8(n));return r}function D(e){return ArrayBuffer.isView(e)?e:Array.isArray(e[0])?e.flat():e}function R(e,t,r,n=!1){if(n)for(let _=0;_<2*t;_++)e[_]=o.getValue(r+_*Float64Array.BYTES_PER_ELEMENT,"double");else{const n=0===e.length;for(let _=0;_<t;_++)n&&(e[_]=new Array(2)),e[_][0]=o.getValue(r,"double"),e[_][1]=o.getValue(r+Float64Array.BYTES_PER_ELEMENT,"double"),r+=2*Float64Array.BYTES_PER_ELEMENT}}!function(e){let t;function r(){e.PE_GTLIST_OPTS_COMMON=o.PeGTlistExtended.prototype.PE_GTLIST_OPTS_COMMON,t=o._pe_getPeGTlistExtendedEntrySize()}function n(e,r,n,_,P,s){let i=null;const p=new o.PeInteger(s);try{const u=o.PeGTlistExtended.prototype.getGTlist(e,r,n,_,P,p);if((s=p.val)&&(i=[u],s>1)){const e=o.getPointer(u);for(let r=1;r<s;r++)i.push(o.wrapPointer(e+t*r,o.PeGTlistExtendedEntry))}}finally{o.destroy(p)}return i}e.init=r,e.getGTlist=n}(E||(E={})),function(e){function t(e){if(e?.length){for(const t of e)M(t),t.getEntries().forEach((e=>{M(e);const t=e.getGeogtran();M(t),t.getParameters().forEach(M),[t.getGeogcs1(),t.getGeogcs2()].forEach((e=>{M(e);const t=e.getDatum();M(t),M(t.getSpheroid()),M(e.getPrimem()),M(e.getUnit())}))}));o.PeGTlistExtendedEntry.prototype.Delete(e[0])}}e.destroy=t}(c||(c={})),function(e){function t(e,t,r,n,_){o.ensureCache.prepare();const P=D(r),s=r===P,i=o.ensureFloat64(P);let p=0;n&&(p=o.ensureFloat64(n));const u=o._pe_geog_to_geog(o.getPointer(e),t,i,p,_);return u&&R(r,t,i,s),u}e.geogToGeog=t}(a||(a={})),function(e){function t(e,t,r,n,_,P,s,i){o.PeLineType.prototype.geodesic_coordinate(e,t,r,n,_,P,s,i)}function r(e,t,r,n,_,P,s,i,p){o.PeLineType.prototype.geodetic_coordinate(e,t,r,n,_,P,s,i,p)}function n(e,t,r,n,_,P,s,i,p,u){o.PeLineType.prototype.geodetic_distance(e,t,r,n,_,P,s,i,p,u)}function _(e,t,r,n,_,P,s,i,p){o.PeLineType.prototype.great_elliptic_distance(e,t,r,n,_,P,s,i,p)}e.geodesicCoordinate=t,e.geodeticCoordinate=r,e.geodeticDistance=n,e.greatEllipticDistance=_}(g||(g={})),function(e){function t(e,t){return o.PeMath.prototype.phi_to_eta(e,t)}function r(e,t){return o.PeMath.prototype.eta_to_phi(e,t)}function n(e,t){return o.PeMath.prototype.phi_to_phig(e,t)}function _(e,t,r){return o.PeMath.prototype.q(e,t,r)}function P(e,t){return o.PeMath.prototype.q90(e,t)}e.phiToEta=t,e.etaToPhi=r,e.phiToPhig=n,e.q=_,e.q90=P}(T||(T={})),function(e){const t=(e,t,r,n,_,P)=>{let i,p;switch(o.ensureCache.prepare(),e){case"dd":i=o._pe_geog_to_dd,p=s.PE_DD_MAX;break;case"ddm":i=o._pe_geog_to_ddm,p=s.PE_DDM_MAX;break;case"dms":i=o._pe_geog_to_dms,p=s.PE_DMS_MAX}let u=0;t&&(u=o.getPointer(t));const E=D(n),c=o.ensureFloat64(E),a=A(r,p),g=i(u,r,c,_,o.ensureInt32(a));if(g)for(let s=0;s<r;s++)P[s]=o.UTF8ToString(a[s]);return g},r=(e,t,r,n,_)=>{let P;switch(o.ensureCache.prepare(),e){case"dd":P=o._pe_dd_to_geog;break;case"ddm":P=o._pe_ddm_to_geog;break;case"dms":P=o._pe_dms_to_geog}let s=0;t&&(s=o.getPointer(t));const i=n.map((e=>o.ensureString(e))),p=o.ensureInt32(i),u=o.ensureFloat64(new Array(2*r)),E=P(s,r,p,u);return E&&R(_,r,u),E};function n(e,o,r,n,_){return t("dms",e,o,r,n,_)}function _(e,t,o,n){return r("dms",e,t,o,n)}function P(e,o,r,n,_){return t("ddm",e,o,r,n,_)}function i(e,t,o,n){return r("ddm",e,t,o,n)}function p(e,o,r,n,_){return t("dd",e,o,r,n,_)}function u(e,t,o,n){return r("dd",e,t,o,n)}e.geogToDms=n,e.dmsToGeog=_,e.geogToDdm=P,e.ddmToGeog=i,e.geogToDd=p,e.ddToGeog=u}(f||(f={})),function(e){function t(){e.PE_MGRS_STYLE_NEW=o.PeNotationMgrs.prototype.PE_MGRS_STYLE_NEW,e.PE_MGRS_STYLE_OLD=o.PeNotationMgrs.prototype.PE_MGRS_STYLE_OLD,e.PE_MGRS_STYLE_AUTO=o.PeNotationMgrs.prototype.PE_MGRS_STYLE_AUTO,e.PE_MGRS_180_ZONE_1_PLUS=o.PeNotationMgrs.prototype.PE_MGRS_180_ZONE_1_PLUS,e.PE_MGRS_ADD_SPACES=o.PeNotationMgrs.prototype.PE_MGRS_ADD_SPACES}function r(e,t,r,n,_,P,i){o.ensureCache.prepare();let p=0;e&&(p=o.getPointer(e));const u=D(r),E=o.ensureFloat64(u),c=A(t,s.PE_MGRS_MAX),a=o.ensureInt32(c),g=o._pe_geog_to_mgrs_extended(p,t,E,n,_,P,a);if(g)for(let s=0;s<t;s++)i[s]=o.UTF8ToString(c[s]);return g}function n(e,t,r,n,_){o.ensureCache.prepare();let P=0;e&&(P=o.getPointer(e));const s=r.map((e=>o.ensureString(e))),i=o.ensureInt32(s),p=o.ensureFloat64(new Array(2*t)),u=o._pe_mgrs_to_geog_extended(P,t,i,n,p);return u&&R(_,t,p),u}e.init=t,e.geogToMgrsExtended=r,e.mgrsToGeogExtended=n}(l||(l={})),function(e){function t(e,t,r,n,_,P,i){o.ensureCache.prepare();let p=0;e&&(p=o.getPointer(e));const u=D(r),E=o.ensureFloat64(u),c=A(t,s.PE_MGRS_MAX),a=o.ensureInt32(c),g=o._pe_geog_to_usng(p,t,E,n,_,P,a);if(g)for(let s=0;s<t;s++)i[s]=o.UTF8ToString(c[s]);return g}function r(e,t,r,n){o.ensureCache.prepare();let _=0;e&&(_=o.getPointer(e));const P=r.map((e=>o.ensureString(e))),s=o.ensureInt32(P),i=o.ensureFloat64(new Array(2*t)),p=o._pe_usng_to_geog(_,t,s,i);return p&&R(n,t,i),p}e.geogToUsng=t,e.usngToGeog=r}(y||(y={})),function(e){function t(){e.PE_UTM_OPTS_NONE=o.PeNotationUtm.prototype.PE_UTM_OPTS_NONE,e.PE_UTM_OPTS_ADD_SPACES=o.PeNotationUtm.prototype.PE_UTM_OPTS_ADD_SPACES,e.PE_UTM_OPTS_NS=o.PeNotationUtm.prototype.PE_UTM_OPTS_NS}function r(e,t,r,n,_){o.ensureCache.prepare();let P=0;e&&(P=o.getPointer(e));const i=D(r),p=o.ensureFloat64(i),u=A(t,s.PE_UTM_MAX),E=o.ensureInt32(u),c=o._pe_geog_to_utm(P,t,p,n,E);if(c)for(let s=0;s<t;s++)_[s]=o.UTF8ToString(u[s]);return c}function n(e,t,r,n,_){o.ensureCache.prepare();let P=0;e&&(P=o.getPointer(e));const s=r.map((e=>o.ensureString(e))),i=o.ensureInt32(s),p=o.ensureFloat64(new Array(2*t)),u=o._pe_utm_to_geog(P,t,i,n,p);return u&&R(_,t,p),u}e.init=t,e.geogToUtm=r,e.utmToGeog=n}(S||(S={})),function(e){const t=new Map;function r(){e.PE_PCSINFO_OPTION_NONE=o.PePCSInfo.prototype.PE_PCSINFO_OPTION_NONE,e.PE_PCSINFO_OPTION_DOMAIN=o.PePCSInfo.prototype.PE_PCSINFO_OPTION_DOMAIN,e.PE_POLE_OUTSIDE_BOUNDARY=o.PePCSInfo.prototype.PE_POLE_OUTSIDE_BOUNDARY,e.PE_POLE_POINT=o.PePCSInfo.prototype.PE_POLE_POINT}function n(r,n=e.PE_PCSINFO_OPTION_DOMAIN){let _=null,P=null;return t.has(r)&&(P=t.get(r),P[n]&&(_=P[n])),_||(_=o.PePCSInfo.prototype.generate(r,n),P||(P=[],t.set(r,P)),P[n]=_),_}e.init=r,e.generate=n}(O||(O={})),function(e){function t(){return o.PeVersion.prototype.version_string()}e.versionString=t}(N||(N={}));const G=Object.freeze(Object.defineProperty({__proto__:null,get PeCSTransformations(){return P},get PeDefs(){return s},get PeDouble(){return i},get PeFactory(){return p},get PeGCSExtent(){return u},get PeGTTransformations(){return a},get PeGTlistExtended(){return E},get PeGTlistExtendedEntry(){return c},get PeLineType(){return g},get PeMath(){return T},get PeNotationDms(){return f},get PeNotationMgrs(){return l},get PeNotationUsng(){return y},get PeNotationUtm(){return S},get PePCSInfo(){return O},get PeVersion(){return N},_init:d,get _pe(){return o},isLoaded:r,isSupported:n,load:_},Symbol.toStringTag,{value:"Module"}));export{p as P,o as _,s as a,n as b,f as c,l as d,y as e,S as f,P as g,a as h,r as i,O as j,i as k,_ as l,u as m,E as n,c as o,G as p,g as q,T as r,N as s,d as t};
5
+ import{getAssetUrl as e}from"../assets.js";import has from"../core/has.js";let t,o=null;function r(){return!!o}function n(){return!!has("esri-wasm")}function _(){return t||(t=import("./pe-wasm.js").then((({default:t})=>t({locateFile:t=>e(`esri/geometry/support/${t}`)}))).then((e=>{d(e)})),t)}var P,s;!function(e){function t(e,t,r){o.ensureCache.prepare();const n=D(r),_=r===n,P=o.ensureFloat64(n),s=o._pe_geog_to_proj(o.getPointer(e),t,P);return s&&R(r,t,P,_),s}function r(e,o,r,_){switch(_){case s.PE_TRANSFORM_P_TO_G:return n(e,o,r);case s.PE_TRANSFORM_G_TO_P:return t(e,o,r)}return 0}function n(e,t,o){return _(e,t,o,0)}function _(e,t,r,n){o.ensureCache.prepare();const _=D(r),P=r===_,s=o.ensureFloat64(_),i=o._pe_proj_to_geog_center(o.getPointer(e),t,s,n);return i&&R(r,t,s,P),i}e.geogToProj=t,e.projGeog=r,e.projToGeog=n,e.projToGeogCenter=_}(P||(P={})),function(e){function t(){e.PE_BUFFER_MAX=o.PeDefs.prototype.PE_BUFFER_MAX,e.PE_NAME_MAX=o.PeDefs.prototype.PE_NAME_MAX,e.PE_MGRS_MAX=o.PeDefs.prototype.PE_MGRS_MAX,e.PE_USNG_MAX=o.PeDefs.prototype.PE_USNG_MAX,e.PE_DD_MAX=o.PeDefs.prototype.PE_DD_MAX,e.PE_DDM_MAX=o.PeDefs.prototype.PE_DDM_MAX,e.PE_DMS_MAX=o.PeDefs.prototype.PE_DMS_MAX,e.PE_UTM_MAX=o.PeDefs.prototype.PE_UTM_MAX,e.PE_PARM_MAX=o.PeDefs.prototype.PE_PARM_MAX,e.PE_TYPE_NONE=o.PeDefs.prototype.PE_TYPE_NONE,e.PE_TYPE_GEOGCS=o.PeDefs.prototype.PE_TYPE_GEOGCS,e.PE_TYPE_PROJCS=o.PeDefs.prototype.PE_TYPE_PROJCS,e.PE_TYPE_GEOGTRAN=o.PeDefs.prototype.PE_TYPE_GEOGTRAN,e.PE_TYPE_COORDSYS=o.PeDefs.prototype.PE_TYPE_COORDSYS,e.PE_TYPE_UNIT=o.PeDefs.prototype.PE_TYPE_UNIT,e.PE_TYPE_LINUNIT=o.PeDefs.prototype.PE_TYPE_LINUNIT,e.PE_STR_OPTS_NONE=o.PeDefs.prototype.PE_STR_OPTS_NONE,e.PE_STR_AUTH_NONE=o.PeDefs.prototype.PE_STR_AUTH_NONE,e.PE_STR_AUTH_TOP=o.PeDefs.prototype.PE_STR_AUTH_TOP,e.PE_STR_NAME_CANON=o.PeDefs.prototype.PE_STR_NAME_CANON,e.PE_STR_FMT_WKT=o.PeDefs.prototype.PE_STR_FMT_WKT,e.PE_STR_FMT_WKT2=o.PeDefs.prototype.PE_STR_FMT_WKT2,e.PE_PARM_X0=o.PeDefs.prototype.PE_PARM_X0,e.PE_PARM_ND=o.PeDefs.prototype.PE_PARM_ND,e.PE_TRANSFORM_1_TO_2=o.PeDefs.prototype.PE_TRANSFORM_1_TO_2,e.PE_TRANSFORM_2_TO_1=o.PeDefs.prototype.PE_TRANSFORM_2_TO_1,e.PE_TRANSFORM_P_TO_G=o.PeDefs.prototype.PE_TRANSFORM_P_TO_G,e.PE_TRANSFORM_G_TO_P=o.PeDefs.prototype.PE_TRANSFORM_G_TO_P,e.PE_HORIZON_RECT=o.PeDefs.prototype.PE_HORIZON_RECT,e.PE_HORIZON_POLY=o.PeDefs.prototype.PE_HORIZON_POLY,e.PE_HORIZON_LINE=o.PeDefs.prototype.PE_HORIZON_LINE,e.PE_HORIZON_DELTA=o.PeDefs.prototype.PE_HORIZON_DELTA}e.init=t}(s||(s={}));let i=null;var p;!function(e){const t={},r={},n=e=>{const t=e.getType();switch(t){case s.PE_TYPE_GEOGCS:e=o.castObject(e,o.PeGeogcs);break;case s.PE_TYPE_PROJCS:e=o.castObject(e,o.PeProjcs);break;case s.PE_TYPE_GEOGTRAN:e=o.castObject(e,o.PeGeogtran);break;default:t&s.PE_TYPE_UNIT&&(e=o.castObject(e,o.PeUnit))}return e};function _(){o.PeFactory.prototype.initialize(null)}function P(e){return i(s.PE_TYPE_COORDSYS,e)}function i(e,r){let _=null,P=t[e];if(P||(P={},t[e]=P),P.hasOwnProperty(String(r))&&(_=P[r],o.compare(_,o.NULL)&&(_=null)),!_){const t=o.PeFactory.prototype.factoryByType(e,r);o.compare(t,o.NULL)||(_=n(t),P[r]=_)}return _}function p(e,t){let _=null,P=r[e];if(P||(P={},r[e]=P),P.hasOwnProperty(t)&&(_=P[t],o.compare(_,o.NULL)&&(_=null)),!_){const r=o.PeFactory.prototype.fromString(e,t);o.compare(r,o.NULL)||(_=n(r),P[t]=_)}return _}function u(e){return i(s.PE_TYPE_GEOGCS,e)}function E(e){return i(s.PE_TYPE_GEOGTRAN,e)}function c(e){return o.PeFactory.prototype.getCode(e)}function a(e){return i(s.PE_TYPE_PROJCS,e)}function g(e){return i(s.PE_TYPE_UNIT,e)}e.initialize=_,e.coordsys=P,e.factoryByType=i,e.fromString=p,e.geogcs=u,e.geogtran=E,e.getCode=c,e.projcs=a,e.unit=g}(p||(p={}));let u=null;var E,c,a,g,T,f,l,y,S,O,N;function d(e){function t(e,t,o){e[t]=o(e[t])}o=e,s.init(),E.init(),l.init(),S.init(),O.init(),i=class extends o.PeDouble{constructor(e=NaN){super(e)}destroy(){o.destroy(this)}[Symbol.dispose](){this.destroy()}},u=class extends o.PeGCSExtent{destroy(){o.destroy(this)}[Symbol.dispose](){this.destroy()}};const r=[o.PeAngunit,o.PeDatum,o.PeGeogcs,o.PeGeogtran,o.PeObject,o.PeParameter,o.PePrimem,o.PeProjcs,o.PeSpheroid,o.PeUnit];for(const o of r)t(o.prototype,"getName",(e=>function(){return e.call(this,new Array(s.PE_NAME_MAX))}));for(const P of[o.PeGeogtran,o.PeProjcs])t(P.prototype,"getParameters",(e=>function(){const t=new Array(s.PE_PARM_MAX);let r=e.call(this);for(let e=0;e<t.length;e++){const n=o.getValue(r,"*");t[e]=n?o.wrapPointer(n,o.PeParameter):null,r+=Int32Array.BYTES_PER_ELEMENT}return t}));t(o.PeHorizon.prototype,"getCoord",(e=>function(t=!1){const o=this.getSize();if(!o)return null;const r=[];return R(r,o,e.call(this),t),r})),t(o.PeGTlistExtendedEntry.prototype,"getEntries",(e=>{const t=o._pe_getPeGTlistExtendedGTsSize();return function(){let r=null;const n=e.call(this);if(!o.compare(n,o.NULL)){r=[n];const e=this.getSteps();if(e>1){const _=o.getPointer(n);for(let n=1;n<e;n++)r.push(o.wrapPointer(_+t*n,o.PeGTlistExtendedGTs))}}return r}}));const n=o._pe_getPeHorizonSize(),_=e=>function(){let t=this._cache;if(t||(t=new Map,this._cache=t),t.has(e))return t.get(e);let r=null;const _=e.call(this);if(!o.compare(_,o.NULL)){r=[_];const e=_.getNump();if(e>1){const t=o.getPointer(_);for(let _=1;_<e;_++)r.push(o.wrapPointer(t+n*_,o.PeHorizon))}}return t.set(e,r),r};t(o.PeProjcs.prototype,"horizonGcsGenerate",_),t(o.PeProjcs.prototype,"horizonPcsGenerate",_),o.PeObject.prototype.toString=function(e=s.PE_STR_OPTS_NONE){o.ensureCache.prepare();const t=o.getPointer(this),r=o.ensureInt8(new Array(s.PE_BUFFER_MAX));return o.UTF8ToString(o._pe_object_to_string_ext(t,e,r))},o.PeGeogcs.prototype.destroy=function(){this.Delete(),M(this),this.ptr=0},o.PeGeogcs.prototype[Symbol.dispose]=function(){this.destroy()},o.PeProjcs.prototype.destroy=function(){this.Delete(),M(this),this.ptr=0},o.PeProjcs.prototype[Symbol.dispose]=function(){this.destroy()}}function M(e){if(!e)return;const t=o.getClass(e);if(!t)return;const r=o.getCache(t);if(!r)return;const n=o.getPointer(e);n&&delete r[n]}function A(e,t){const r=[],n=new Array(t);for(let _=0;_<e;_++)r.push(o.ensureInt8(n));return r}function D(e){return ArrayBuffer.isView(e)?e:Array.isArray(e[0])?e.flat():e}function R(e,t,r,n=!1){if(n)for(let _=0;_<2*t;_++)e[_]=o.getValue(r+_*Float64Array.BYTES_PER_ELEMENT,"double");else{const n=0===e.length;for(let _=0;_<t;_++)n&&(e[_]=new Array(2)),e[_][0]=o.getValue(r,"double"),e[_][1]=o.getValue(r+Float64Array.BYTES_PER_ELEMENT,"double"),r+=2*Float64Array.BYTES_PER_ELEMENT}}!function(e){let t;function r(){e.PE_GTLIST_OPTS_COMMON=o.PeGTlistExtended.prototype.PE_GTLIST_OPTS_COMMON,t=o._pe_getPeGTlistExtendedEntrySize()}function n(e,r,n,_,P,s){let i=null;const p=new o.PeInteger(s);try{const u=o.PeGTlistExtended.prototype.getGTlist(e,r,n,_,P,p);if((s=p.val)&&(i=[u],s>1)){const e=o.getPointer(u);for(let r=1;r<s;r++)i.push(o.wrapPointer(e+t*r,o.PeGTlistExtendedEntry))}}finally{o.destroy(p)}return i}e.init=r,e.getGTlist=n}(E||(E={})),function(e){function t(e){if(e?.length){for(const t of e)M(t),t.getEntries().forEach((e=>{M(e);const t=e.getGeogtran();M(t),t.getParameters().forEach(M),[t.getGeogcs1(),t.getGeogcs2()].forEach((e=>{M(e);const t=e.getDatum();M(t),M(t.getSpheroid()),M(e.getPrimem()),M(e.getUnit())}))}));o.PeGTlistExtendedEntry.prototype.Delete(e[0])}}e.destroy=t}(c||(c={})),function(e){function t(e,t,r,n,_){o.ensureCache.prepare();const P=D(r),s=r===P,i=o.ensureFloat64(P);let p=0;n&&(p=o.ensureFloat64(n));const u=o._pe_geog_to_geog(o.getPointer(e),t,i,p,_);return u&&R(r,t,i,s),u}e.geogToGeog=t}(a||(a={})),function(e){function t(e,t,r,n,_,P,s,i){o.PeLineType.prototype.geodesic_coordinate(e,t,r,n,_,P,s,i)}function r(e,t,r,n,_,P,s,i,p){o.PeLineType.prototype.geodetic_coordinate(e,t,r,n,_,P,s,i,p)}function n(e,t,r,n,_,P,s,i,p,u){o.PeLineType.prototype.geodetic_distance(e,t,r,n,_,P,s,i,p,u)}function _(e,t,r,n,_,P,s,i,p){o.PeLineType.prototype.great_elliptic_distance(e,t,r,n,_,P,s,i,p)}e.geodesicCoordinate=t,e.geodeticCoordinate=r,e.geodeticDistance=n,e.greatEllipticDistance=_}(g||(g={})),function(e){function t(e,t){return o.PeMath.prototype.phi_to_eta(e,t)}function r(e,t){return o.PeMath.prototype.eta_to_phi(e,t)}function n(e,t){return o.PeMath.prototype.phi_to_phig(e,t)}function _(e,t,r){return o.PeMath.prototype.q(e,t,r)}function P(e,t){return o.PeMath.prototype.q90(e,t)}e.phiToEta=t,e.etaToPhi=r,e.phiToPhig=n,e.q=_,e.q90=P}(T||(T={})),function(e){const t=(e,t,r,n,_,P)=>{let i,p;switch(o.ensureCache.prepare(),e){case"dd":i=o._pe_geog_to_dd,p=s.PE_DD_MAX;break;case"ddm":i=o._pe_geog_to_ddm,p=s.PE_DDM_MAX;break;case"dms":i=o._pe_geog_to_dms,p=s.PE_DMS_MAX}let u=0;t&&(u=o.getPointer(t));const E=D(n),c=o.ensureFloat64(E),a=A(r,p),g=i(u,r,c,_,o.ensureInt32(a));if(g)for(let s=0;s<r;s++)P[s]=o.UTF8ToString(a[s]);return g},r=(e,t,r,n,_)=>{let P;switch(o.ensureCache.prepare(),e){case"dd":P=o._pe_dd_to_geog;break;case"ddm":P=o._pe_ddm_to_geog;break;case"dms":P=o._pe_dms_to_geog}let s=0;t&&(s=o.getPointer(t));const i=n.map((e=>o.ensureString(e))),p=o.ensureInt32(i),u=o.ensureFloat64(new Array(2*r)),E=P(s,r,p,u);return E&&R(_,r,u),E};function n(e,o,r,n,_){return t("dms",e,o,r,n,_)}function _(e,t,o,n){return r("dms",e,t,o,n)}function P(e,o,r,n,_){return t("ddm",e,o,r,n,_)}function i(e,t,o,n){return r("ddm",e,t,o,n)}function p(e,o,r,n,_){return t("dd",e,o,r,n,_)}function u(e,t,o,n){return r("dd",e,t,o,n)}e.geogToDms=n,e.dmsToGeog=_,e.geogToDdm=P,e.ddmToGeog=i,e.geogToDd=p,e.ddToGeog=u}(f||(f={})),function(e){function t(){e.PE_MGRS_STYLE_NEW=o.PeNotationMgrs.prototype.PE_MGRS_STYLE_NEW,e.PE_MGRS_STYLE_OLD=o.PeNotationMgrs.prototype.PE_MGRS_STYLE_OLD,e.PE_MGRS_STYLE_AUTO=o.PeNotationMgrs.prototype.PE_MGRS_STYLE_AUTO,e.PE_MGRS_180_ZONE_1_PLUS=o.PeNotationMgrs.prototype.PE_MGRS_180_ZONE_1_PLUS,e.PE_MGRS_ADD_SPACES=o.PeNotationMgrs.prototype.PE_MGRS_ADD_SPACES}function r(e,t,r,n,_,P,i){o.ensureCache.prepare();let p=0;e&&(p=o.getPointer(e));const u=D(r),E=o.ensureFloat64(u),c=A(t,s.PE_MGRS_MAX),a=o.ensureInt32(c),g=o._pe_geog_to_mgrs_extended(p,t,E,n,_,P,a);if(g)for(let s=0;s<t;s++)i[s]=o.UTF8ToString(c[s]);return g}function n(e,t,r,n,_){o.ensureCache.prepare();let P=0;e&&(P=o.getPointer(e));const s=r.map((e=>o.ensureString(e))),i=o.ensureInt32(s),p=o.ensureFloat64(new Array(2*t)),u=o._pe_mgrs_to_geog_extended(P,t,i,n,p);return u&&R(_,t,p),u}e.init=t,e.geogToMgrsExtended=r,e.mgrsToGeogExtended=n}(l||(l={})),function(e){function t(e,t,r,n,_,P,i){o.ensureCache.prepare();let p=0;e&&(p=o.getPointer(e));const u=D(r),E=o.ensureFloat64(u),c=A(t,s.PE_MGRS_MAX),a=o.ensureInt32(c),g=o._pe_geog_to_usng(p,t,E,n,_,P,a);if(g)for(let s=0;s<t;s++)i[s]=o.UTF8ToString(c[s]);return g}function r(e,t,r,n){o.ensureCache.prepare();let _=0;e&&(_=o.getPointer(e));const P=r.map((e=>o.ensureString(e))),s=o.ensureInt32(P),i=o.ensureFloat64(new Array(2*t)),p=o._pe_usng_to_geog(_,t,s,i);return p&&R(n,t,i),p}e.geogToUsng=t,e.usngToGeog=r}(y||(y={})),function(e){function t(){e.PE_UTM_OPTS_NONE=o.PeNotationUtm.prototype.PE_UTM_OPTS_NONE,e.PE_UTM_OPTS_ADD_SPACES=o.PeNotationUtm.prototype.PE_UTM_OPTS_ADD_SPACES,e.PE_UTM_OPTS_NS=o.PeNotationUtm.prototype.PE_UTM_OPTS_NS}function r(e,t,r,n,_){o.ensureCache.prepare();let P=0;e&&(P=o.getPointer(e));const i=D(r),p=o.ensureFloat64(i),u=A(t,s.PE_UTM_MAX),E=o.ensureInt32(u),c=o._pe_geog_to_utm(P,t,p,n,E);if(c)for(let s=0;s<t;s++)_[s]=o.UTF8ToString(u[s]);return c}function n(e,t,r,n,_){o.ensureCache.prepare();let P=0;e&&(P=o.getPointer(e));const s=r.map((e=>o.ensureString(e))),i=o.ensureInt32(s),p=o.ensureFloat64(new Array(2*t)),u=o._pe_utm_to_geog(P,t,i,n,p);return u&&R(_,t,p),u}e.init=t,e.geogToUtm=r,e.utmToGeog=n}(S||(S={})),function(e){const t=new Map;function r(){e.PE_PCSINFO_OPTION_NONE=o.PePCSInfo.prototype.PE_PCSINFO_OPTION_NONE,e.PE_PCSINFO_OPTION_DOMAIN=o.PePCSInfo.prototype.PE_PCSINFO_OPTION_DOMAIN,e.PE_POLE_OUTSIDE_BOUNDARY=o.PePCSInfo.prototype.PE_POLE_OUTSIDE_BOUNDARY,e.PE_POLE_POINT=o.PePCSInfo.prototype.PE_POLE_POINT}function n(r,n=e.PE_PCSINFO_OPTION_DOMAIN){let _=null,P=null;return t.has(r)&&(P=t.get(r),P[n]&&(_=P[n])),_||(_=o.PePCSInfo.prototype.generate(r,n),P||(P=[],t.set(r,P)),P[n]=_),_}e.init=r,e.generate=n}(O||(O={})),function(e){function t(){return o.PeVersion.prototype.version_string()}e.versionString=t}(N||(N={}));const G=Object.freeze(Object.defineProperty({__proto__:null,get PeCSTransformations(){return P},get PeDefs(){return s},get PeDouble(){return i},get PeFactory(){return p},get PeGCSExtent(){return u},get PeGTTransformations(){return a},get PeGTlistExtended(){return E},get PeGTlistExtendedEntry(){return c},get PeLineType(){return g},get PeMath(){return T},get PeNotationDms(){return f},get PeNotationMgrs(){return l},get PeNotationUsng(){return y},get PeNotationUtm(){return S},get PePCSInfo(){return O},get PeVersion(){return N},_init:d,get _pe(){return o},isLoaded:r,isSupported:n,load:_},Symbol.toStringTag,{value:"Module"}));export{p as P,o as _,s as a,n as b,f as c,l as d,y as e,S as f,P as g,a as h,r as i,O as j,i as k,_ as l,u as m,E as n,c as o,G as p,g as q,T as r,N as s,d as t};
@@ -2,4 +2,4 @@
2
2
  All material copyright ESRI, All Rights Reserved, unless otherwise specified.
3
3
  See https://js.arcgis.com/4.33/esri/copyright.txt for details.
4
4
  */
5
- import n from"../core/Error.js";import{i as e,b as t,l as o,c as r,d as i,e as l,f as a,P as s,a as c}from"../chunks/pe.js";import u from"./Point.js";import d from"./SpatialReference.js";import{parseNumber as f}from"../intl/number.js";function _(){return e()}function S(){return t()}function w(){return o()}function E(n,e){const t=[];n=(n=(n=n.replaceAll(/[\u00B0\u00BA]/g,"^")).replaceAll("′","'")).replaceAll("″",'"');const o=R(e);return r.dmsToGeog(o,1,[n],t)?new u(t[0][0],t[0][1],e||d.WGS84):null}function g(n){return n&&_()?f(n)??E(`0° 0' 0" N | ${n}`)?.longitude??E(`0 | ${n}`)?.longitude??null:null}function m(n){return n&&_()?f(n)??E(`${n} | 0° 0' 0" E`)?.latitude??E(`${n} | 0`)?.latitude??null:null}function T(n,e,t){const o=[],r=b(t);if(-1===r)return console.warn(`invalid conversionMode: ${t}`),null;const l=R(e);return i.mgrsToGeogExtended(l,1,[n],r,o)?new u(o[0][0],o[0][1],e||d.WGS84):null}function P(n,e){const t=[];!e&&/\(.+27/.test(n)&&(e=d.GCS_NAD_1927);const o=R(e);return l.usngToGeog(o,1,[n],t)?new u(t[0][0],t[0][1],e||d.WGS84):null}function G(n,e,t){const o=[],r=A(t);if(-1===r)return console.warn(`invalid conversionMode: ${t}`),null;const i=R(e);return a.utmToGeog(i,1,[n],r,o)?new u(o[0][0],o[0][1],e||d.WGS84):null}function k(n,e,t=0){const o=[[n.x,n.y]],i=[],l=R(n.spatialReference);let a=0;switch(e){case"dd":a=r.geogToDd(l,1,o,t,i);break;case"ddm":a=r.geogToDdm(l,1,o,t,i);break;case"dms":a=r.geogToDms(l,1,o,t,i);break;default:return console.warn(`invalid format: ${e}`),null}return a?i[0]:null}function p(n,e,t=0,o=!1){const r=[[n.x,n.y]],l=[],a=R(n.spatialReference);let s=b(e);if(-1===s)return console.warn(`invalid conversionMode: ${e}`),null;o&&(s|=i.PE_MGRS_ADD_SPACES);return i.geogToMgrsExtended(a,1,r,t,!1,s,l)?l[0]:null}function M(n,e=0,t=!1){const o=[[n.x,n.y]],r=[],i=R(n.spatialReference);return l.geogToUsng(i,1,o,e,!1,t,r)?r[0]:null}function v(n,e,t=!1){const o=[[n.x,n.y]],r=[],i=R(n.spatialReference);let l=A(e);if(-1===l)return console.warn(`invalid conversionMode: ${e}`),null;t&&(l|=a.PE_UTM_OPTS_ADD_SPACES);return a.geogToUtm(i,1,o,l,r)?r[0]:null}function R(e){let t=null;if(e||(e=d.WGS84),e.wkid){if(t=s.geogcs(e.wkid),!t)throw new n("coordinate-formatter:invalid-spatial-reference","wkid is not valid")}else{if(!e.wkt2&&!e.wkt)throw new n("coordinate-formatter:invalid-spatial-reference","wkid and wkt are missing");if(t=s.fromString(c.PE_TYPE_GEOGCS,e.wkt2||e.wkt),!t)throw new n("coordinate-formatter:invalid-spatial-reference","wkt is not valid")}return t}function b(n){let e=-1;switch(n){case"automatic":e=i.PE_MGRS_STYLE_AUTO;break;case"new-180-in-zone-01":e=i.PE_MGRS_STYLE_NEW|i.PE_MGRS_180_ZONE_1_PLUS;break;case"new-180-in-zone-60":e=i.PE_MGRS_STYLE_NEW;break;case"old-180-in-zone-01":e=i.PE_MGRS_STYLE_OLD|i.PE_MGRS_180_ZONE_1_PLUS;break;case"old-180-in-zone-60":e=i.PE_MGRS_STYLE_OLD}return e}function A(n){let e=-1;switch(n){case"latitude-band-indicators":e=a.PE_UTM_OPTS_NONE;break;case"north-south-indicators":e=a.PE_UTM_OPTS_NS}return e}export{m as fromLatitude,E as fromLatitudeLongitude,g as fromLongitude,T as fromMgrs,P as fromUsng,G as fromUtm,_ as isLoaded,S as isSupported,w as load,k as toLatitudeLongitude,p as toMgrs,M as toUsng,v as toUtm};
5
+ import n from"../core/Error.js";import{i as e,b as t,l as r,c as o,d as i,e as l,f as u,P as a,a as s}from"../chunks/pe.js";import c from"./Point.js";import d from"./SpatialReference.js";import{parseNumber as f}from"../intl/number.js";function _(){return e()}function S(){return t()}function E(){return r()}function w(n,e){const t=k(e),r=n.replaceAll(/[\u00B0\u00BA]/g,"^").replaceAll("′","'").replaceAll("″",'"'),i=[];return o.dmsToGeog(t,1,[r],i)?new c(i[0][0],i[0][1],e||d.WGS84):null}function g(n){return n&&_()?f(n)??w(`0° 0' 0" N | ${n}`)?.longitude??w(`0 N | ${n}`)?.longitude??null:null}function m(n){return n&&_()?f(n)??w(`${n} | 0° 0' 0" E`)?.latitude??w(`${n} | 0 E`)?.latitude??null:null}function T(n,e,t){const r=[],o=A(t);if(-1===o)return console.warn(`invalid conversionMode: ${t}`),null;const l=k(e);return i.mgrsToGeogExtended(l,1,[n],o,r)?new c(r[0][0],r[0][1],e||d.WGS84):null}function P(n,e){const t=[];!e&&/\(.+27/.test(n)&&(e=d.GCS_NAD_1927);const r=k(e);return l.usngToGeog(r,1,[n],t)?new c(t[0][0],t[0][1],e||d.WGS84):null}function G(n,e,t){const r=[],o=D(t);if(-1===o)return console.warn(`invalid conversionMode: ${t}`),null;const i=k(e);return u.utmToGeog(i,1,[n],o,r)?new c(r[0][0],r[0][1],e||d.WGS84):null}function p(n,e,t=0){const r=[[n.x,n.y]],i=[],l=k(n.spatialReference);let u=0;switch(e){case"dd":u=o.geogToDd(l,1,r,t,i);break;case"ddm":u=o.geogToDdm(l,1,r,t,i);break;case"dms":u=o.geogToDms(l,1,r,t,i);break;default:return console.warn(`invalid format: ${e}`),null}return u?i[0]:null}function M(n,e,t=0,r=!1){const o=[[n.x,n.y]],l=[],u=k(n.spatialReference);let a=A(e);if(-1===a)return console.warn(`invalid conversionMode: ${e}`),null;r&&(a|=i.PE_MGRS_ADD_SPACES);return i.geogToMgrsExtended(u,1,o,t,!1,a,l)?l[0]:null}function v(n,e=0,t=!1){const r=[[n.x,n.y]],o=[],i=k(n.spatialReference);return l.geogToUsng(i,1,r,e,!1,t,o)?o[0]:null}function R(n,e,t=!1){const r=[[n.x,n.y]],o=[],i=k(n.spatialReference);let l=D(e);if(-1===l)return console.warn(`invalid conversionMode: ${e}`),null;t&&(l|=u.PE_UTM_OPTS_ADD_SPACES);return u.geogToUtm(i,1,r,l,o)?o[0]:null}function k(e){if(e??=d.WGS84,e.wkid){const t=a.geogcs(e.wkid);if(!t)throw new n("coordinate-formatter:invalid-spatial-reference","wkid is not valid");return t}const t=e.wkt2??e.wkt;if(t){const e=a.fromString(s.PE_TYPE_GEOGCS,t);if(!e)throw new n("coordinate-formatter:invalid-spatial-reference","wkt is not valid");return e}throw new n("coordinate-formatter:invalid-spatial-reference","wkid and wkt are missing")}function A(n){switch(n){case"automatic":return i.PE_MGRS_STYLE_AUTO;case"new-180-in-zone-01":return i.PE_MGRS_STYLE_NEW|i.PE_MGRS_180_ZONE_1_PLUS;case"new-180-in-zone-60":return i.PE_MGRS_STYLE_NEW;case"old-180-in-zone-01":return i.PE_MGRS_STYLE_OLD|i.PE_MGRS_180_ZONE_1_PLUS;case"old-180-in-zone-60":return i.PE_MGRS_STYLE_OLD;default:return-1}}function D(n){switch(n){case"latitude-band-indicators":return u.PE_UTM_OPTS_NONE;case"north-south-indicators":return u.PE_UTM_OPTS_NS;default:return-1}}export{m as fromLatitude,w as fromLatitudeLongitude,g as fromLongitude,T as fromMgrs,P as fromUsng,G as fromUtm,_ as isLoaded,S as isSupported,E as load,p as toLatitudeLongitude,M as toMgrs,v as toUsng,R as toUtm};
@@ -2,4 +2,4 @@
2
2
  All material copyright ESRI, All Rights Reserved, unless otherwise specified.
3
3
  See https://js.arcgis.com/4.33/esri/copyright.txt for details.
4
4
  */
5
- let o;const r={values:[1,.3048,.3048006096012192,.3047972654,.9143917962,.201166195164,.9143984146160287,.3047994715386762,20.11676512155263,20.11678249437587,.9143985307444408,.91439523,.3047997101815088,20.1168,20.116756,5e4,15e4],units:["Meter","Foot","Foot_US","Foot_Clarke","Yard_Clarke","Link_Clarke","Yard_Sears","Foot_Sears","Chain_Sears","Chain_Benoit_1895_B","Yard_Indian","Yard_Indian_1937","Foot_Gold_Coast","Chain","Chain_Sears_1922_Truncated","50_Kilometers","150_Kilometers"],2066:5,2136:12,2155:2,2157:0,2158:0,2159:12,2160:12,2204:2,2219:0,2220:0,2254:2,2255:2,2256:1,2265:1,2266:1,2267:2,2268:2,2269:1,2270:1,2271:2,2272:2,2273:1,2294:0,2295:0,2314:3,2899:2,2900:2,2901:1,2909:1,2910:1,2911:2,2912:2,2913:1,2914:1,2992:1,2993:0,2994:1,3080:1,3089:2,3090:0,3091:2,3102:2,3141:0,3142:0,3167:14,3359:2,3360:0,3361:1,3362:0,3363:2,3364:0,3365:2,3366:3,3404:2,3405:0,3406:0,3407:3,3439:0,3440:0,3479:1,3480:0,3481:1,3482:0,3483:1,3484:0,3485:2,3486:0,3487:2,3488:0,3489:0,3490:2,3491:0,3492:2,3493:0,3494:2,3495:0,3496:2,3497:0,3498:2,3499:0,3500:2,3501:0,3502:2,3503:0,3504:2,3505:0,3506:2,3507:0,3508:2,3509:0,3510:2,3511:0,3512:2,3513:0,3514:0,3515:2,3516:0,3517:2,3518:0,3519:2,3520:0,3521:2,3522:0,3523:2,3524:0,3525:2,3526:0,3527:2,3528:0,3529:2,3530:0,3531:2,3532:0,3533:2,3534:0,3535:2,3536:0,3537:2,3538:0,3539:2,3540:0,3541:2,3542:0,3543:2,3544:0,3545:2,3546:0,3547:2,3548:0,3549:2,3550:0,3551:2,3552:0,3553:2,3582:2,3583:0,3584:2,3585:0,3586:2,3587:0,3588:1,3589:0,3590:1,3591:0,3592:0,3593:1,3598:2,3599:0,3600:2,3605:1,3606:0,3607:0,3608:2,3609:0,3610:2,3611:0,3612:2,3613:0,3614:2,3615:0,3616:2,3617:0,3618:2,3619:0,3620:2,3621:0,3622:2,3623:0,3624:2,3625:0,3626:2,3627:0,3628:2,3629:0,3630:2,3631:0,3632:2,3633:0,3634:1,3635:0,3636:1,3640:2,3641:0,3642:2,3643:0,3644:1,3645:0,3646:1,3647:0,3648:1,3649:0,3650:2,3651:0,3652:2,3653:0,3654:2,3655:0,3656:1,3657:0,3658:2,3659:0,3660:2,3661:0,3662:2,3663:0,3664:2,3668:2,3669:0,3670:2,3671:0,3672:2,3673:0,3674:2,3675:0,3676:1,3677:2,3678:0,3679:1,3680:2,3681:0,3682:1,3683:2,3684:0,3685:0,3686:2,3687:0,3688:2,3689:0,3690:2,3691:0,3692:2,3696:2,3697:0,3698:2,3699:0,3700:2,3793:0,3794:0,3812:0,3854:0,3857:0,3920:0,3978:0,3979:0,3991:2,3992:2,4026:0,4037:0,4038:0,4071:0,4082:0,4083:0,4087:0,4088:0,4217:2,4414:0,4415:0,4417:0,4434:0,4437:0,4438:2,4439:2,4462:0,4467:0,4471:0,4474:0,4559:0,4647:0,4822:0,4826:0,4839:0,5018:0,5041:0,5042:0,5048:0,5221:0,5223:0,5234:0,5235:0,5243:0,5247:0,5266:0,5316:0,5320:0,5321:0,5325:0,5337:0,5361:0,5362:0,5367:0,5382:0,5383:0,5396:0,5456:0,5457:0,5469:0,5472:4,5490:0,5513:0,5514:0,5523:0,5559:0,5588:1,5589:3,5596:0,5627:0,5629:0,5641:0,5643:0,5644:0,5646:2,5654:2,5655:2,5659:0,5700:0,5825:0,5836:0,5837:0,5839:0,5842:0,5844:0,5858:0,5879:0,5880:0,5887:0,5890:0,6128:1,6129:1,6141:1,6204:0,6210:0,6211:0,6307:0,6312:0,6316:0,6362:0,6391:1,6405:1,6406:0,6407:1,6408:0,6409:1,6410:0,6411:2,6412:0,6413:2,6414:0,6415:0,6416:2,6417:0,6418:2,6419:0,6420:2,6421:0,6422:2,6423:0,6424:2,6425:0,6426:2,6427:0,6428:2,6429:0,6430:2,6431:0,6432:2,6433:0,6434:2,6435:0,6436:2,6437:0,6438:2,6439:0,6440:0,6441:2,6442:0,6443:2,6444:0,6445:2,6446:0,6447:2,6448:0,6449:2,6450:0,6451:2,6452:0,6453:2,6454:0,6455:2,6456:0,6457:2,6458:0,6459:2,6460:0,6461:2,6462:0,6463:2,6464:0,6465:2,6466:0,6467:2,6468:0,6469:2,6470:0,6471:2,6472:0,6473:2,6474:0,6475:2,6476:0,6477:2,6478:0,6479:2,6484:2,6485:0,6486:2,6487:0,6488:2,6489:0,6490:2,6491:0,6492:2,6493:0,6494:1,6495:0,6496:1,6497:0,6498:0,6499:1,6500:0,6501:2,6502:0,6503:2,6504:0,6505:2,6506:0,6507:2,6508:0,6509:0,6510:2,6515:1,6516:0,6518:0,6519:2,6520:0,6521:2,6522:0,6523:2,6524:0,6525:2,6526:0,6527:2,6528:0,6529:2,6530:0,6531:2,6532:0,6533:2,6534:0,6535:2,6536:0,6537:2,6538:0,6539:2,6540:0,6541:2,6542:0,6543:2,6544:0,6545:1,6546:0,6547:1,6548:0,6549:2,6550:0,6551:2,6552:0,6553:2,6554:0,6555:2,6556:0,6557:1,6558:0,6559:1,6560:0,6561:1,6562:0,6563:2,6564:0,6565:2,6566:0,6567:0,6568:2,6569:0,6570:1,6571:0,6572:2,6573:0,6574:2,6575:0,6576:2,6577:0,6578:2,6582:2,6583:0,6584:2,6585:0,6586:2,6587:0,6588:2,6589:0,6590:2,6591:0,6592:0,6593:2,6594:0,6595:2,6596:0,6597:2,6598:0,6599:2,6600:0,6601:2,6602:0,6603:2,6605:2,6606:0,6607:2,6608:0,6609:2,6610:0,6611:0,6612:2,6613:0,6614:2,6615:0,6616:2,6617:0,6618:2,6633:2,6646:0,6703:0,6784:0,6785:1,6786:0,6787:1,6788:0,6789:1,6790:0,6791:1,6792:0,6793:1,6794:0,6795:1,6796:0,6797:1,6798:0,6799:1,6800:0,6801:1,6802:0,6803:1,6804:0,6805:1,6806:0,6807:1,6808:0,6809:1,6810:0,6811:1,6812:0,6813:1,6814:0,6815:1,6816:0,6817:1,6818:0,6819:1,6820:0,6821:1,6822:0,6823:1,6824:0,6825:1,6826:0,6827:1,6828:0,6829:1,6830:0,6831:1,6832:0,6833:1,6834:0,6835:1,6836:0,6837:1,6838:0,6839:1,6840:0,6841:1,6842:0,6843:1,6844:0,6845:1,6846:0,6847:1,6848:0,6849:1,6850:0,6851:1,6852:0,6853:1,6854:0,6855:1,6856:0,6857:1,6858:0,6859:1,6860:0,6861:1,6862:0,6863:1,6867:0,6868:1,6870:0,6875:0,6876:0,6879:0,6880:2,6884:0,6885:1,6886:0,6887:1,6915:0,6922:0,6923:2,6924:0,6925:2,6962:0,6984:0,6991:0,7128:2,7131:0,7132:2,7142:0,7257:0,7258:2,7259:0,7260:2,7261:0,7262:2,7263:0,7264:2,7265:0,7266:2,7267:0,7268:2,7269:0,7270:2,7271:0,7272:2,7273:0,7274:2,7275:0,7276:2,7277:0,7278:2,7279:0,7280:2,7281:0,7282:2,7283:0,7284:2,7285:0,7286:2,7287:0,7288:2,7289:0,7290:2,7291:0,7292:2,7293:0,7294:2,7295:0,7296:2,7297:0,7298:2,7299:0,7300:2,7301:0,7302:2,7303:0,7304:2,7305:0,7306:2,7307:0,7308:2,7309:0,7310:2,7311:0,7312:2,7313:0,7314:2,7315:0,7316:2,7317:0,7318:2,7319:0,7320:2,7321:0,7322:2,7323:0,7324:2,7325:0,7326:2,7327:0,7328:2,7329:0,7330:2,7331:0,7332:2,7333:0,7334:2,7335:0,7336:2,7337:0,7338:2,7339:0,7340:2,7341:0,7342:2,7343:0,7344:2,7345:0,7346:2,7347:0,7348:2,7349:0,7350:2,7351:0,7352:2,7353:0,7354:2,7355:0,7356:2,7357:0,7358:2,7359:0,7360:2,7361:0,7362:2,7363:0,7364:2,7365:0,7366:2,7367:0,7368:2,7369:0,7370:2,7877:0,7878:0,7882:0,7883:0,7887:0,7899:0,7991:0,7992:0,8035:2,8036:2,8058:0,8059:0,8082:0,8083:0,8088:0,8090:0,8091:2,8092:0,8093:2,8095:0,8096:2,8097:0,8098:2,8099:0,8100:2,8101:0,8102:2,8103:0,8104:2,8105:0,8106:2,8107:0,8108:2,8109:0,8110:2,8111:0,8112:2,8113:0,8114:2,8115:0,8116:2,8117:0,8118:2,8119:0,8120:2,8121:0,8122:2,8123:0,8124:2,8125:0,8126:2,8127:0,8128:2,8129:0,8130:2,8131:0,8132:2,8133:0,8134:2,8135:0,8136:2,8137:0,8138:2,8139:0,8140:2,8141:0,8142:2,8143:0,8144:2,8145:0,8146:2,8147:0,8148:2,8149:0,8150:2,8151:0,8152:2,8153:0,8154:2,8155:0,8156:2,8157:0,8158:2,8159:0,8160:2,8161:0,8162:2,8163:0,8164:2,8165:0,8166:2,8167:0,8168:2,8169:0,8170:2,8171:0,8172:2,8173:0,8177:2,8179:0,8180:2,8181:0,8182:2,8184:0,8185:2,8187:0,8189:2,8191:0,8193:2,8196:0,8197:2,8198:0,8200:2,8201:0,8202:2,8203:0,8204:2,8205:0,8206:2,8207:0,8208:2,8209:0,8210:2,8212:0,8213:2,8214:0,8216:2,8218:0,8220:2,8222:0,8224:2,8225:0,8226:2,8311:0,8312:1,8313:0,8314:1,8315:0,8316:1,8317:0,8318:1,8319:0,8320:1,8321:0,8322:1,8323:0,8324:1,8325:0,8326:1,8327:0,8328:1,8329:0,8330:1,8331:0,8332:1,8333:0,8334:1,8335:0,8336:1,8337:0,8338:1,8339:0,8340:1,8341:0,8342:1,8343:0,8344:1,8345:0,8346:1,8347:0,8348:1,8352:0,8353:0,8379:0,8380:2,8381:0,8382:2,8383:0,8384:2,8385:0,8387:2,8391:0,8395:0,8433:0,8441:0,8455:0,8456:0,8531:2,8682:0,8686:0,8687:0,8692:0,8693:0,8826:0,8903:0,8950:0,8951:0,9039:0,9040:0,9141:0,9149:0,9150:0,9191:0,9221:0,9222:0,9249:0,9250:0,9252:0,9254:0,9265:0,9284:0,9285:0,9300:0,9354:0,9367:0,9373:0,9377:0,9387:0,9391:0,9456:0,9473:0,9498:0,9674:0,9678:0,9680:0,9709:0,9712:0,9713:0,9716:0,9741:0,9748:2,9749:2,9761:0,9766:0,9793:0,9794:0,9869:0,9874:0,9875:0,9880:0,9895:0,9943:0,9945:0,9947:0,9967:0,9972:0,9977:0,10160:0,10183:0,10188:0,10194:0,10199:0,10207:0,10212:0,10217:0,10222:0,10227:0,10235:0,10240:0,10250:0,10254:0,10270:0,10275:0,10280:0,10306:0,10329:0,10471:0,10477:0,10481:2,10516:2,10592:0,10594:0,10596:0,10598:0,10601:0,10603:0,10626:0,10632:0,10665:0,20002:0,20042:0,20050:1,20499:0,20538:0,20539:0,20790:0,20791:0,21291:0,21292:0,21500:0,21817:0,21818:0,22032:0,22033:0,22091:0,22092:0,22239:0,22240:0,22332:0,22337:0,22338:0,22391:0,22392:0,22639:0,22700:0,22739:0,22770:0,22780:0,22832:0,23090:0,23095:0,23239:0,23240:0,23433:0,23700:0,24047:0,24048:0,24100:3,24200:0,24305:0,24306:0,24382:10,24383:0,24500:0,24547:0,24548:0,24571:9,24600:0,25e3:0,25231:0,25884:0,25932:0,26237:0,26331:0,26332:0,26432:0,26591:0,26592:0,26632:0,26692:0,27120:0,27200:0,27291:6,27292:6,27429:0,27492:0,27493:0,27500:0,28232:0,28600:0,28991:0,28992:0,29100:0,29101:0,29220:0,29221:0,29333:0,29635:0,29636:0,29701:0,29738:0,29739:0,29849:0,29850:0,29871:8,29872:7,29873:0,29874:0,30200:5,30339:0,30340:0,30591:0,30592:0,30791:0,30792:0,30800:0,31028:0,31121:0,31154:0,31170:0,31171:0,31370:0,31528:0,31529:0,31600:0,31700:0,31838:0,31839:0,31900:0,31901:0,32061:0,32062:0,32098:0,32099:2,32100:0,32104:0,32161:0,32766:0,53048:0,53049:0,54090:0,54091:0,65061:2,65062:2,65161:0,65163:0,102041:2,102064:11,102068:15,102069:16,102118:2,102119:1,102120:2,102121:2,102217:2,102218:0,102219:2,102220:2,102378:1,102379:1,102380:0,102381:1,102589:2,102599:2,102600:2,102604:2,102647:0,102704:2,102705:2,102706:0,102731:0,102732:0,102759:1,102760:1,102761:2,102762:0,102763:2,102764:0,102765:0,102766:2,102970:1,102974:2,102993:0,102994:0,102995:2,102996:2,103015:0,103016:2,103017:0,103018:2,103025:0,103026:0,103027:2,103028:2,103035:0,103036:0,103037:2,103038:2,103039:0,103040:0,103041:2,103042:2,103043:0,103044:0,103045:2,103046:2,103047:0,103048:0,103049:2,103050:2,103051:0,103052:2,103053:0,103054:2,103055:0,103056:2,103057:0,103058:0,103059:2,103060:2,103061:0,103062:0,103063:2,103064:2,103069:2,103070:0,103071:0,103072:2,103073:2,103086:0,103087:0,103088:2,103089:2,103094:1,103095:0,103096:2,103103:0,103104:2,103105:0,103106:2,103121:0,103122:2,103123:0,103124:0,103125:1,103126:1,103127:0,103128:0,103129:2,103130:2,103131:0,103132:0,103133:2,103134:2,103135:0,103136:0,103137:1,103138:1,103139:0,103140:2,103141:0,103142:2,103143:0,103144:2,103145:0,103146:1,103147:0,103148:0,103149:2,103150:2,103151:0,103152:2,103172:0,103173:2,103174:0,103175:0,103176:2,103177:2,103178:0,103179:0,103180:2,103181:2,103182:0,103183:0,103184:2,103185:2,103228:0,103229:0,103230:2,103231:2,103250:0,103251:2,103252:0,103253:2,103260:0,103261:0,103262:2,103263:2,103270:0,103271:0,103272:2,103273:2,103274:0,103275:0,103276:2,103277:2,103278:0,103279:0,103280:2,103281:2,103282:0,103283:0,103284:2,103285:2,103286:0,103287:2,103288:0,103289:2,103290:0,103291:2,103292:0,103293:0,103294:2,103295:2,103296:0,103297:0,103298:2,103299:2,103376:2,103377:0,103378:0,103379:2,103380:2,103393:0,103394:0,103395:2,103396:2,103472:0,103473:1,103474:0,103475:2,103482:0,103483:2,103484:0,103485:2,103500:0,103501:2,103502:0,103503:0,103504:1,103505:1,103506:0,103507:0,103508:2,103509:2,103510:0,103511:0,103512:2,103513:2,103514:0,103515:2,103516:0,103517:2,103518:0,103519:2,103520:0,103521:1,103522:0,103523:0,103524:2,103525:2,103526:0,103527:2,103561:2,103562:2,103563:0,103564:0,103565:2,103566:2,103567:0,103568:0,103569:2,103570:2,103584:0,103585:2,103586:0,103587:2,103588:1,103589:0,103590:2,103591:1,103592:0,103593:2,103594:1,103695:2,103897:1,103978:2,103979:0,103980:2,103981:0};for(o=2e3;o<=2045;o++)r[o]=0;for(o=2056;o<=2065;o++)r[o]=0;for(o=2067;o<=2135;o++)r[o]=0;for(o=2137;o<=2154;o++)r[o]=0;for(o=2161;o<=2170;o++)r[o]=0;for(o=2172;o<=2193;o++)r[o]=0;for(o=2195;o<=2198;o++)r[o]=0;for(o=2200;o<=2203;o++)r[o]=0;for(o=2205;o<=2217;o++)r[o]=0;for(o=2222;o<=2224;o++)r[o]=1;for(o=2225;o<=2250;o++)r[o]=2;for(o=2251;o<=2253;o++)r[o]=1;for(o=2257;o<=2264;o++)r[o]=2;for(o=2274;o<=2279;o++)r[o]=2;for(o=2280;o<=2282;o++)r[o]=1;for(o=2283;o<=2289;o++)r[o]=2;for(o=2290;o<=2292;o++)r[o]=0;for(o=2308;o<=2313;o++)r[o]=0;for(o=2315;o<=2491;o++)r[o]=0;for(o=2494;o<=2866;o++)r[o]=0;for(o=2867;o<=2869;o++)r[o]=1;for(o=2870;o<=2888;o++)r[o]=2;for(o=2891;o<=2895;o++)r[o]=2;for(o=2896;o<=2898;o++)r[o]=1;for(o=2902;o<=2908;o++)r[o]=2;for(o=2915;o<=2920;o++)r[o]=2;for(o=2921;o<=2923;o++)r[o]=1;for(o=2924;o<=2930;o++)r[o]=2;for(o=2931;o<=2962;o++)r[o]=0;for(o=2964;o<=2968;o++)r[o]=2;for(o=2969;o<=2973;o++)r[o]=0;for(o=2975;o<=2991;o++)r[o]=0;for(o=2995;o<=3051;o++)r[o]=0;for(o=3054;o<=3079;o++)r[o]=0;for(o=3081;o<=3088;o++)r[o]=0;for(o=3092;o<=3101;o++)r[o]=0;for(o=3106;o<=3138;o++)r[o]=0;for(o=3146;o<=3151;o++)r[o]=0;for(o=3153;o<=3166;o++)r[o]=0;for(o=3168;o<=3172;o++)r[o]=0;for(o=3174;o<=3203;o++)r[o]=0;for(o=3294;o<=3358;o++)r[o]=0;for(o=3367;o<=3403;o++)r[o]=0;for(o=3408;o<=3416;o++)r[o]=0;for(o=3417;o<=3438;o++)r[o]=2;for(o=3441;o<=3446;o++)r[o]=2;for(o=3447;o<=3450;o++)r[o]=0;for(o=3451;o<=3459;o++)r[o]=2;for(o=3460;o<=3478;o++)r[o]=0;for(o=3554;o<=3559;o++)r[o]=0;for(o=3560;o<=3570;o++)r[o]=2;for(o=3571;o<=3581;o++)r[o]=0;for(o=3594;o<=3597;o++)r[o]=0;for(o=3601;o<=3604;o++)r[o]=0;for(o=3637;o<=3639;o++)r[o]=0;for(o=3665;o<=3667;o++)r[o]=0;for(o=3693;o<=3695;o++)r[o]=0;for(o=3701;o<=3727;o++)r[o]=0;for(o=3728;o<=3739;o++)r[o]=2;for(o=3740;o<=3751;o++)r[o]=0;for(o=3753;o<=3760;o++)r[o]=2;for(o=3761;o<=3773;o++)r[o]=0;for(o=3775;o<=3777;o++)r[o]=0;for(o=3779;o<=3781;o++)r[o]=0;for(o=3783;o<=3785;o++)r[o]=0;for(o=3788;o<=3791;o++)r[o]=0;for(o=3797;o<=3802;o++)r[o]=0;for(o=3814;o<=3816;o++)r[o]=0;for(o=3825;o<=3829;o++)r[o]=0;for(o=3832;o<=3841;o++)r[o]=0;for(o=3844;o<=3852;o++)r[o]=0;for(o=3873;o<=3885;o++)r[o]=0;for(o=3890;o<=3893;o++)r[o]=0;for(o=3907;o<=3912;o++)r[o]=0;for(o=3942;o<=3950;o++)r[o]=0;for(o=3968;o<=3970;o++)r[o]=0;for(o=3973;o<=3976;o++)r[o]=0;for(o=3986;o<=3989;o++)r[o]=0;for(o=3994;o<=3997;o++)r[o]=0;for(o=4048;o<=4051;o++)r[o]=0;for(o=4056;o<=4063;o++)r[o]=0;for(o=4093;o<=4096;o++)r[o]=0;for(o=4390;o<=4398;o++)r[o]=0;for(o=4399;o<=4413;o++)r[o]=2;for(o=4418;o<=4433;o++)r[o]=2;for(o=4455;o<=4457;o++)r[o]=2;for(o=4484;o<=4489;o++)r[o]=0;for(o=4491;o<=4554;o++)r[o]=0;for(o=4568;o<=4589;o++)r[o]=0;for(o=4652;o<=4656;o++)r[o]=0;for(o=4766;o<=4800;o++)r[o]=0;for(o=5014;o<=5016;o++)r[o]=0;for(o=5069;o<=5072;o++)r[o]=0;for(o=5105;o<=5130;o++)r[o]=0;for(o=5167;o<=5188;o++)r[o]=0;for(o=5253;o<=5259;o++)r[o]=0;for(o=5269;o<=5275;o++)r[o]=0;for(o=5292;o<=5311;o++)r[o]=0;for(o=5329;o<=5331;o++)r[o]=0;for(o=5343;o<=5349;o++)r[o]=0;for(o=5355;o<=5357;o++)r[o]=0;for(o=5387;o<=5389;o++)r[o]=0;for(o=5459;o<=5463;o++)r[o]=0;for(o=5479;o<=5482;o++)r[o]=0;for(o=5518;o<=5520;o++)r[o]=0;for(o=5530;o<=5539;o++)r[o]=0;for(o=5550;o<=5552;o++)r[o]=0;for(o=5562;o<=5583;o++)r[o]=0;for(o=5623;o<=5625;o++)r[o]=2;for(o=5631;o<=5639;o++)r[o]=0;for(o=5649;o<=5653;o++)r[o]=0;for(o=5663;o<=5680;o++)r[o]=0;for(o=5682;o<=5685;o++)r[o]=0;for(o=5875;o<=5877;o++)r[o]=0;for(o=5896;o<=5899;o++)r[o]=0;for(o=5921;o<=5940;o++)r[o]=0;for(o=6050;o<=6125;o++)r[o]=0;for(o=6244;o<=6275;o++)r[o]=0;for(o=6328;o<=6348;o++)r[o]=0;for(o=6350;o<=6356;o++)r[o]=0;for(o=6366;o<=6372;o++)r[o]=0;for(o=6381;o<=6387;o++)r[o]=0;for(o=6393;o<=6404;o++)r[o]=0;for(o=6480;o<=6483;o++)r[o]=0;for(o=6511;o<=6514;o++)r[o]=0;for(o=6579;o<=6581;o++)r[o]=0;for(o=6619;o<=6624;o++)r[o]=0;for(o=6625;o<=6627;o++)r[o]=2;for(o=6628;o<=6632;o++)r[o]=0;for(o=6634;o<=6637;o++)r[o]=0;for(o=6669;o<=6692;o++)r[o]=0;for(o=6707;o<=6709;o++)r[o]=0;for(o=6720;o<=6723;o++)r[o]=0;for(o=6732;o<=6738;o++)r[o]=0;for(o=6931;o<=6933;o++)r[o]=0;for(o=6956;o<=6959;o++)r[o]=0;for(o=7005;o<=7007;o++)r[o]=0;for(o=7057;o<=7070;o++)r[o]=2;for(o=7074;o<=7082;o++)r[o]=0;for(o=7109;o<=7118;o++)r[o]=0;for(o=7119;o<=7127;o++)r[o]=1;for(o=7374;o<=7376;o++)r[o]=0;for(o=7528;o<=7586;o++)r[o]=0;for(o=7587;o<=7645;o++)r[o]=2;for(o=7692;o<=7696;o++)r[o]=0;for(o=7755;o<=7787;o++)r[o]=0;for(o=7791;o<=7795;o++)r[o]=0;for(o=7799;o<=7801;o++)r[o]=0;for(o=7803;o<=7805;o++)r[o]=0;for(o=7825;o<=7831;o++)r[o]=0;for(o=7845;o<=7859;o++)r[o]=0;for(o=8013;o<=8032;o++)r[o]=0;for(o=8065;o<=8068;o++)r[o]=1;for(o=8518;o<=8529;o++)r[o]=2;for(o=8533;o<=8536;o++)r[o]=2;for(o=8538;o<=8540;o++)r[o]=2;for(o=8677;o<=8679;o++)r[o]=0;for(o=8836;o<=8840;o++)r[o]=0;for(o=8857;o<=8859;o++)r[o]=0;for(o=8908;o<=8910;o++)r[o]=0;for(o=9154;o<=9159;o++)r[o]=0;for(o=9205;o<=9218;o++)r[o]=0;for(o=9271;o<=9273;o++)r[o]=0;for(o=9295;o<=9297;o++)r[o]=0;for(o=9356;o<=9360;o++)r[o]=0;for(o=9404;o<=9407;o++)r[o]=0;for(o=9476;o<=9482;o++)r[o]=0;for(o=9487;o<=9494;o++)r[o]=0;for(o=9697;o<=9699;o++)r[o]=0;for(o=9821;o<=9865;o++)r[o]=0;for(o=10285;o<=10291;o++)r[o]=0;for(o=10314;o<=10317;o++)r[o]=0;for(o=10448;o<=10465;o++)r[o]=0;for(o=10731;o<=10733;o++)r[o]=0;for(o=11114;o<=11118;o++)r[o]=0;for(o=20004;o<=20032;o++)r[o]=0;for(o=20047;o<=20049;o++)r[o]=0;for(o=20062;o<=20092;o++)r[o]=0;for(o=20135;o<=20138;o++)r[o]=0;for(o=20248;o<=20258;o++)r[o]=0;for(o=20348;o<=20358;o++)r[o]=0;for(o=20436;o<=20440;o++)r[o]=0;for(o=20822;o<=20824;o++)r[o]=0;for(o=20904;o<=20932;o++)r[o]=0;for(o=20934;o<=20936;o++)r[o]=0;for(o=21004;o<=21032;o++)r[o]=0;for(o=21035;o<=21037;o++)r[o]=0;for(o=21095;o<=21097;o++)r[o]=0;for(o=21148;o<=21150;o++)r[o]=0;for(o=21207;o<=21264;o++)r[o]=0;for(o=21307;o<=21364;o++)r[o]=0;for(o=21413;o<=21423;o++)r[o]=0;for(o=21453;o<=21463;o++)r[o]=0;for(o=21473;o<=21483;o++)r[o]=0;for(o=21780;o<=21782;o++)r[o]=0;for(o=21891;o<=21894;o++)r[o]=0;for(o=21896;o<=21899;o++)r[o]=0;for(o=22171;o<=22177;o++)r[o]=0;for(o=22181;o<=22187;o++)r[o]=0;for(o=22191;o<=22197;o++)r[o]=0;for(o=22207;o<=22222;o++)r[o]=0;for(o=22229;o<=22232;o++)r[o]=0;for(o=22234;o<=22236;o++)r[o]=0;for(o=22243;o<=22250;o++)r[o]=0;for(o=22262;o<=22265;o++)r[o]=0;for(o=22307;o<=22322;o++)r[o]=0;for(o=22348;o<=22357;o++)r[o]=0;for(o=22407;o<=22422;o++)r[o]=0;for(o=22462;o<=22465;o++)r[o]=0;for(o=22521;o<=22525;o++)r[o]=0;for(o=22607;o<=22622;o++)r[o]=0;for(o=22641;o<=22646;o++)r[o]=0;for(o=22648;o<=22657;o++)r[o]=0;for(o=22707;o<=22722;o++)r[o]=0;for(o=22762;o<=22765;o++)r[o]=0;for(o=22807;o<=22822;o++)r[o]=0;for(o=22991;o<=22994;o++)r[o]=0;for(o=23028;o<=23038;o++)r[o]=0;for(o=23301;o<=23333;o++)r[o]=2;for(o=23830;o<=23853;o++)r[o]=0;for(o=23866;o<=23872;o++)r[o]=0;for(o=23877;o<=23884;o++)r[o]=0;for(o=23886;o<=23894;o++)r[o]=0;for(o=23946;o<=23948;o++)r[o]=0;for(o=24311;o<=24313;o++)r[o]=0;for(o=24342;o<=24347;o++)r[o]=0;for(o=24370;o<=24374;o++)r[o]=10;for(o=24375;o<=24381;o++)r[o]=0;for(o=24718;o<=24721;o++)r[o]=0;for(o=24817;o<=24821;o++)r[o]=0;for(o=24877;o<=24882;o++)r[o]=0;for(o=24891;o<=24893;o++)r[o]=0;for(o=25391;o<=25395;o++)r[o]=0;for(o=25828;o<=25838;o++)r[o]=0;for(o=26191;o<=26195;o++)r[o]=0;for(o=26391;o<=26393;o++)r[o]=0;for(o=26701;o<=26722;o++)r[o]=0;for(o=26729;o<=26799;o++)r[o]=2;for(o=26801;o<=26803;o++)r[o]=2;for(o=26811;o<=26813;o++)r[o]=2;for(o=26847;o<=26870;o++)r[o]=2;for(o=26891;o<=26899;o++)r[o]=0;for(o=26901;o<=26923;o++)r[o]=0;for(o=26929;o<=26946;o++)r[o]=0;for(o=26948;o<=26998;o++)r[o]=0;for(o=27037;o<=27040;o++)r[o]=0;for(o=27205;o<=27232;o++)r[o]=0;for(o=27258;o<=27260;o++)r[o]=0;for(o=27391;o<=27398;o++)r[o]=0;for(o=27561;o<=27564;o++)r[o]=0;for(o=27571;o<=27574;o++)r[o]=0;for(o=27581;o<=27584;o++)r[o]=0;for(o=27591;o<=27594;o++)r[o]=0;for(o=27700;o<=27707;o++)r[o]=0;for(o=28191;o<=28193;o++)r[o]=0;for(o=28348;o<=28358;o++)r[o]=0;for(o=28402;o<=28432;o++)r[o]=0;for(o=28462;o<=28492;o++)r[o]=0;for(o=29118;o<=29122;o++)r[o]=0;for(o=29168;o<=29172;o++)r[o]=0;for(o=29177;o<=29185;o++)r[o]=0;for(o=29187;o<=29195;o++)r[o]=0;for(o=29900;o<=29903;o++)r[o]=0;for(o=30161;o<=30179;o++)r[o]=0;for(o=30491;o<=30494;o++)r[o]=0;for(o=30729;o<=30732;o++)r[o]=0;for(o=31251;o<=31259;o++)r[o]=0;for(o=31265;o<=31268;o++)r[o]=0;for(o=31275;o<=31279;o++)r[o]=0;for(o=31281;o<=31297;o++)r[o]=0;for(o=31461;o<=31469;o++)r[o]=0;for(o=31491;o<=31495;o++)r[o]=0;for(o=31917;o<=31922;o++)r[o]=0;for(o=31965;o<=32e3;o++)r[o]=0;for(o=32001;o<=32003;o++)r[o]=2;for(o=32005;o<=32031;o++)r[o]=2;for(o=32033;o<=32060;o++)r[o]=2;for(o=32064;o<=32067;o++)r[o]=2;for(o=32074;o<=32077;o++)r[o]=2;for(o=32081;o<=32086;o++)r[o]=0;for(o=32107;o<=32130;o++)r[o]=0;for(o=32133;o<=32159;o++)r[o]=0;for(o=32164;o<=32167;o++)r[o]=2;for(o=32180;o<=32199;o++)r[o]=0;for(o=32201;o<=32260;o++)r[o]=0;for(o=32301;o<=32360;o++)r[o]=0;for(o=32401;o<=32460;o++)r[o]=0;for(o=32501;o<=32560;o++)r[o]=0;for(o=32601;o<=32662;o++)r[o]=0;for(o=32664;o<=32667;o++)r[o]=2;for(o=32701;o<=32761;o++)r[o]=0;for(o=53001;o<=53004;o++)r[o]=0;for(o=53008;o<=53019;o++)r[o]=0;for(o=53021;o<=53032;o++)r[o]=0;for(o=53034;o<=53037;o++)r[o]=0;for(o=53042;o<=53046;o++)r[o]=0;for(o=53074;o<=53080;o++)r[o]=0;for(o=54001;o<=54004;o++)r[o]=0;for(o=54008;o<=54019;o++)r[o]=0;for(o=54021;o<=54032;o++)r[o]=0;for(o=54034;o<=54037;o++)r[o]=0;for(o=54042;o<=54046;o++)r[o]=0;for(o=54048;o<=54053;o++)r[o]=0;for(o=54074;o<=54080;o++)r[o]=0;for(o=54098;o<=54101;o++)r[o]=0;for(o=102001;o<=102040;o++)r[o]=0;for(o=102042;o<=102063;o++)r[o]=0;for(o=102065;o<=102067;o++)r[o]=0;for(o=102070;o<=102117;o++)r[o]=0;for(o=102122;o<=102216;o++)r[o]=0;for(o=102221;o<=102377;o++)r[o]=0;for(o=102382;o<=102388;o++)r[o]=0;for(o=102389;o<=102398;o++)r[o]=2;for(o=102399;o<=102444;o++)r[o]=0;for(o=102445;o<=102447;o++)r[o]=2;for(o=102448;o<=102458;o++)r[o]=0;for(o=102459;o<=102468;o++)r[o]=2;for(o=102469;o<=102499;o++)r[o]=0;for(o=102500;o<=102519;o++)r[o]=1;for(o=102520;o<=102524;o++)r[o]=0;for(o=102525;o<=102529;o++)r[o]=2;for(o=102530;o<=102588;o++)r[o]=0;for(o=102590;o<=102598;o++)r[o]=0;for(o=102601;o<=102603;o++)r[o]=0;for(o=102605;o<=102628;o++)r[o]=0;for(o=102629;o<=102646;o++)r[o]=2;for(o=102648;o<=102700;o++)r[o]=2;for(o=102701;o<=102703;o++)r[o]=0;for(o=102707;o<=102730;o++)r[o]=2;for(o=102733;o<=102758;o++)r[o]=2;for(o=102767;o<=102900;o++)r[o]=0;for(o=102901;o<=102933;o++)r[o]=2;for(o=102934;o<=102950;o++)r[o]=13;for(o=102951;o<=102963;o++)r[o]=0;for(o=102965;o<=102969;o++)r[o]=0;for(o=102971;o<=102973;o++)r[o]=0;for(o=102975;o<=102989;o++)r[o]=0;for(o=102990;o<=102992;o++)r[o]=1;for(o=102997;o<=103002;o++)r[o]=0;for(o=103003;o<=103008;o++)r[o]=2;for(o=103009;o<=103011;o++)r[o]=0;for(o=103012;o<=103014;o++)r[o]=2;for(o=103019;o<=103021;o++)r[o]=0;for(o=103022;o<=103024;o++)r[o]=2;for(o=103029;o<=103031;o++)r[o]=0;for(o=103032;o<=103034;o++)r[o]=2;for(o=103065;o<=103068;o++)r[o]=0;for(o=103074;o<=103076;o++)r[o]=0;for(o=103077;o<=103079;o++)r[o]=1;for(o=103080;o<=103082;o++)r[o]=0;for(o=103083;o<=103085;o++)r[o]=2;for(o=103090;o<=103093;o++)r[o]=0;for(o=103097;o<=103099;o++)r[o]=0;for(o=103100;o<=103102;o++)r[o]=2;for(o=103107;o<=103109;o++)r[o]=0;for(o=103110;o<=103112;o++)r[o]=2;for(o=103113;o<=103116;o++)r[o]=0;for(o=103117;o<=103120;o++)r[o]=2;for(o=103153;o<=103157;o++)r[o]=0;for(o=103158;o<=103162;o++)r[o]=2;for(o=103163;o<=103165;o++)r[o]=0;for(o=103166;o<=103168;o++)r[o]=1;for(o=103169;o<=103171;o++)r[o]=2;for(o=103186;o<=103188;o++)r[o]=0;for(o=103189;o<=103191;o++)r[o]=2;for(o=103192;o<=103195;o++)r[o]=0;for(o=103196;o<=103199;o++)r[o]=2;for(o=103200;o<=103224;o++)r[o]=0;for(o=103225;o<=103227;o++)r[o]=1;for(o=103232;o<=103237;o++)r[o]=0;for(o=103238;o<=103243;o++)r[o]=2;for(o=103244;o<=103246;o++)r[o]=0;for(o=103247;o<=103249;o++)r[o]=2;for(o=103254;o<=103256;o++)r[o]=0;for(o=103257;o<=103259;o++)r[o]=2;for(o=103264;o<=103266;o++)r[o]=0;for(o=103267;o<=103269;o++)r[o]=2;for(o=103300;o<=103375;o++)r[o]=0;for(o=103381;o<=103383;o++)r[o]=0;for(o=103384;o<=103386;o++)r[o]=1;for(o=103387;o<=103389;o++)r[o]=0;for(o=103390;o<=103392;o++)r[o]=2;for(o=103397;o<=103399;o++)r[o]=0;for(o=103400;o<=103471;o++)r[o]=2;for(o=103476;o<=103478;o++)r[o]=0;for(o=103479;o<=103481;o++)r[o]=2;for(o=103486;o<=103488;o++)r[o]=0;for(o=103489;o<=103491;o++)r[o]=2;for(o=103492;o<=103495;o++)r[o]=0;for(o=103496;o<=103499;o++)r[o]=2;for(o=103528;o<=103543;o++)r[o]=0;for(o=103544;o<=103548;o++)r[o]=2;for(o=103549;o<=103551;o++)r[o]=0;for(o=103552;o<=103554;o++)r[o]=1;for(o=103555;o<=103557;o++)r[o]=2;for(o=103558;o<=103560;o++)r[o]=0;for(o=103571;o<=103573;o++)r[o]=0;for(o=103574;o<=103576;o++)r[o]=2;for(o=103577;o<=103580;o++)r[o]=0;for(o=103581;o<=103583;o++)r[o]=2;for(o=103595;o<=103694;o++)r[o]=0;for(o=103696;o<=103699;o++)r[o]=0;for(o=103700;o<=103793;o++)r[o]=2;for(o=103794;o<=103890;o++)r[o]=0;for(o=103891;o<=103896;o++)r[o]=2;for(o=103900;o<=103971;o++)r[o]=2;for(o=103972;o<=103977;o++)r[o]=0;for(o=112e3;o<=112101;o++)r[o]=0;export{r as default};
5
+ let o;const r={values:[1,.3048,.3048006096012192,.3047972654,.9143917962,.201166195164,.9143984146160287,.3047994715386762,20.11676512155263,20.11678249437587,.9143985307444408,.91439523,.3047997101815088,20.1168,20.116756,5e4,15e4],units:["Meter","Foot","Foot_US","Foot_Clarke","Yard_Clarke","Link_Clarke","Yard_Sears","Foot_Sears","Chain_Sears","Chain_Benoit_1895_B","Yard_Indian","Yard_Indian_1937","Foot_Gold_Coast","Chain","Chain_Sears_1922_Truncated","50_Kilometers","150_Kilometers"],2066:5,2136:12,2155:2,2157:0,2158:0,2159:12,2160:12,2204:2,2219:0,2220:0,2254:2,2255:2,2256:1,2265:1,2266:1,2267:2,2268:2,2269:1,2270:1,2271:2,2272:2,2273:1,2294:0,2295:0,2314:3,2899:2,2900:2,2901:1,2909:1,2910:1,2911:2,2912:2,2913:1,2914:1,2992:1,2993:0,2994:1,3080:1,3089:2,3090:0,3091:2,3102:2,3141:0,3142:0,3167:14,3359:2,3360:0,3361:1,3362:0,3363:2,3364:0,3365:2,3366:3,3404:2,3405:0,3406:0,3407:3,3439:0,3440:0,3479:1,3480:0,3481:1,3482:0,3483:1,3484:0,3485:2,3486:0,3487:2,3488:0,3489:0,3490:2,3491:0,3492:2,3493:0,3494:2,3495:0,3496:2,3497:0,3498:2,3499:0,3500:2,3501:0,3502:2,3503:0,3504:2,3505:0,3506:2,3507:0,3508:2,3509:0,3510:2,3511:0,3512:2,3513:0,3514:0,3515:2,3516:0,3517:2,3518:0,3519:2,3520:0,3521:2,3522:0,3523:2,3524:0,3525:2,3526:0,3527:2,3528:0,3529:2,3530:0,3531:2,3532:0,3533:2,3534:0,3535:2,3536:0,3537:2,3538:0,3539:2,3540:0,3541:2,3542:0,3543:2,3544:0,3545:2,3546:0,3547:2,3548:0,3549:2,3550:0,3551:2,3552:0,3553:2,3582:2,3583:0,3584:2,3585:0,3586:2,3587:0,3588:1,3589:0,3590:1,3591:0,3592:0,3593:1,3598:2,3599:0,3600:2,3605:1,3606:0,3607:0,3608:2,3609:0,3610:2,3611:0,3612:2,3613:0,3614:2,3615:0,3616:2,3617:0,3618:2,3619:0,3620:2,3621:0,3622:2,3623:0,3624:2,3625:0,3626:2,3627:0,3628:2,3629:0,3630:2,3631:0,3632:2,3633:0,3634:1,3635:0,3636:1,3640:2,3641:0,3642:2,3643:0,3644:1,3645:0,3646:1,3647:0,3648:1,3649:0,3650:2,3651:0,3652:2,3653:0,3654:2,3655:0,3656:1,3657:0,3658:2,3659:0,3660:2,3661:0,3662:2,3663:0,3664:2,3668:2,3669:0,3670:2,3671:0,3672:2,3673:0,3674:2,3675:0,3676:1,3677:2,3678:0,3679:1,3680:2,3681:0,3682:1,3683:2,3684:0,3685:0,3686:2,3687:0,3688:2,3689:0,3690:2,3691:0,3692:2,3696:2,3697:0,3698:2,3699:0,3700:2,3793:0,3794:0,3812:0,3854:0,3857:0,3920:0,3978:0,3979:0,3991:2,3992:2,4026:0,4037:0,4038:0,4071:0,4082:0,4083:0,4087:0,4088:0,4217:2,4414:0,4415:0,4417:0,4434:0,4437:0,4438:2,4439:2,4462:0,4467:0,4471:0,4474:0,4559:0,4647:0,4822:0,4826:0,4839:0,5018:0,5041:0,5042:0,5048:0,5221:0,5223:0,5234:0,5235:0,5243:0,5247:0,5266:0,5316:0,5320:0,5321:0,5325:0,5337:0,5361:0,5362:0,5367:0,5382:0,5383:0,5396:0,5456:0,5457:0,5469:0,5472:4,5490:0,5513:0,5514:0,5523:0,5559:0,5588:1,5589:3,5596:0,5627:0,5629:0,5641:0,5643:0,5644:0,5646:2,5654:2,5655:2,5659:0,5700:0,5825:0,5836:0,5837:0,5839:0,5842:0,5844:0,5858:0,5879:0,5880:0,5887:0,5890:0,6128:1,6129:1,6141:1,6204:0,6210:0,6211:0,6307:0,6312:0,6316:0,6362:0,6391:1,6405:1,6406:0,6407:1,6408:0,6409:1,6410:0,6411:2,6412:0,6413:2,6414:0,6415:0,6416:2,6417:0,6418:2,6419:0,6420:2,6421:0,6422:2,6423:0,6424:2,6425:0,6426:2,6427:0,6428:2,6429:0,6430:2,6431:0,6432:2,6433:0,6434:2,6435:0,6436:2,6437:0,6438:2,6439:0,6440:0,6441:2,6442:0,6443:2,6444:0,6445:2,6446:0,6447:2,6448:0,6449:2,6450:0,6451:2,6452:0,6453:2,6454:0,6455:2,6456:0,6457:2,6458:0,6459:2,6460:0,6461:2,6462:0,6463:2,6464:0,6465:2,6466:0,6467:2,6468:0,6469:2,6470:0,6471:2,6472:0,6473:2,6474:0,6475:2,6476:0,6477:2,6478:0,6479:2,6484:2,6485:0,6486:2,6487:0,6488:2,6489:0,6490:2,6491:0,6492:2,6493:0,6494:1,6495:0,6496:1,6497:0,6498:0,6499:1,6500:0,6501:2,6502:0,6503:2,6504:0,6505:2,6506:0,6507:2,6508:0,6509:0,6510:2,6515:1,6516:0,6518:0,6519:2,6520:0,6521:2,6522:0,6523:2,6524:0,6525:2,6526:0,6527:2,6528:0,6529:2,6530:0,6531:2,6532:0,6533:2,6534:0,6535:2,6536:0,6537:2,6538:0,6539:2,6540:0,6541:2,6542:0,6543:2,6544:0,6545:1,6546:0,6547:1,6548:0,6549:2,6550:0,6551:2,6552:0,6553:2,6554:0,6555:2,6556:0,6557:1,6558:0,6559:1,6560:0,6561:1,6562:0,6563:2,6564:0,6565:2,6566:0,6567:0,6568:2,6569:0,6570:1,6571:0,6572:2,6573:0,6574:2,6575:0,6576:2,6577:0,6578:2,6582:2,6583:0,6584:2,6585:0,6586:2,6587:0,6588:2,6589:0,6590:2,6591:0,6592:0,6593:2,6594:0,6595:2,6596:0,6597:2,6598:0,6599:2,6600:0,6601:2,6602:0,6603:2,6605:2,6606:0,6607:2,6608:0,6609:2,6610:0,6611:0,6612:2,6613:0,6614:2,6615:0,6616:2,6617:0,6618:2,6633:2,6646:0,6703:0,6784:0,6785:1,6786:0,6787:1,6788:0,6789:1,6790:0,6791:1,6792:0,6793:1,6794:0,6795:1,6796:0,6797:1,6798:0,6799:1,6800:0,6801:1,6802:0,6803:1,6804:0,6805:1,6806:0,6807:1,6808:0,6809:1,6810:0,6811:1,6812:0,6813:1,6814:0,6815:1,6816:0,6817:1,6818:0,6819:1,6820:0,6821:1,6822:0,6823:1,6824:0,6825:1,6826:0,6827:1,6828:0,6829:1,6830:0,6831:1,6832:0,6833:1,6834:0,6835:1,6836:0,6837:1,6838:0,6839:1,6840:0,6841:1,6842:0,6843:1,6844:0,6845:1,6846:0,6847:1,6848:0,6849:1,6850:0,6851:1,6852:0,6853:1,6854:0,6855:1,6856:0,6857:1,6858:0,6859:1,6860:0,6861:1,6862:0,6863:1,6867:0,6868:1,6870:0,6875:0,6876:0,6879:0,6880:2,6884:0,6885:1,6886:0,6887:1,6915:0,6922:0,6923:2,6924:0,6925:2,6962:0,6984:0,6991:0,7128:2,7131:0,7132:2,7142:0,7257:0,7258:2,7259:0,7260:2,7261:0,7262:2,7263:0,7264:2,7265:0,7266:2,7267:0,7268:2,7269:0,7270:2,7271:0,7272:2,7273:0,7274:2,7275:0,7276:2,7277:0,7278:2,7279:0,7280:2,7281:0,7282:2,7283:0,7284:2,7285:0,7286:2,7287:0,7288:2,7289:0,7290:2,7291:0,7292:2,7293:0,7294:2,7295:0,7296:2,7297:0,7298:2,7299:0,7300:2,7301:0,7302:2,7303:0,7304:2,7305:0,7306:2,7307:0,7308:2,7309:0,7310:2,7311:0,7312:2,7313:0,7314:2,7315:0,7316:2,7317:0,7318:2,7319:0,7320:2,7321:0,7322:2,7323:0,7324:2,7325:0,7326:2,7327:0,7328:2,7329:0,7330:2,7331:0,7332:2,7333:0,7334:2,7335:0,7336:2,7337:0,7338:2,7339:0,7340:2,7341:0,7342:2,7343:0,7344:2,7345:0,7346:2,7347:0,7348:2,7349:0,7350:2,7351:0,7352:2,7353:0,7354:2,7355:0,7356:2,7357:0,7358:2,7359:0,7360:2,7361:0,7362:2,7363:0,7364:2,7365:0,7366:2,7367:0,7368:2,7369:0,7370:2,7877:0,7878:0,7882:0,7883:0,7887:0,7899:0,7991:0,7992:0,8035:2,8036:2,8058:0,8059:0,8082:0,8083:0,8088:0,8090:0,8091:2,8092:0,8093:2,8095:0,8096:2,8097:0,8098:2,8099:0,8100:2,8101:0,8102:2,8103:0,8104:2,8105:0,8106:2,8107:0,8108:2,8109:0,8110:2,8111:0,8112:2,8113:0,8114:2,8115:0,8116:2,8117:0,8118:2,8119:0,8120:2,8121:0,8122:2,8123:0,8124:2,8125:0,8126:2,8127:0,8128:2,8129:0,8130:2,8131:0,8132:2,8133:0,8134:2,8135:0,8136:2,8137:0,8138:2,8139:0,8140:2,8141:0,8142:2,8143:0,8144:2,8145:0,8146:2,8147:0,8148:2,8149:0,8150:2,8151:0,8152:2,8153:0,8154:2,8155:0,8156:2,8157:0,8158:2,8159:0,8160:2,8161:0,8162:2,8163:0,8164:2,8165:0,8166:2,8167:0,8168:2,8169:0,8170:2,8171:0,8172:2,8173:0,8177:2,8179:0,8180:2,8181:0,8182:2,8184:0,8185:2,8187:0,8189:2,8191:0,8193:2,8196:0,8197:2,8198:0,8200:2,8201:0,8202:2,8203:0,8204:2,8205:0,8206:2,8207:0,8208:2,8209:0,8210:2,8212:0,8213:2,8214:0,8216:2,8218:0,8220:2,8222:0,8224:2,8225:0,8226:2,8311:0,8312:1,8313:0,8314:1,8315:0,8316:1,8317:0,8318:1,8319:0,8320:1,8321:0,8322:1,8323:0,8324:1,8325:0,8326:1,8327:0,8328:1,8329:0,8330:1,8331:0,8332:1,8333:0,8334:1,8335:0,8336:1,8337:0,8338:1,8339:0,8340:1,8341:0,8342:1,8343:0,8344:1,8345:0,8346:1,8347:0,8348:1,8352:0,8353:0,8379:0,8380:2,8381:0,8382:2,8383:0,8384:2,8385:0,8387:2,8391:0,8395:0,8433:0,8441:0,8455:0,8456:0,8531:2,8682:0,8686:0,8687:0,8692:0,8693:0,8826:0,8903:0,8950:0,8951:0,9039:0,9040:0,9141:0,9149:0,9150:0,9191:0,9221:0,9222:0,9249:0,9250:0,9252:0,9254:0,9265:0,9284:0,9285:0,9300:0,9354:0,9367:0,9373:0,9377:0,9387:0,9391:0,9456:0,9473:0,9498:0,9674:0,9678:0,9680:0,9709:0,9712:0,9713:0,9716:0,9741:0,9748:2,9749:2,9761:0,9766:0,9793:0,9794:0,9869:0,9874:0,9875:0,9880:0,9895:0,9943:0,9945:0,9947:0,9967:0,9972:0,9977:0,10160:0,10183:0,10188:0,10194:0,10199:0,10207:0,10212:0,10217:0,10222:0,10227:0,10235:0,10240:0,10250:0,10254:0,10270:0,10275:0,10280:0,10306:0,10329:0,10471:0,10477:0,10481:2,10516:2,10592:0,10594:0,10596:0,10598:0,10601:0,10603:0,10626:0,10632:0,10641:0,10665:0,10674:0,10744:0,10745:0,10759:0,10773:0,10802:0,10820:0,20002:0,20042:0,20050:1,20499:0,20538:0,20539:0,20790:0,20791:0,21291:0,21292:0,21500:0,21817:0,21818:0,22032:0,22033:0,22091:0,22092:0,22239:0,22240:0,22332:0,22337:0,22338:0,22391:0,22392:0,22639:0,22700:0,22739:0,22770:0,22780:0,22832:0,23090:0,23095:0,23239:0,23240:0,23433:0,23700:0,24047:0,24048:0,24100:3,24200:0,24305:0,24306:0,24382:10,24383:0,24500:0,24547:0,24548:0,24571:9,24600:0,25e3:0,25231:0,25884:0,25932:0,26237:0,26331:0,26332:0,26432:0,26591:0,26592:0,26632:0,26692:0,27120:0,27200:0,27291:6,27292:6,27429:0,27492:0,27493:0,27500:0,28232:0,28600:0,28991:0,28992:0,29100:0,29101:0,29220:0,29221:0,29333:0,29635:0,29636:0,29701:0,29738:0,29739:0,29849:0,29850:0,29871:8,29872:7,29873:0,29874:0,30200:5,30339:0,30340:0,30591:0,30592:0,30791:0,30792:0,30800:0,31028:0,31121:0,31154:0,31170:0,31171:0,31370:0,31528:0,31529:0,31600:0,31700:0,31838:0,31839:0,31900:0,31901:0,32061:0,32062:0,32098:0,32099:2,32100:0,32104:0,32161:0,32766:0,53048:0,53049:0,65061:2,65062:2,102041:2,102064:11,102068:15,102069:16,102118:2,102119:1,102120:2,102121:2,102217:2,102218:0,102219:2,102220:2,102378:1,102379:1,102380:0,102381:1,102589:2,102599:2,102600:2,102604:2,102647:0,102704:2,102705:2,102706:0,102731:0,102732:0,102759:1,102760:1,102761:2,102762:0,102763:2,102764:0,102765:0,102766:2,102970:1,102974:2,102993:0,102994:0,102995:2,102996:2,103015:0,103016:2,103017:0,103018:2,103025:0,103026:0,103027:2,103028:2,103035:0,103036:0,103037:2,103038:2,103039:0,103040:0,103041:2,103042:2,103043:0,103044:0,103045:2,103046:2,103047:0,103048:0,103049:2,103050:2,103051:0,103052:2,103053:0,103054:2,103055:0,103056:2,103057:0,103058:0,103059:2,103060:2,103061:0,103062:0,103063:2,103064:2,103069:2,103070:0,103071:0,103072:2,103073:2,103086:0,103087:0,103088:2,103089:2,103094:1,103095:0,103096:2,103103:0,103104:2,103105:0,103106:2,103121:0,103122:2,103123:0,103124:0,103125:1,103126:1,103127:0,103128:0,103129:2,103130:2,103131:0,103132:0,103133:2,103134:2,103135:0,103136:0,103137:1,103138:1,103139:0,103140:2,103141:0,103142:2,103143:0,103144:2,103145:0,103146:1,103147:0,103148:0,103149:2,103150:2,103151:0,103152:2,103172:0,103173:2,103174:0,103175:0,103176:2,103177:2,103178:0,103179:0,103180:2,103181:2,103182:0,103183:0,103184:2,103185:2,103228:0,103229:0,103230:2,103231:2,103250:0,103251:2,103252:0,103253:2,103260:0,103261:0,103262:2,103263:2,103270:0,103271:0,103272:2,103273:2,103274:0,103275:0,103276:2,103277:2,103278:0,103279:0,103280:2,103281:2,103282:0,103283:0,103284:2,103285:2,103286:0,103287:2,103288:0,103289:2,103290:0,103291:2,103292:0,103293:0,103294:2,103295:2,103296:0,103297:0,103298:2,103299:2,103376:2,103377:0,103378:0,103379:2,103380:2,103393:0,103394:0,103395:2,103396:2,103472:0,103473:1,103474:0,103475:2,103482:0,103483:2,103484:0,103485:2,103500:0,103501:2,103502:0,103503:0,103504:1,103505:1,103506:0,103507:0,103508:2,103509:2,103510:0,103511:0,103512:2,103513:2,103514:0,103515:2,103516:0,103517:2,103518:0,103519:2,103520:0,103521:1,103522:0,103523:0,103524:2,103525:2,103526:0,103527:2,103561:2,103562:2,103563:0,103564:0,103565:2,103566:2,103567:0,103568:0,103569:2,103570:2,103584:0,103585:2,103586:0,103587:2,103588:1,103589:0,103590:2,103591:1,103592:0,103593:2,103594:1,103695:2,103897:1,103978:2,103979:0,103980:2,103981:0};for(o=2e3;o<=2045;o++)r[o]=0;for(o=2056;o<=2065;o++)r[o]=0;for(o=2067;o<=2135;o++)r[o]=0;for(o=2137;o<=2154;o++)r[o]=0;for(o=2161;o<=2170;o++)r[o]=0;for(o=2172;o<=2193;o++)r[o]=0;for(o=2195;o<=2198;o++)r[o]=0;for(o=2200;o<=2203;o++)r[o]=0;for(o=2205;o<=2217;o++)r[o]=0;for(o=2222;o<=2224;o++)r[o]=1;for(o=2225;o<=2250;o++)r[o]=2;for(o=2251;o<=2253;o++)r[o]=1;for(o=2257;o<=2264;o++)r[o]=2;for(o=2274;o<=2279;o++)r[o]=2;for(o=2280;o<=2282;o++)r[o]=1;for(o=2283;o<=2289;o++)r[o]=2;for(o=2290;o<=2292;o++)r[o]=0;for(o=2308;o<=2313;o++)r[o]=0;for(o=2315;o<=2491;o++)r[o]=0;for(o=2494;o<=2866;o++)r[o]=0;for(o=2867;o<=2869;o++)r[o]=1;for(o=2870;o<=2888;o++)r[o]=2;for(o=2891;o<=2895;o++)r[o]=2;for(o=2896;o<=2898;o++)r[o]=1;for(o=2902;o<=2908;o++)r[o]=2;for(o=2915;o<=2920;o++)r[o]=2;for(o=2921;o<=2923;o++)r[o]=1;for(o=2924;o<=2930;o++)r[o]=2;for(o=2931;o<=2962;o++)r[o]=0;for(o=2964;o<=2968;o++)r[o]=2;for(o=2969;o<=2973;o++)r[o]=0;for(o=2975;o<=2991;o++)r[o]=0;for(o=2995;o<=3051;o++)r[o]=0;for(o=3054;o<=3079;o++)r[o]=0;for(o=3081;o<=3088;o++)r[o]=0;for(o=3092;o<=3101;o++)r[o]=0;for(o=3106;o<=3138;o++)r[o]=0;for(o=3146;o<=3151;o++)r[o]=0;for(o=3153;o<=3166;o++)r[o]=0;for(o=3168;o<=3172;o++)r[o]=0;for(o=3174;o<=3203;o++)r[o]=0;for(o=3294;o<=3358;o++)r[o]=0;for(o=3367;o<=3403;o++)r[o]=0;for(o=3408;o<=3416;o++)r[o]=0;for(o=3417;o<=3438;o++)r[o]=2;for(o=3441;o<=3446;o++)r[o]=2;for(o=3447;o<=3450;o++)r[o]=0;for(o=3451;o<=3459;o++)r[o]=2;for(o=3460;o<=3478;o++)r[o]=0;for(o=3554;o<=3559;o++)r[o]=0;for(o=3560;o<=3570;o++)r[o]=2;for(o=3571;o<=3581;o++)r[o]=0;for(o=3594;o<=3597;o++)r[o]=0;for(o=3601;o<=3604;o++)r[o]=0;for(o=3637;o<=3639;o++)r[o]=0;for(o=3665;o<=3667;o++)r[o]=0;for(o=3693;o<=3695;o++)r[o]=0;for(o=3701;o<=3727;o++)r[o]=0;for(o=3728;o<=3739;o++)r[o]=2;for(o=3740;o<=3751;o++)r[o]=0;for(o=3753;o<=3760;o++)r[o]=2;for(o=3761;o<=3773;o++)r[o]=0;for(o=3775;o<=3777;o++)r[o]=0;for(o=3779;o<=3781;o++)r[o]=0;for(o=3783;o<=3785;o++)r[o]=0;for(o=3788;o<=3791;o++)r[o]=0;for(o=3797;o<=3802;o++)r[o]=0;for(o=3814;o<=3816;o++)r[o]=0;for(o=3825;o<=3829;o++)r[o]=0;for(o=3832;o<=3841;o++)r[o]=0;for(o=3844;o<=3852;o++)r[o]=0;for(o=3873;o<=3885;o++)r[o]=0;for(o=3890;o<=3893;o++)r[o]=0;for(o=3907;o<=3912;o++)r[o]=0;for(o=3942;o<=3950;o++)r[o]=0;for(o=3968;o<=3970;o++)r[o]=0;for(o=3973;o<=3976;o++)r[o]=0;for(o=3986;o<=3989;o++)r[o]=0;for(o=3994;o<=3997;o++)r[o]=0;for(o=4048;o<=4051;o++)r[o]=0;for(o=4056;o<=4063;o++)r[o]=0;for(o=4093;o<=4096;o++)r[o]=0;for(o=4390;o<=4398;o++)r[o]=0;for(o=4399;o<=4413;o++)r[o]=2;for(o=4418;o<=4433;o++)r[o]=2;for(o=4455;o<=4457;o++)r[o]=2;for(o=4484;o<=4489;o++)r[o]=0;for(o=4491;o<=4554;o++)r[o]=0;for(o=4568;o<=4589;o++)r[o]=0;for(o=4652;o<=4656;o++)r[o]=0;for(o=4766;o<=4800;o++)r[o]=0;for(o=5014;o<=5016;o++)r[o]=0;for(o=5069;o<=5072;o++)r[o]=0;for(o=5105;o<=5130;o++)r[o]=0;for(o=5167;o<=5188;o++)r[o]=0;for(o=5253;o<=5259;o++)r[o]=0;for(o=5269;o<=5275;o++)r[o]=0;for(o=5292;o<=5311;o++)r[o]=0;for(o=5329;o<=5331;o++)r[o]=0;for(o=5343;o<=5349;o++)r[o]=0;for(o=5355;o<=5357;o++)r[o]=0;for(o=5387;o<=5389;o++)r[o]=0;for(o=5459;o<=5463;o++)r[o]=0;for(o=5479;o<=5482;o++)r[o]=0;for(o=5518;o<=5520;o++)r[o]=0;for(o=5530;o<=5539;o++)r[o]=0;for(o=5550;o<=5552;o++)r[o]=0;for(o=5562;o<=5583;o++)r[o]=0;for(o=5623;o<=5625;o++)r[o]=2;for(o=5631;o<=5639;o++)r[o]=0;for(o=5649;o<=5653;o++)r[o]=0;for(o=5663;o<=5680;o++)r[o]=0;for(o=5682;o<=5685;o++)r[o]=0;for(o=5875;o<=5877;o++)r[o]=0;for(o=5896;o<=5899;o++)r[o]=0;for(o=5921;o<=5940;o++)r[o]=0;for(o=6050;o<=6125;o++)r[o]=0;for(o=6244;o<=6275;o++)r[o]=0;for(o=6328;o<=6348;o++)r[o]=0;for(o=6350;o<=6356;o++)r[o]=0;for(o=6366;o<=6372;o++)r[o]=0;for(o=6381;o<=6387;o++)r[o]=0;for(o=6393;o<=6404;o++)r[o]=0;for(o=6480;o<=6483;o++)r[o]=0;for(o=6511;o<=6514;o++)r[o]=0;for(o=6579;o<=6581;o++)r[o]=0;for(o=6619;o<=6624;o++)r[o]=0;for(o=6625;o<=6627;o++)r[o]=2;for(o=6628;o<=6632;o++)r[o]=0;for(o=6634;o<=6637;o++)r[o]=0;for(o=6669;o<=6692;o++)r[o]=0;for(o=6707;o<=6709;o++)r[o]=0;for(o=6720;o<=6723;o++)r[o]=0;for(o=6732;o<=6738;o++)r[o]=0;for(o=6931;o<=6933;o++)r[o]=0;for(o=6956;o<=6959;o++)r[o]=0;for(o=7005;o<=7007;o++)r[o]=0;for(o=7057;o<=7070;o++)r[o]=2;for(o=7074;o<=7082;o++)r[o]=0;for(o=7109;o<=7118;o++)r[o]=0;for(o=7119;o<=7127;o++)r[o]=1;for(o=7374;o<=7376;o++)r[o]=0;for(o=7528;o<=7586;o++)r[o]=0;for(o=7587;o<=7645;o++)r[o]=2;for(o=7692;o<=7696;o++)r[o]=0;for(o=7755;o<=7787;o++)r[o]=0;for(o=7791;o<=7795;o++)r[o]=0;for(o=7799;o<=7801;o++)r[o]=0;for(o=7803;o<=7805;o++)r[o]=0;for(o=7825;o<=7831;o++)r[o]=0;for(o=7845;o<=7859;o++)r[o]=0;for(o=8013;o<=8032;o++)r[o]=0;for(o=8065;o<=8068;o++)r[o]=1;for(o=8518;o<=8529;o++)r[o]=2;for(o=8533;o<=8536;o++)r[o]=2;for(o=8538;o<=8540;o++)r[o]=2;for(o=8677;o<=8679;o++)r[o]=0;for(o=8836;o<=8840;o++)r[o]=0;for(o=8857;o<=8859;o++)r[o]=0;for(o=8908;o<=8910;o++)r[o]=0;for(o=9154;o<=9159;o++)r[o]=0;for(o=9205;o<=9218;o++)r[o]=0;for(o=9271;o<=9273;o++)r[o]=0;for(o=9295;o<=9297;o++)r[o]=0;for(o=9356;o<=9360;o++)r[o]=0;for(o=9404;o<=9407;o++)r[o]=0;for(o=9476;o<=9482;o++)r[o]=0;for(o=9487;o<=9494;o++)r[o]=0;for(o=9697;o<=9699;o++)r[o]=0;for(o=9821;o<=9865;o++)r[o]=0;for(o=10285;o<=10291;o++)r[o]=0;for(o=10314;o<=10317;o++)r[o]=0;for(o=10448;o<=10465;o++)r[o]=0;for(o=10726;o<=10729;o++)r[o]=0;for(o=10731;o<=10733;o++)r[o]=0;for(o=11114;o<=11118;o++)r[o]=0;for(o=20004;o<=20032;o++)r[o]=0;for(o=20047;o<=20049;o++)r[o]=0;for(o=20062;o<=20092;o++)r[o]=0;for(o=20135;o<=20138;o++)r[o]=0;for(o=20248;o<=20258;o++)r[o]=0;for(o=20348;o<=20358;o++)r[o]=0;for(o=20436;o<=20440;o++)r[o]=0;for(o=20822;o<=20824;o++)r[o]=0;for(o=20904;o<=20932;o++)r[o]=0;for(o=20934;o<=20936;o++)r[o]=0;for(o=21004;o<=21032;o++)r[o]=0;for(o=21035;o<=21037;o++)r[o]=0;for(o=21095;o<=21097;o++)r[o]=0;for(o=21148;o<=21150;o++)r[o]=0;for(o=21207;o<=21264;o++)r[o]=0;for(o=21307;o<=21364;o++)r[o]=0;for(o=21413;o<=21423;o++)r[o]=0;for(o=21453;o<=21463;o++)r[o]=0;for(o=21473;o<=21483;o++)r[o]=0;for(o=21780;o<=21782;o++)r[o]=0;for(o=21891;o<=21894;o++)r[o]=0;for(o=21896;o<=21899;o++)r[o]=0;for(o=22171;o<=22177;o++)r[o]=0;for(o=22181;o<=22187;o++)r[o]=0;for(o=22191;o<=22197;o++)r[o]=0;for(o=22207;o<=22222;o++)r[o]=0;for(o=22229;o<=22232;o++)r[o]=0;for(o=22234;o<=22236;o++)r[o]=0;for(o=22243;o<=22250;o++)r[o]=0;for(o=22262;o<=22265;o++)r[o]=0;for(o=22307;o<=22322;o++)r[o]=0;for(o=22348;o<=22357;o++)r[o]=0;for(o=22407;o<=22422;o++)r[o]=0;for(o=22462;o<=22465;o++)r[o]=0;for(o=22521;o<=22525;o++)r[o]=0;for(o=22607;o<=22622;o++)r[o]=0;for(o=22641;o<=22646;o++)r[o]=0;for(o=22648;o<=22657;o++)r[o]=0;for(o=22707;o<=22722;o++)r[o]=0;for(o=22762;o<=22765;o++)r[o]=0;for(o=22807;o<=22822;o++)r[o]=0;for(o=22991;o<=22994;o++)r[o]=0;for(o=23028;o<=23038;o++)r[o]=0;for(o=23301;o<=23333;o++)r[o]=2;for(o=23830;o<=23853;o++)r[o]=0;for(o=23866;o<=23872;o++)r[o]=0;for(o=23877;o<=23884;o++)r[o]=0;for(o=23886;o<=23894;o++)r[o]=0;for(o=23946;o<=23948;o++)r[o]=0;for(o=24311;o<=24313;o++)r[o]=0;for(o=24342;o<=24347;o++)r[o]=0;for(o=24370;o<=24374;o++)r[o]=10;for(o=24375;o<=24381;o++)r[o]=0;for(o=24718;o<=24721;o++)r[o]=0;for(o=24817;o<=24821;o++)r[o]=0;for(o=24877;o<=24882;o++)r[o]=0;for(o=24891;o<=24893;o++)r[o]=0;for(o=25391;o<=25395;o++)r[o]=0;for(o=25828;o<=25838;o++)r[o]=0;for(o=26191;o<=26195;o++)r[o]=0;for(o=26391;o<=26393;o++)r[o]=0;for(o=26701;o<=26722;o++)r[o]=0;for(o=26729;o<=26799;o++)r[o]=2;for(o=26801;o<=26803;o++)r[o]=2;for(o=26811;o<=26813;o++)r[o]=2;for(o=26847;o<=26870;o++)r[o]=2;for(o=26891;o<=26899;o++)r[o]=0;for(o=26901;o<=26923;o++)r[o]=0;for(o=26929;o<=26946;o++)r[o]=0;for(o=26948;o<=26998;o++)r[o]=0;for(o=27037;o<=27040;o++)r[o]=0;for(o=27205;o<=27232;o++)r[o]=0;for(o=27258;o<=27260;o++)r[o]=0;for(o=27391;o<=27398;o++)r[o]=0;for(o=27561;o<=27564;o++)r[o]=0;for(o=27571;o<=27574;o++)r[o]=0;for(o=27581;o<=27584;o++)r[o]=0;for(o=27591;o<=27594;o++)r[o]=0;for(o=27700;o<=27707;o++)r[o]=0;for(o=28191;o<=28193;o++)r[o]=0;for(o=28348;o<=28358;o++)r[o]=0;for(o=28402;o<=28432;o++)r[o]=0;for(o=28462;o<=28492;o++)r[o]=0;for(o=29118;o<=29122;o++)r[o]=0;for(o=29168;o<=29172;o++)r[o]=0;for(o=29177;o<=29185;o++)r[o]=0;for(o=29187;o<=29195;o++)r[o]=0;for(o=29900;o<=29903;o++)r[o]=0;for(o=30161;o<=30179;o++)r[o]=0;for(o=30491;o<=30494;o++)r[o]=0;for(o=30729;o<=30732;o++)r[o]=0;for(o=31251;o<=31259;o++)r[o]=0;for(o=31265;o<=31268;o++)r[o]=0;for(o=31275;o<=31279;o++)r[o]=0;for(o=31281;o<=31297;o++)r[o]=0;for(o=31461;o<=31469;o++)r[o]=0;for(o=31491;o<=31495;o++)r[o]=0;for(o=31917;o<=31922;o++)r[o]=0;for(o=31965;o<=32e3;o++)r[o]=0;for(o=32001;o<=32003;o++)r[o]=2;for(o=32005;o<=32031;o++)r[o]=2;for(o=32033;o<=32060;o++)r[o]=2;for(o=32064;o<=32067;o++)r[o]=2;for(o=32074;o<=32077;o++)r[o]=2;for(o=32081;o<=32086;o++)r[o]=0;for(o=32107;o<=32130;o++)r[o]=0;for(o=32133;o<=32159;o++)r[o]=0;for(o=32164;o<=32167;o++)r[o]=2;for(o=32180;o<=32199;o++)r[o]=0;for(o=32201;o<=32260;o++)r[o]=0;for(o=32301;o<=32360;o++)r[o]=0;for(o=32401;o<=32460;o++)r[o]=0;for(o=32501;o<=32560;o++)r[o]=0;for(o=32601;o<=32662;o++)r[o]=0;for(o=32664;o<=32667;o++)r[o]=2;for(o=32701;o<=32761;o++)r[o]=0;for(o=53001;o<=53004;o++)r[o]=0;for(o=53008;o<=53019;o++)r[o]=0;for(o=53021;o<=53032;o++)r[o]=0;for(o=53034;o<=53037;o++)r[o]=0;for(o=53042;o<=53046;o++)r[o]=0;for(o=53074;o<=53080;o++)r[o]=0;for(o=54001;o<=54004;o++)r[o]=0;for(o=54008;o<=54019;o++)r[o]=0;for(o=54021;o<=54032;o++)r[o]=0;for(o=54034;o<=54037;o++)r[o]=0;for(o=54042;o<=54046;o++)r[o]=0;for(o=54048;o<=54053;o++)r[o]=0;for(o=54074;o<=54080;o++)r[o]=0;for(o=54090;o<=54096;o++)r[o]=0;for(o=54098;o<=54101;o++)r[o]=0;for(o=65161;o<=65163;o++)r[o]=0;for(o=102001;o<=102040;o++)r[o]=0;for(o=102042;o<=102063;o++)r[o]=0;for(o=102065;o<=102067;o++)r[o]=0;for(o=102070;o<=102117;o++)r[o]=0;for(o=102122;o<=102216;o++)r[o]=0;for(o=102221;o<=102377;o++)r[o]=0;for(o=102382;o<=102388;o++)r[o]=0;for(o=102389;o<=102398;o++)r[o]=2;for(o=102399;o<=102444;o++)r[o]=0;for(o=102445;o<=102447;o++)r[o]=2;for(o=102448;o<=102458;o++)r[o]=0;for(o=102459;o<=102468;o++)r[o]=2;for(o=102469;o<=102499;o++)r[o]=0;for(o=102500;o<=102519;o++)r[o]=1;for(o=102520;o<=102524;o++)r[o]=0;for(o=102525;o<=102529;o++)r[o]=2;for(o=102530;o<=102588;o++)r[o]=0;for(o=102590;o<=102598;o++)r[o]=0;for(o=102601;o<=102603;o++)r[o]=0;for(o=102605;o<=102628;o++)r[o]=0;for(o=102629;o<=102646;o++)r[o]=2;for(o=102648;o<=102700;o++)r[o]=2;for(o=102701;o<=102703;o++)r[o]=0;for(o=102707;o<=102730;o++)r[o]=2;for(o=102733;o<=102758;o++)r[o]=2;for(o=102767;o<=102900;o++)r[o]=0;for(o=102901;o<=102933;o++)r[o]=2;for(o=102934;o<=102950;o++)r[o]=13;for(o=102951;o<=102963;o++)r[o]=0;for(o=102965;o<=102969;o++)r[o]=0;for(o=102971;o<=102973;o++)r[o]=0;for(o=102975;o<=102989;o++)r[o]=0;for(o=102990;o<=102992;o++)r[o]=1;for(o=102997;o<=103002;o++)r[o]=0;for(o=103003;o<=103008;o++)r[o]=2;for(o=103009;o<=103011;o++)r[o]=0;for(o=103012;o<=103014;o++)r[o]=2;for(o=103019;o<=103021;o++)r[o]=0;for(o=103022;o<=103024;o++)r[o]=2;for(o=103029;o<=103031;o++)r[o]=0;for(o=103032;o<=103034;o++)r[o]=2;for(o=103065;o<=103068;o++)r[o]=0;for(o=103074;o<=103076;o++)r[o]=0;for(o=103077;o<=103079;o++)r[o]=1;for(o=103080;o<=103082;o++)r[o]=0;for(o=103083;o<=103085;o++)r[o]=2;for(o=103090;o<=103093;o++)r[o]=0;for(o=103097;o<=103099;o++)r[o]=0;for(o=103100;o<=103102;o++)r[o]=2;for(o=103107;o<=103109;o++)r[o]=0;for(o=103110;o<=103112;o++)r[o]=2;for(o=103113;o<=103116;o++)r[o]=0;for(o=103117;o<=103120;o++)r[o]=2;for(o=103153;o<=103157;o++)r[o]=0;for(o=103158;o<=103162;o++)r[o]=2;for(o=103163;o<=103165;o++)r[o]=0;for(o=103166;o<=103168;o++)r[o]=1;for(o=103169;o<=103171;o++)r[o]=2;for(o=103186;o<=103188;o++)r[o]=0;for(o=103189;o<=103191;o++)r[o]=2;for(o=103192;o<=103195;o++)r[o]=0;for(o=103196;o<=103199;o++)r[o]=2;for(o=103200;o<=103224;o++)r[o]=0;for(o=103225;o<=103227;o++)r[o]=1;for(o=103232;o<=103237;o++)r[o]=0;for(o=103238;o<=103243;o++)r[o]=2;for(o=103244;o<=103246;o++)r[o]=0;for(o=103247;o<=103249;o++)r[o]=2;for(o=103254;o<=103256;o++)r[o]=0;for(o=103257;o<=103259;o++)r[o]=2;for(o=103264;o<=103266;o++)r[o]=0;for(o=103267;o<=103269;o++)r[o]=2;for(o=103300;o<=103375;o++)r[o]=0;for(o=103381;o<=103383;o++)r[o]=0;for(o=103384;o<=103386;o++)r[o]=1;for(o=103387;o<=103389;o++)r[o]=0;for(o=103390;o<=103392;o++)r[o]=2;for(o=103397;o<=103399;o++)r[o]=0;for(o=103400;o<=103471;o++)r[o]=2;for(o=103476;o<=103478;o++)r[o]=0;for(o=103479;o<=103481;o++)r[o]=2;for(o=103486;o<=103488;o++)r[o]=0;for(o=103489;o<=103491;o++)r[o]=2;for(o=103492;o<=103495;o++)r[o]=0;for(o=103496;o<=103499;o++)r[o]=2;for(o=103528;o<=103543;o++)r[o]=0;for(o=103544;o<=103548;o++)r[o]=2;for(o=103549;o<=103551;o++)r[o]=0;for(o=103552;o<=103554;o++)r[o]=1;for(o=103555;o<=103557;o++)r[o]=2;for(o=103558;o<=103560;o++)r[o]=0;for(o=103571;o<=103573;o++)r[o]=0;for(o=103574;o<=103576;o++)r[o]=2;for(o=103577;o<=103580;o++)r[o]=0;for(o=103581;o<=103583;o++)r[o]=2;for(o=103595;o<=103694;o++)r[o]=0;for(o=103696;o<=103699;o++)r[o]=0;for(o=103700;o<=103793;o++)r[o]=2;for(o=103794;o<=103890;o++)r[o]=0;for(o=103891;o<=103896;o++)r[o]=2;for(o=103900;o<=103971;o++)r[o]=2;for(o=103972;o<=103977;o++)r[o]=0;for(o=112e3;o<=112101;o++)r[o]=0;export{r as default};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/core",
3
- "version": "4.33.0-next.20250502",
3
+ "version": "4.33.0-next.20250504",
4
4
  "homepage": "https://js.arcgis.com",
5
5
  "description": "ArcGIS Maps SDK for JavaScript: A complete 2D and 3D mapping and data visualization API",
6
6
  "keywords": [
@@ -2,4 +2,4 @@
2
2
  All material copyright ESRI, All Rights Reserved, unless otherwise specified.
3
3
  See https://js.arcgis.com/4.33/esri/copyright.txt for details.
4
4
  */
5
- const b="20250502",e="6d80a9b55a6bf9e6864a4e0cadb7b07b55e1c3ec";export{b as buildDate,e as commitHash};
5
+ const d="20250504",f="624d7d434916064f1f69575406276990a90dfc9e";export{d as buildDate,f as commitHash};