123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168 |
- import {
- a
- } from "./chunk-MFUAILAT.js";
- import {
- p
- } from "./chunk-HZJYXMI6.js";
- import {
- l as l2
- } from "./chunk-7XXXCK2A.js";
- import {
- r
- } from "./chunk-7ZIDBK7B.js";
- import {
- o,
- s
- } from "./chunk-PDKDCAAD.js";
- import {
- d,
- e,
- l3 as l,
- n2 as n
- } from "./chunk-Y3WMVFTW.js";
- import {
- S
- } from "./chunk-IHXECKQQ.js";
- import {
- m
- } from "./chunk-IKP3YN53.js";
- // node_modules/@arcgis/core/renderers/support/pointCloud/ColorModulation.js
- var s2;
- var i = s2 = class extends l {
- constructor() {
- super(...arguments), this.field = null, this.minValue = 0, this.maxValue = 255;
- }
- clone() {
- return new s2({ field: this.field, minValue: this.minValue, maxValue: this.maxValue });
- }
- };
- e([d({ type: String, json: { write: true } })], i.prototype, "field", void 0), e([d({ type: Number, nonNullable: true, json: { write: true } })], i.prototype, "minValue", void 0), e([d({ type: Number, nonNullable: true, json: { write: true } })], i.prototype, "maxValue", void 0), i = s2 = e([n("esri.renderers.support.pointCloud.ColorModulation")], i);
- var p2 = i;
- // node_modules/@arcgis/core/renderers/support/pointCloud/PointSizeAlgorithm.js
- var p3 = new s({ pointCloudFixedSizeAlgorithm: "fixed-size", pointCloudSplatAlgorithm: "splat" });
- var i2 = class extends l {
- };
- e([d({ type: p3.apiValues, readOnly: true, nonNullable: true, json: { type: p3.jsonValues, read: false, write: p3.write } })], i2.prototype, "type", void 0), i2 = e([n("esri.renderers.support.pointCloud.PointSizeAlgorithm")], i2);
- var a2 = i2;
- // node_modules/@arcgis/core/renderers/support/pointCloud/PointSizeFixedSizeAlgorithm.js
- var i3;
- var p4 = i3 = class extends a2 {
- constructor() {
- super(...arguments), this.type = "fixed-size", this.size = 0, this.useRealWorldSymbolSizes = null;
- }
- clone() {
- return new i3({ size: this.size, useRealWorldSymbolSizes: this.useRealWorldSymbolSizes });
- }
- };
- e([r({ pointCloudFixedSizeAlgorithm: "fixed-size" })], p4.prototype, "type", void 0), e([d({ type: Number, nonNullable: true, json: { write: true } })], p4.prototype, "size", void 0), e([d({ type: Boolean, json: { write: true } })], p4.prototype, "useRealWorldSymbolSizes", void 0), p4 = i3 = e([n("esri.renderers.support.pointCloud.PointSizeFixedSizeAlgorithm")], p4);
- var l3 = p4;
- // node_modules/@arcgis/core/renderers/support/pointCloud/PointSizeSplatAlgorithm.js
- var p5;
- var c = p5 = class extends a2 {
- constructor() {
- super(...arguments), this.type = "splat", this.scaleFactor = 1;
- }
- clone() {
- return new p5({ scaleFactor: this.scaleFactor });
- }
- };
- e([r({ pointCloudSplatAlgorithm: "splat" })], c.prototype, "type", void 0), e([d({ type: Number, value: 1, nonNullable: true, json: { write: true } })], c.prototype, "scaleFactor", void 0), c = p5 = e([n("esri.renderers.support.pointCloud.PointSizeSplatAlgorithm")], c);
- var a3 = c;
- // node_modules/@arcgis/core/renderers/support/pointCloud/pointSizeAlgorithmTypeUtils.js
- var e2 = { key: "type", base: a2, typeMap: { "fixed-size": l3, splat: a3 } };
- // node_modules/@arcgis/core/renderers/PointCloudRenderer.js
- var u = o()({ pointCloudClassBreaksRenderer: "point-cloud-class-breaks", pointCloudRGBRenderer: "point-cloud-rgb", pointCloudStretchRenderer: "point-cloud-stretch", pointCloudUniqueValueRenderer: "point-cloud-unique-value" });
- var c2 = class extends l {
- constructor(o2) {
- super(o2), this.type = void 0, this.pointSizeAlgorithm = null, this.colorModulation = null, this.pointsPerInch = 10;
- }
- clone() {
- return console.warn(".clone() is not implemented for " + this.declaredClass), null;
- }
- cloneProperties() {
- return { pointSizeAlgorithm: m(this.pointSizeAlgorithm), colorModulation: m(this.colorModulation), pointsPerInch: m(this.pointsPerInch) };
- }
- };
- e([d({ type: u.apiValues, readOnly: true, nonNullable: true, json: { type: u.jsonValues, read: false, write: u.write } })], c2.prototype, "type", void 0), e([d({ types: e2, json: { write: true } })], c2.prototype, "pointSizeAlgorithm", void 0), e([d({ type: p2, json: { write: true } })], c2.prototype, "colorModulation", void 0), e([d({ json: { write: true }, nonNullable: true, type: Number })], c2.prototype, "pointsPerInch", void 0), c2 = e([n("esri.renderers.PointCloudRenderer")], c2), function(o2) {
- o2.fieldTransformTypeKebabDict = new s({ none: "none", lowFourBit: "low-four-bit", highFourBit: "high-four-bit", absoluteValue: "absolute-value", moduloTen: "modulo-ten" });
- }(c2 || (c2 = {}));
- var a4 = c2;
- // node_modules/@arcgis/core/renderers/support/pointCloud/ColorClassBreakInfo.js
- var a5;
- var p6 = a5 = class extends l {
- constructor() {
- super(...arguments), this.description = null, this.label = null, this.minValue = 0, this.maxValue = 0, this.color = null;
- }
- clone() {
- return new a5({ description: this.description, label: this.label, minValue: this.minValue, maxValue: this.maxValue, color: m(this.color) });
- }
- };
- e([d({ type: String, json: { write: true } })], p6.prototype, "description", void 0), e([d({ type: String, json: { write: true } })], p6.prototype, "label", void 0), e([d({ type: Number, json: { read: { source: "classMinValue" }, write: { target: "classMinValue" } } })], p6.prototype, "minValue", void 0), e([d({ type: Number, json: { read: { source: "classMaxValue" }, write: { target: "classMaxValue" } } })], p6.prototype, "maxValue", void 0), e([d({ type: l2, json: { type: [S], write: true } })], p6.prototype, "color", void 0), p6 = a5 = e([n("esri.renderers.support.pointCloud.ColorClassBreakInfo")], p6);
- var c3 = p6;
- // node_modules/@arcgis/core/renderers/PointCloudClassBreaksRenderer.js
- var l4;
- var a6 = l4 = class extends a4 {
- constructor(e3) {
- super(e3), this.type = "point-cloud-class-breaks", this.field = null, this.legendOptions = null, this.fieldTransformType = null, this.colorClassBreakInfos = null;
- }
- clone() {
- return new l4({ ...this.cloneProperties(), field: this.field, fieldTransformType: this.fieldTransformType, colorClassBreakInfos: m(this.colorClassBreakInfos), legendOptions: m(this.legendOptions) });
- }
- };
- e([r({ pointCloudClassBreaksRenderer: "point-cloud-class-breaks" })], a6.prototype, "type", void 0), e([d({ json: { write: true }, type: String })], a6.prototype, "field", void 0), e([d({ type: p, json: { write: true } })], a6.prototype, "legendOptions", void 0), e([d({ type: a4.fieldTransformTypeKebabDict.apiValues, json: { type: a4.fieldTransformTypeKebabDict.jsonValues, read: a4.fieldTransformTypeKebabDict.read, write: a4.fieldTransformTypeKebabDict.write } })], a6.prototype, "fieldTransformType", void 0), e([d({ type: [c3], json: { write: true } })], a6.prototype, "colorClassBreakInfos", void 0), a6 = l4 = e([n("esri.renderers.PointCloudClassBreaksRenderer")], a6);
- var d2 = a6;
- // node_modules/@arcgis/core/renderers/PointCloudStretchRenderer.js
- var l5;
- var d3 = l5 = class extends a4 {
- constructor(e3) {
- super(e3), this.type = "point-cloud-stretch", this.field = null, this.legendOptions = null, this.fieldTransformType = null, this.stops = null;
- }
- clone() {
- return new l5({ ...this.cloneProperties(), field: m(this.field), fieldTransformType: m(this.fieldTransformType), stops: m(this.stops), legendOptions: m(this.legendOptions) });
- }
- };
- e([r({ pointCloudStretchRenderer: "point-cloud-stretch" })], d3.prototype, "type", void 0), e([d({ json: { write: true }, type: String })], d3.prototype, "field", void 0), e([d({ type: p, json: { write: true } })], d3.prototype, "legendOptions", void 0), e([d({ type: a4.fieldTransformTypeKebabDict.apiValues, json: { type: a4.fieldTransformTypeKebabDict.jsonValues, read: a4.fieldTransformTypeKebabDict.read, write: a4.fieldTransformTypeKebabDict.write } })], d3.prototype, "fieldTransformType", void 0), e([d({ type: [a], json: { write: true } })], d3.prototype, "stops", void 0), d3 = l5 = e([n("esri.renderers.PointCloudStretchRenderer")], d3);
- var a7 = d3;
- // node_modules/@arcgis/core/renderers/support/pointCloud/ColorUniqueValueInfo.js
- var l6;
- var c4 = l6 = class extends l {
- constructor() {
- super(...arguments), this.description = null, this.label = null, this.values = null, this.color = null;
- }
- clone() {
- return new l6({ description: this.description, label: this.label, values: m(this.values), color: m(this.color) });
- }
- };
- e([d({ type: String, json: { write: true } })], c4.prototype, "description", void 0), e([d({ type: String, json: { write: true } })], c4.prototype, "label", void 0), e([d({ type: [String], json: { write: true } })], c4.prototype, "values", void 0), e([d({ type: l2, json: { type: [S], write: true } })], c4.prototype, "color", void 0), c4 = l6 = e([n("esri.renderers.support.pointCloud.ColorUniqueValueInfo")], c4);
- var n2 = c4;
- // node_modules/@arcgis/core/renderers/PointCloudUniqueValueRenderer.js
- var l7;
- var u2 = l7 = class extends a4 {
- constructor(e3) {
- super(e3), this.type = "point-cloud-unique-value", this.field = null, this.fieldTransformType = null, this.colorUniqueValueInfos = null, this.legendOptions = null;
- }
- clone() {
- return new l7({ ...this.cloneProperties(), field: m(this.field), fieldTransformType: m(this.fieldTransformType), colorUniqueValueInfos: m(this.colorUniqueValueInfos), legendOptions: m(this.legendOptions) });
- }
- };
- e([r({ pointCloudUniqueValueRenderer: "point-cloud-unique-value" })], u2.prototype, "type", void 0), e([d({ json: { write: true }, type: String })], u2.prototype, "field", void 0), e([d({ type: a4.fieldTransformTypeKebabDict.apiValues, json: { type: a4.fieldTransformTypeKebabDict.jsonValues, read: a4.fieldTransformTypeKebabDict.read, write: a4.fieldTransformTypeKebabDict.write } })], u2.prototype, "fieldTransformType", void 0), e([d({ type: [n2], json: { write: true } })], u2.prototype, "colorUniqueValueInfos", void 0), e([d({ type: p, json: { write: true } })], u2.prototype, "legendOptions", void 0), u2 = l7 = e([n("esri.renderers.PointCloudUniqueValueRenderer")], u2);
- var a8 = u2;
- export {
- a4 as a,
- d2 as d,
- a7 as a2,
- a8 as a3
- };
- //# sourceMappingURL=chunk-PFG2S2HL.js.map
|