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.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/Collection ../core/lang ../core/accessorSupport/decorators/property ../core/has ../core/Logger ../core/accessorSupport/decorators/enumeration ../core/accessorSupport/decorators/subclass ./Symbol3D ./TextSymbol3DLayer ./callouts/calloutUtils ./support/Symbol3DVerticalOffset".split(" "),function(b,h,c,d,a,r,m,n,p,k,f,q){var e;const l=h.ofType({base:null,key:"type",typeMap:{text:k}});a=e=class extends p{constructor(g){super(g);this.styleOrigin=this.callout=this.verticalOffset=
null;this.symbolLayers=new l;this.type="label-3d"}supportsCallout(){return!0}hasVisibleCallout(){return f.hasVisibleCallout(this)}hasVisibleVerticalOffset(){return f.hasVisibleVerticalOffset(this)}clone(){return new e({styleOrigin:c.clone(this.styleOrigin),symbolLayers:c.clone(this.symbolLayers),thumbnail:c.clone(this.thumbnail),callout:c.clone(this.callout),verticalOffset:c.clone(this.verticalOffset)})}static fromTextSymbol(g){return new e({symbolLayers:new h([k.fromTextSymbol(g)])})}};b.__decorate([d.property({type:q,
json:{write:!0}})],a.prototype,"verticalOffset",void 0);b.__decorate([d.property(f.calloutProperty)],a.prototype,"callout",void 0);b.__decorate([d.property({json:{read:!1,write:!1}})],a.prototype,"styleOrigin",void 0);b.__decorate([d.property({type:l})],a.prototype,"symbolLayers",void 0);b.__decorate([m.enumeration({LabelSymbol3D:"label-3d"},{readOnly:!0})],a.prototype,"type",void 0);return a=e=b.__decorate([n.subclass("esri.symbols.LabelSymbol3D")],a)});