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
1.8 KiB
7 lines
1.8 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 ../../geometry ../../core/lang ../../core/unitUtils ../../core/accessorSupport/decorators/property ../../core/has ../../core/Logger ../../core/accessorSupport/decorators/subclass ../../core/accessorSupport/decorators/writer ../../geometry/support/jsonUtils ./BaseImageMeasureParameters ../../geometry/Point".split(" "),function(b,a,l,g,c,r,t,m,n,p,d,h){var e;a=e=class extends d.BaseImageMeasureParameters{constructor(){super(...arguments);this.type="height";this.toGeometry= |
|
this.fromGeometry=null;this.operationType="base-and-top";this.linearUnit="meters"}writeFromGeometry(f,k,q){null!=f&&(k.geometryType=p.getJsonType(f),k[q]=f.toJSON())}get measureOperation(){return this.operationType}clone(){return new e(l.clone({fromGeometry:this.fromGeometry,toGeometry:this.toGeometry,operationType:this.operationType,linearUnit:this.linearUnit,mosaicRule:this.mosaicRule,pixelSize:this.pixelSize,raster:this.raster}))}};b.__decorate([c.property({type:h,json:{read:!0}})],a.prototype, |
|
"fromGeometry",void 0);b.__decorate([n.writer("fromGeometry")],a.prototype,"writeFromGeometry",null);b.__decorate([c.property({type:h,json:{read:!0,write:!0}})],a.prototype,"toGeometry",void 0);b.__decorate([c.property({type:d.measureOperationJSONMap.apiValues,json:{write:d.measureOperationJSONMap.write}})],a.prototype,"measureOperation",null);b.__decorate([c.property({json:{read:!0}})],a.prototype,"operationType",void 0);b.__decorate([c.property({type:String,json:{read:g.lengthUnitsJSONMap.read, |
|
write:g.lengthUnitsJSONMap.write}})],a.prototype,"linearUnit",void 0);return a=e=b.__decorate([m.subclass("esri.rest.support.ImageHeightParameters")],a)}); |