12345678910111213141516171819 |
- import {
- s
- } from "./chunk-HZRKBTHJ.js";
- // node_modules/@arcgis/core/views/2d/layers/support/util.js
- var o = new s({ esriGeometryPoint: "point", esriGeometryMultipoint: "multipoint", esriGeometryPolyline: "polyline", esriGeometryPolygon: "polygon", esriGeometryMultiPatch: "multipatch", mesh: "mesh" });
- function e(t) {
- return o.toJSON(t);
- }
- function r(t) {
- const { bandCount: o2, attributeTable: e2, colormap: n, pixelType: r2 } = t.rasterInfo;
- return 1 === o2 && (null != e2 || null != n || "u8" === r2 || "s8" === r2);
- }
- export {
- e,
- r
- };
- //# sourceMappingURL=chunk-T6DJ6UAT.js.map
|