Custom Gis Application with Arcgis Javascript API with modern layouting
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
1.1 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 ./featureReferenceUtils ../core/Clonable ../core/JSONSupport ../core/maybe ../core/accessorSupport/decorators/property ../core/has ../core/Logger ../core/RandomLCG ../core/accessorSupport/decorators/subclass ../core/accessorSupport/decorators/persistable ../geometry/Point ../symbols/support/ElevationInfo".split(" "),function(c,e,a,h,f,d,n,p,q,k,g,l,m){a=class extends h.JSONSupportMixin(a.Clonable){constructor(b){super(b);this.feature=this.elevationInfo=this.position=null}equals(b){return f.equalsMaybe(this.position,
b.position)&&f.equalsMaybe(this.elevationInfo,b.elevationInfo)&&e.featureReferenceEquals(this.feature,b.feature)}};c.__decorate([d.property({type:l}),g.persistable()],a.prototype,"position",void 0);c.__decorate([d.property({type:m}),g.persistable()],a.prototype,"elevationInfo",void 0);c.__decorate([d.property(e.featureReferenceProperty)],a.prototype,"feature",void 0);return a=c.__decorate([k.subclass("esri.analysis.LineOfSightAnalysisTarget")],a)});