@doegis/core
Version:
DOE GIS API
3 lines (1 loc) • 1.28 kB
JavaScript
import{_ as o}from"../../../chunks/tslib.es6.js";import{JSONSupport as t}from"../../../core/JSONSupport.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 s from"./AggregatedGeometry.js";import n from"./FunctionResult.js";import p from"./NetworkElement.js";let i=class extends t{constructor(o){super(o),this.aggregatedGeometry=null,this.elements=null,this.globalFunctionResults=null,this.kFeaturesForKNNFound=!1,this.startingPointsIgnored=!1,this.warnings=null}};o([e({type:s,json:{write:!0},readOnly:!0})],i.prototype,"aggregatedGeometry",void 0),o([e({type:[p],json:{write:!0},readOnly:!0})],i.prototype,"elements",void 0),o([e({type:[n],json:{write:!0},readOnly:!0})],i.prototype,"globalFunctionResults",void 0),o([e({type:Boolean,json:{write:!0},readOnly:!0})],i.prototype,"kFeaturesForKNNFound",void 0),o([e({type:Boolean,json:{write:!0},readOnly:!0})],i.prototype,"startingPointsIgnored",void 0),o([e({type:[String],json:{write:!0},readOnly:!0})],i.prototype,"warnings",void 0),i=o([r("esri.rest.networks.support.TraceResult")],i);const a=i;export{a as default};