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.
 
 

7 lines
2.0 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 ../../core/JSONSupport ../../core/accessorSupport/decorators/property ../../core/has ../../core/Logger ../../core/RandomLCG ../../core/accessorSupport/decorators/subclass ./VoxelIrregularSpacing ./VoxelRegularSpacing".split(" "),function(b,a,c,g,h,k,d,e,f){a=class extends a.JSONSupport{constructor(){super(...arguments);this.irregularSpacing=null;this.isPositiveUp=!0;this.isWrappedDateLine=!1;this.regularSpacing=this.quantity=this.name=this.label=null;this.size=0;this.unit=
null}get isRegular(){return(null==this.irregularSpacing||void 0===this.irregularSpacing)&&null!==this.regularSpacing}getRange(){return this.isRegular?[this.regularSpacing.offset,this.regularSpacing.offset+this.regularSpacing.scale*(this.size-1)]:Array.isArray(this.irregularSpacing?.values)&&1<this.irregularSpacing.values.length?[this.irregularSpacing.values[0],this.irregularSpacing.values[this.irregularSpacing.values.length-1]]:[0,0]}};b.__decorate([c.property({type:e,json:{write:!0}})],a.prototype,
"irregularSpacing",void 0);b.__decorate([c.property({type:Boolean,json:{write:!0}})],a.prototype,"isPositiveUp",void 0);b.__decorate([c.property({type:Boolean,json:{write:!0}})],a.prototype,"isWrappedDateLine",void 0);b.__decorate([c.property({type:String,json:{write:!0}})],a.prototype,"label",void 0);b.__decorate([c.property({type:String,json:{write:!0}})],a.prototype,"name",void 0);b.__decorate([c.property({type:String,json:{write:!0}})],a.prototype,"quantity",void 0);b.__decorate([c.property({type:f,
json:{write:!0}})],a.prototype,"regularSpacing",void 0);b.__decorate([c.property({type:Number,json:{write:!0}})],a.prototype,"size",void 0);b.__decorate([c.property({type:String,json:{write:!0}})],a.prototype,"unit",void 0);b.__decorate([c.property({type:Boolean,json:{read:!1}})],a.prototype,"isRegular",null);return a=b.__decorate([d.subclass("esri.layers.voxel.VoxelDimension")],a)});