PointCloudClassBreaksRenderer.js 1.4 KB
// All material copyright ESRI, All Rights Reserved, unless otherwise specified.
// See https://js.arcgis.com/4.6/esri/copyright.txt for details.
//>>built
define("require exports ../core/tsSupport/declareExtendsHelper ../core/tsSupport/decorateHelper ../core/accessorSupport/decorators dojo/_base/lang ../core/lang ./PointCloudRenderer ./support/pointCloud/ColorClassBreakInfo ./support/LegendOptions".split(" "),function(n,p,h,c,b,k,f,d,l,m){return function(g){function a(a){a=g.call(this)||this;a.type="point-cloud-class-breaks";a.field=null;a.legendOptions=null;a.fieldTransformType=null;a.colorClassBreakInfos=null;return a}h(a,g);e=a;a.prototype.clone=
function(){return new e(k.mixin(this.cloneProperties(),{field:this.field,fieldTransformType:this.fieldTransformType,colorClassBreakInfos:f.clone(this.colorClassBreakInfos),legendOptions:f.clone(this.legendOptions)}))};c([b.property()],a.prototype,"type",void 0);c([b.property({json:{write:!0},type:String})],a.prototype,"field",void 0);c([b.property({type:m.default,json:{write:!0}})],a.prototype,"legendOptions",void 0);c([b.property({json:{read:d.fieldTransformTypeKebabDict.read,write:d.fieldTransformTypeKebabDict.write},
type:String})],a.prototype,"fieldTransformType",void 0);c([b.property({type:[l.default],json:{write:!0}})],a.prototype,"colorClassBreakInfos",void 0);return a=e=c([b.subclass("esri.renderers.PointCloudClassBreaksRenderer")],a);var e}(b.declared(d))});