chunk-YR7YKE3S.js 599 B

12345678910111213141516171819
  1. import {
  2. s
  3. } from "./chunk-PDKDCAAD.js";
  4. // node_modules/@arcgis/core/views/2d/layers/support/util.js
  5. var o = new s({ esriGeometryPoint: "point", esriGeometryMultipoint: "multipoint", esriGeometryPolyline: "polyline", esriGeometryPolygon: "polygon", esriGeometryMultiPatch: "multipatch", mesh: "mesh" });
  6. function e(t) {
  7. return o.toJSON(t);
  8. }
  9. function r(t) {
  10. const { bandCount: o2, attributeTable: e2, colormap: n, pixelType: r2 } = t.rasterInfo;
  11. return o2 === 1 && (e2 != null || n != null || r2 === "u8" || r2 === "s8");
  12. }
  13. export {
  14. e,
  15. r
  16. };
  17. //# sourceMappingURL=chunk-YR7YKE3S.js.map