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
1.7 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("exports ../../chunks/tslib.es6 ../../core/jsonMap ../../core/JSONSupport ../../core/urlUtils ../../core/accessorSupport/decorators/property ../../core/has ../../core/Logger ../../core/RandomLCG ../../core/accessorSupport/decorators/enumeration ../../core/accessorSupport/decorators/reader ../../core/accessorSupport/decorators/subclass ../../core/accessorSupport/decorators/writer ../../chunks/persistableUrlUtils".split(" "),function(a,d,e,l,f,m,u,v,w,n,p,q,r,h){var g;e=e.strict()({circle:"circle",
square:"square",cross:"cross",x:"x",kite:"kite",triangle:"triangle"});a.IconSymbol3DLayerResource=g=class extends l.JSONSupport{constructor(b){super(b)}readHref(b,c,k){return b?h.fromJSON(b,k):c.dataURI}writeHref(b,c,k,t){b&&(f.isDataProtocol(b)?c.dataURI=b:(c.href=h.toJSON(b,t),f.isAbsolute(c.href)&&(c.href=f.normalize(c.href))))}clone(){return new g({href:this.href,primitive:this.primitive})}};d.__decorate([m.property({type:String,json:{write:!0,read:{source:["href","dataURI"]}}})],a.IconSymbol3DLayerResource.prototype,
"href",void 0);d.__decorate([p.reader("href")],a.IconSymbol3DLayerResource.prototype,"readHref",null);d.__decorate([r.writer("href",{href:{type:String},dataURI:{type:String}})],a.IconSymbol3DLayerResource.prototype,"writeHref",null);d.__decorate([n.enumeration(e)],a.IconSymbol3DLayerResource.prototype,"primitive",void 0);a.IconSymbol3DLayerResource=g=d.__decorate([q.subclass("esri.symbols.support.IconSymbol3DLayerResource")],a.IconSymbol3DLayerResource);a.defaultPrimitive="circle";Object.defineProperty(a,
Symbol.toStringTag,{value:"Module"})});