@doegis/core
Version:
DOE GIS API
3 lines (1 loc) • 1 kB
JavaScript
import{_ as e}from"../../../chunks/tslib.es6.js";import{property as o}from"../../../core/accessorSupport/decorators/property.js";import"../../../core/accessorSupport/ensureType.js";import"../../../core/arrayUtils.js";import{enumeration as r}from"../../../core/accessorSupport/decorators/enumeration.js";import{subclass as s}from"../../../core/accessorSupport/decorators/subclass.js";import t from"./PointSizeAlgorithm.js";var i;let p=i=class extends t{constructor(){super(...arguments),this.type="fixed-size",this.size=0,this.useRealWorldSymbolSizes=null}clone(){return new i({size:this.size,useRealWorldSymbolSizes:this.useRealWorldSymbolSizes})}};e([r({pointCloudFixedSizeAlgorithm:"fixed-size"})],p.prototype,"type",void 0),e([o({type:Number,nonNullable:!0,json:{write:!0}})],p.prototype,"size",void 0),e([o({type:Boolean,json:{write:!0}})],p.prototype,"useRealWorldSymbolSizes",void 0),p=i=e([s("esri.renderers.support.pointCloud.PointSizeFixedSizeAlgorithm")],p);const l=p;export{l as default};