Custom Gis Application with Arcgis Javascript API with modern layouting
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

5 lines
767 B

// All material copyright Esri, All Rights Reserved, unless otherwise specified.
// See https://js.arcgis.com/4.30/esri/copyright.txt for details.
//>>built
define(["exports"],function(b){b.WasmGeometryTypeCodes=void 0;var a=b.WasmGeometryTypeCodes||(b.WasmGeometryTypeCodes={});a[a.ESRI_GEOMETRY_NULL=0]="ESRI_GEOMETRY_NULL";a[a.ESRI_GEOMETRY_POINT=1]="ESRI_GEOMETRY_POINT";a[a.ESRI_GEOMETRY_MULTIPOINT=2]="ESRI_GEOMETRY_MULTIPOINT";a[a.ESRI_GEOMETRY_POLYLINE=3]="ESRI_GEOMETRY_POLYLINE";a[a.ESRI_GEOMETRY_POLYGON=4]="ESRI_GEOMETRY_POLYGON";a[a.ESRI_GEOMETRY_ENVELOPE=5]="ESRI_GEOMETRY_ENVELOPE";a[a.ESRI_GEOMETRY_ANY=6]="ESRI_GEOMETRY_ANY";a[a.ESRI_GEOMETRY_MULTI_PATCH=
7]="ESRI_GEOMETRY_MULTI_PATCH";Object.defineProperty(b,Symbol.toStringTag,{value:"Module"})});