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("exports ../../chunks/tslib.es6 ../../core/Accessor ../../core/accessorSupport/decorators/property ../../core/has ../../core/Logger ../../core/RandomLCG ../../core/accessorSupport/decorators/subclass ../../geometry/Polygon ../../geometry/projection ../../geometry/support/aaBoundingRect ../../geometry/support/normalizeUtilsSync".split(" "),function(a,b,f,d,m,n,p,g,h,k,e,l){a.MediaElementView=class extends f{constructor(c){super(c)}get bounds(){const c=this.coords;return null==c?.extent?null: |
|
e.fromExtent(c.extent)}get coords(){return k.projectOrLoad(this.element.georeference?.coords,this.spatialReference).geometry}get normalizedCoords(){return h.fromJSON(l.normalizeCentralMeridianSync(this.coords))}get normalizedBounds(){const c=null!=this.normalizedCoords?this.normalizedCoords.extent:null;return null!=c?e.fromExtent(c):null}};b.__decorate([d.property()],a.MediaElementView.prototype,"spatialReference",void 0);b.__decorate([d.property()],a.MediaElementView.prototype,"element",void 0); |
|
b.__decorate([d.property()],a.MediaElementView.prototype,"bounds",null);b.__decorate([d.property()],a.MediaElementView.prototype,"coords",null);b.__decorate([d.property()],a.MediaElementView.prototype,"normalizedCoords",null);b.__decorate([d.property()],a.MediaElementView.prototype,"normalizedBounds",null);a.MediaElementView=b.__decorate([g.subclass("esri.layers.support.MediaElementView")],a.MediaElementView);Object.defineProperty(a,Symbol.toStringTag,{value:"Module"})}); |