@doegis/core
Version:
DOE GIS API
3 lines (1 loc) • 829 B
JavaScript
import{_ as r}from"../../../chunks/tslib.es6.js";import{JSONSupport as o}from"../../../core/JSONSupport.js";import{property as e}from"../../../core/accessorSupport/decorators/property.js";import"../../../core/accessorSupport/ensureType.js";import"../../../core/arrayUtils.js";import{enumeration as s}from"../../../core/accessorSupport/decorators/enumeration.js";import{subclass as t}from"../../../core/accessorSupport/decorators/subclass.js";var p;let c=p=class extends o{constructor(r){super(r),this.type="sunny",this.cloudCover=.5}clone(){return new p({cloudCover:this.cloudCover})}};r([s({sunny:"sunny"})],c.prototype,"type",void 0),r([e({type:Number,nonNullable:!0,range:{min:0,max:1},json:{write:!0}})],c.prototype,"cloudCover",void 0),c=p=r([t("esri.views.3d.environment.SunnyWeather")],c);const n=c;export{n as default};