You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
1.6 KiB
6 lines
1.6 KiB
// All material copyright Esri, All Rights Reserved, unless otherwise specified. |
|
// See https://js.arcgis.com/4.30/esri/copyright.txt for details. |
|
//>>built |
|
define("../chunks/tslib.es6 ../core/accessorSupport/decorators/property ../core/has ../core/Logger ../core/RandomLCG ../core/accessorSupport/decorators/subclass ../core/support/OwningCollection ./Layer ./mixins/BlendLayer ./mixins/ScaleRangeLayer ../support/GraphicsCollection ../symbols/support/ElevationInfo".split(" "),function(c,d,b,p,q,f,g,h,k,l,e,m){b=class extends k.BlendLayer(l.ScaleRangeLayer(h)){constructor(a){super(a);this.elevationInfo=null;this.graphics=new e.GraphicsCollection;this.screenSizePerspectiveEnabled= |
|
!0;this.type="graphics";this.internal=!1}destroy(){this.removeAll();this.graphics.destroy()}add(a){this.graphics.add(a);return this}addMany(a){this.graphics.addMany(a);return this}removeAll(){this.graphics.removeAll();return this}remove(a){this.graphics.remove(a)}removeMany(a){this.graphics.removeMany(a)}on(a,n){return super.on(a,n)}graphicChanged(a){this.emit("graphic-update",a)}};c.__decorate([d.property({type:m})],b.prototype,"elevationInfo",void 0);c.__decorate([d.property(g.owningCollectionProperty(e.GraphicsCollection, |
|
"graphics"))],b.prototype,"graphics",void 0);c.__decorate([d.property({type:["show","hide"]})],b.prototype,"listMode",void 0);c.__decorate([d.property()],b.prototype,"screenSizePerspectiveEnabled",void 0);c.__decorate([d.property({readOnly:!0})],b.prototype,"type",void 0);c.__decorate([d.property({constructOnly:!0})],b.prototype,"internal",void 0);return b=c.__decorate([f.subclass("esri.layers.GraphicsLayer")],b)}); |