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.
5 lines
810 B
5 lines
810 B
// All material copyright Esri, All Rights Reserved, unless otherwise specified. |
|
// See https://js.arcgis.com/4.30/esri/copyright.txt for details. |
|
//>>built |
|
define(["exports","./webgl/AttributeStoreView","./webgl/TileContainer"],function(b,c,d){class e extends d{constructor(a){super(a);this._statisticsByLevel=new Map;this.attributeView=new c.AttributeStoreView}destroy(){this.children.forEach(a=>a.destroy());this.removeAllChildren();this.attributeView.destroy()}doRender(a){a.context.capabilities.enable("textureFloatLinear");super.doRender(a)}createRenderParams(a){a=super.createRenderParams(a);a.attributeView=this.attributeView;a.instanceStore=this._instanceStore; |
|
a.statisticsByLevel=this._statisticsByLevel;return a}}b.AFeatureContainer=e;Object.defineProperty(b,Symbol.toStringTag,{value:"Module"})}); |