/* All material copyright ESRI, All Rights Reserved, unless otherwise specified. See https://js.arcgis.com/4.25/esri/copyright.txt for details. */ import{_ as e}from"../chunks/tslib.es6.js";import{clone as o}from"../core/lang.js";import{property as r}from"../core/accessorSupport/decorators/property.js";import"../core/accessorSupport/ensureType.js";import{enumeration as t}from"../core/accessorSupport/decorators/enumeration.js";import{subclass as s}from"../core/accessorSupport/decorators/subclass.js";import p from"./PointCloudRenderer.js";import{LegendOptions as i}from"./support/LegendOptions.js";import n from"./visualVariables/support/ColorStop.js";var l;let d=l=class extends p{constructor(e){super(e),this.type="point-cloud-stretch",this.field=null,this.legendOptions=null,this.fieldTransformType=null,this.stops=null}clone(){return new l({...this.cloneProperties(),field:o(this.field),fieldTransformType:o(this.fieldTransformType),stops:o(this.stops),legendOptions:o(this.legendOptions)})}};e([t({pointCloudStretchRenderer:"point-cloud-stretch"})],d.prototype,"type",void 0),e([r({json:{write:!0},type:String})],d.prototype,"field",void 0),e([r({type:i,json:{write:!0}})],d.prototype,"legendOptions",void 0),e([r({type:p.fieldTransformTypeKebabDict.apiValues,json:{type:p.fieldTransformTypeKebabDict.jsonValues,read:p.fieldTransformTypeKebabDict.read,write:p.fieldTransformTypeKebabDict.write}})],d.prototype,"fieldTransformType",void 0),e([r({type:[n],json:{write:!0}})],d.prototype,"stops",void 0),d=l=e([s("esri.renderers.PointCloudStretchRenderer")],d);const a=d;export{a as default};