@doegis/core
Version:
DOE GIS API
3 lines (1 loc) • 1.25 kB
JavaScript
import{_ as t}from"../../../../chunks/tslib.es6.js";import o from"../../../../core/Accessor.js";import{property as e}from"../../../../core/accessorSupport/decorators/property.js";import"../../../../core/accessorSupport/ensureType.js";import"../../../../core/arrayUtils.js";import{subclass as r}from"../../../../core/accessorSupport/decorators/subclass.js";import{c as s}from"../../../../chunks/vec3f64.js";let i=class extends o{constructor(t){super(t),this.elevationAlignedTargetLocation=null,this.inputPoints={isValid:!1,observer:s(),observerSurfaceNormal:null,observerFeatureId:null,target:s(),targetSurfaceNormal:null,targetFeatureId:null,observerAdjusted:s(),targetAdjusted:s()},this.computationResult={start:s(),end:s(),intersection:s(),isValid:!1,isTargetVisible:!1},this.result=null}notifyResultChanged(){this.notifyChange("computationResult")}notifyInputPointsChanged(){this.notifyChange("inputPoints")}};t([e()],i.prototype,"target",void 0),t([e()],i.prototype,"elevationAlignedTargetLocation",void 0),t([e()],i.prototype,"inputPoints",void 0),t([e()],i.prototype,"computationResult",void 0),t([e()],i.prototype,"result",void 0),i=t([r("esri.views.3d.analysis.LineOfSight.LineOfSightComputation")],i);export{i as LineOfSightComputation};