@arcgis/core
Version:
ArcGIS Maps SDK for JavaScript: A complete 2D and 3D mapping and data visualization API
6 lines (5 loc) • 1.14 kB
JavaScript
/*
All material copyright ESRI, All Rights Reserved, unless otherwise specified.
See https://js.arcgis.com/4.33/esri/copyright.txt for details.
*/
import{_ as o}from"../../chunks/tslib.es6.js";import r from"../../core/Clonable.js";import e from"../../core/JSONSupport.js";import{property as t}from"../../core/accessorSupport/decorators/property.js";import"../../core/has.js";import"../../core/Logger.js";import"../../core/RandomLCG.js";import{subclass as s}from"../../core/accessorSupport/decorators/subclass.js";import p from"../../geometry/Point.js";import i from"../../geometry/Polygon.js";import l from"../../geometry/Polyline.js";let m=class extends(r.ClonableMixin(e)){constructor(o){super(o),this.frameCenter=null,this.frameOutline=null,this.lineOfSight=null,this.sensorLocation=null,this.sensorTrail=null}};o([t({type:p})],m.prototype,"frameCenter",void 0),o([t({type:i})],m.prototype,"frameOutline",void 0),o([t({type:l})],m.prototype,"lineOfSight",void 0),o([t({type:p})],m.prototype,"sensorLocation",void 0),o([t({type:l})],m.prototype,"sensorTrail",void 0),m=o([s("esri.layers.support.TelemetryData")],m);export{m as default};