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.
 
 

6 lines
1.5 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 ../../TimeExtent ../../core/Clonable ../../core/JSONSupport ../../core/accessorSupport/decorators/property ../../core/has ../../core/Logger ../../core/RandomLCG ../../core/accessorSupport/decorators/enumeration ../../core/accessorSupport/decorators/subclass ../../core/accessorSupport/decorators/writer ../../geometry/support/jsonUtils ./spatialRelationships".split(" "),function(b,g,h,a,k,c,r,t,u,l,m,n,e,p){a=class extends a.ClonableMixin(k.JSONSupport){constructor(){super(...arguments);
this.objectIds=this.geometry=null;this.spatialRelationship="intersects";this.where=this.timeExtent=null}writeGeometry(d,f,q){null!=d&&(f.geometryType=e.getJsonType(d),f[q]=JSON.stringify(d.toJSON()))}};b.__decorate([c.property({types:g.geometryTypes,json:{read:e.fromJSON,write:!0}})],a.prototype,"geometry",void 0);b.__decorate([n.writer("geometry")],a.prototype,"writeGeometry",null);b.__decorate([c.property({json:{write:!0}})],a.prototype,"objectIds",void 0);b.__decorate([l.enumeration(p.spatialRelKebabDict,
{ignoreUnknown:!1,name:"spatialRel"})],a.prototype,"spatialRelationship",void 0);b.__decorate([c.property({type:h,json:{name:"time",write:!0}})],a.prototype,"timeExtent",void 0);b.__decorate([c.property({type:String,json:{write:!0}})],a.prototype,"where",void 0);return a=b.__decorate([m.subclass("esri.rest.support.ImageGPSInfoParameters")],a)});