@arcgis/core
Version:
ArcGIS Maps SDK for JavaScript: A complete 2D and 3D mapping and data visualization API
6 lines (5 loc) • 1.2 kB
JavaScript
/*
All material copyright ESRI, All Rights Reserved, unless otherwise specified.
See https://js.arcgis.com/4.32/esri/copyright.txt for details.
*/
import{_ as t}from"../../chunks/tslib.es6.js";import o from"../../core/JSONSupport.js";import{property as r}from"../../core/accessorSupport/decorators/property.js";import"../../core/has.js";import"../../core/Logger.js";import"../../core/RandomLCG.js";import{subclass as e}from"../../core/accessorSupport/decorators/subclass.js";import s from"../../geometry/Extent.js";import i from"./TileInfo.js";var l;let n=l=class extends o{constructor(t){super(t),this.fullExtent=null,this.id=null,this.tileInfo=null}clone(){const t=new l;return this.hasOwnProperty("fullExtent")&&(t.fullExtent=this.fullExtent?.clone()??null),this.hasOwnProperty("id")&&(t.id=this.id),this.hasOwnProperty("tileInfo")&&(t.tileInfo=this.tileInfo?.clone()??null),t}};t([r({type:s,json:{read:{source:"fullExtent"}}})],n.prototype,"fullExtent",void 0),t([r({type:String,json:{read:{source:"id"}}})],n.prototype,"id",void 0),t([r({type:i,json:{read:{source:"tileInfo"}}})],n.prototype,"tileInfo",void 0),n=l=t([e("esri.layers.support.TileMatrixSet")],n);const p=n;export{p as default};