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.
6 lines
1.6 KiB
6 lines
1.6 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/reader ../core/accessorSupport/decorators/subclass ./SpatialReference".split(" "),function(c,b,d,l,m,n,h,k,e){b=class extends b.JSONSupport{constructor(...a){super(...a);this.type=null;this.hasZ=this.hasM=!1;this.spatialReference=e.WGS84}get cache(){this.commitProperty("spatialReference");return{}}get extent(){return null}readSpatialReference(a, |
|
f){if(a instanceof e)return a;if(null!=a){const g=new e;g.read(a,f);return g}return a}clone(){console.warn(".clone() is not implemented for "+this.declaredClass);return null}clearCache(){this.notifyChange("cache")}getCacheValue(a){return this.cache[a]}setCacheValue(a,f){this.cache[a]=f}};c.__decorate([d.property()],b.prototype,"type",void 0);c.__decorate([d.property({readOnly:!0})],b.prototype,"cache",null);c.__decorate([d.property({readOnly:!0})],b.prototype,"extent",null);c.__decorate([d.property({type:Boolean, |
|
json:{write:{overridePolicy(a){return{enabled:a}}}}})],b.prototype,"hasM",void 0);c.__decorate([d.property({type:Boolean,json:{write:{overridePolicy(a){return{enabled:a}}}}})],b.prototype,"hasZ",void 0);c.__decorate([d.property({type:e,json:{write:!0},value:e.WGS84})],b.prototype,"spatialReference",void 0);c.__decorate([h.reader("spatialReference")],b.prototype,"readSpatialReference",null);return b=c.__decorate([k.subclass("esri.geometry.Geometry")],b)}); |