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.
 
 

17 lines
7.3 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/JSONSupport ../../core/accessorSupport/decorators/property ../../core/has ../../core/Logger ../../core/RandomLCG ../../core/accessorSupport/decorators/enumeration ../../core/accessorSupport/decorators/subclass".split(" "),function(a,b,d,c,k,l,m,f,e){a.I3SNodePageDefinition=class extends d.JSONSupport{constructor(){super(...arguments);this.nodesPerPage=null;this.rootIndex=0;this.lodSelectionMetricType=null}};b.__decorate([c.property({type:Number})],
a.I3SNodePageDefinition.prototype,"nodesPerPage",void 0);b.__decorate([c.property({type:Number})],a.I3SNodePageDefinition.prototype,"rootIndex",void 0);b.__decorate([c.property({type:String})],a.I3SNodePageDefinition.prototype,"lodSelectionMetricType",void 0);a.I3SNodePageDefinition=b.__decorate([e.subclass("esri.layers.support.I3SLayerDefinitions.I3SNodePageDefinition")],a.I3SNodePageDefinition);a.I3SMaterialTexture=class extends d.JSONSupport{constructor(){super(...arguments);this.factor=1}};b.__decorate([c.property({type:Number,
json:{read:{source:"textureSetDefinitionId"}}})],a.I3SMaterialTexture.prototype,"id",void 0);b.__decorate([c.property({type:Number})],a.I3SMaterialTexture.prototype,"factor",void 0);a.I3SMaterialTexture=b.__decorate([e.subclass("esri.layers.support.I3SLayerDefinitions.I3SMaterialTexture")],a.I3SMaterialTexture);a.I3SMaterialPBRMetallicRoughness=class extends d.JSONSupport{constructor(){super(...arguments);this.baseColorFactor=[1,1,1,1];this.metallicRoughnessTexture=this.baseColorTexture=null;this.roughnessFactor=
this.metallicFactor=1}};b.__decorate([c.property({type:[Number]})],a.I3SMaterialPBRMetallicRoughness.prototype,"baseColorFactor",void 0);b.__decorate([c.property({type:a.I3SMaterialTexture})],a.I3SMaterialPBRMetallicRoughness.prototype,"baseColorTexture",void 0);b.__decorate([c.property({type:a.I3SMaterialTexture})],a.I3SMaterialPBRMetallicRoughness.prototype,"metallicRoughnessTexture",void 0);b.__decorate([c.property({type:Number})],a.I3SMaterialPBRMetallicRoughness.prototype,"metallicFactor",void 0);
b.__decorate([c.property({type:Number})],a.I3SMaterialPBRMetallicRoughness.prototype,"roughnessFactor",void 0);a.I3SMaterialPBRMetallicRoughness=b.__decorate([e.subclass("esri.layers.support.I3SLayerDefinitions.I3SMaterialPBRMetallicRoughness")],a.I3SMaterialPBRMetallicRoughness);a.I3SMaterialDefinition=class extends d.JSONSupport{constructor(){super(...arguments);this.alphaMode="opaque";this.alphaCutoff=.25;this.doubleSided=!1;this.cullFace="none";this.pbrMetallicRoughness=this.emissiveFactor=this.emissiveTexture=
this.occlusionTexture=this.normalTexture=null}};b.__decorate([f.enumeration({opaque:"opaque",mask:"mask",blend:"blend"})],a.I3SMaterialDefinition.prototype,"alphaMode",void 0);b.__decorate([c.property({type:Number})],a.I3SMaterialDefinition.prototype,"alphaCutoff",void 0);b.__decorate([c.property({type:Boolean})],a.I3SMaterialDefinition.prototype,"doubleSided",void 0);b.__decorate([f.enumeration({none:"none",back:"back",front:"front"})],a.I3SMaterialDefinition.prototype,"cullFace",void 0);b.__decorate([c.property({type:a.I3SMaterialTexture})],
a.I3SMaterialDefinition.prototype,"normalTexture",void 0);b.__decorate([c.property({type:a.I3SMaterialTexture})],a.I3SMaterialDefinition.prototype,"occlusionTexture",void 0);b.__decorate([c.property({type:a.I3SMaterialTexture})],a.I3SMaterialDefinition.prototype,"emissiveTexture",void 0);b.__decorate([c.property({type:[Number]})],a.I3SMaterialDefinition.prototype,"emissiveFactor",void 0);b.__decorate([c.property({type:a.I3SMaterialPBRMetallicRoughness})],a.I3SMaterialDefinition.prototype,"pbrMetallicRoughness",
void 0);a.I3SMaterialDefinition=b.__decorate([e.subclass("esri.layers.support.I3SLayerDefinitions.I3SMaterialDefinition")],a.I3SMaterialDefinition);a.I3STextureFormat=class extends d.JSONSupport{};b.__decorate([c.property({type:String,json:{read:{source:["name","index"],reader:(g,h)=>null!=g?g:`${h.index}`}}})],a.I3STextureFormat.prototype,"name",void 0);b.__decorate([f.enumeration({jpg:"jpg",png:"png",dds:"dds","ktx-etc2":"ktx-etc2",ktx2:"ktx2",basis:"basis"})],a.I3STextureFormat.prototype,"format",
void 0);a.I3STextureFormat=b.__decorate([e.subclass("esri.layers.support.I3SLayerDefinitions.I3STextureFormat")],a.I3STextureFormat);a.I3STextureSetDefinition=class extends d.JSONSupport{constructor(){super(...arguments);this.atlas=!1}};b.__decorate([c.property({type:[a.I3STextureFormat]})],a.I3STextureSetDefinition.prototype,"formats",void 0);b.__decorate([c.property({type:Boolean})],a.I3STextureSetDefinition.prototype,"atlas",void 0);a.I3STextureSetDefinition=b.__decorate([e.subclass("esri.layers.support.I3SLayerDefinitions.I3STextureSetDefinition")],
a.I3STextureSetDefinition);a.I3SGeometryAttribute=class extends d.JSONSupport{};b.__decorate([f.enumeration({Float32:"Float32",UInt64:"UInt64",UInt32:"UInt32",UInt16:"UInt16",UInt8:"UInt8"})],a.I3SGeometryAttribute.prototype,"type",void 0);b.__decorate([c.property({type:Number})],a.I3SGeometryAttribute.prototype,"component",void 0);a.I3SGeometryAttribute=b.__decorate([e.subclass("esri.layers.support.I3SLayerDefinitions.I3SGeometryAttribute")],a.I3SGeometryAttribute);a.I3SGeometryCompressedAttributes=
class extends d.JSONSupport{};b.__decorate([f.enumeration({draco:"draco"})],a.I3SGeometryCompressedAttributes.prototype,"encoding",void 0);b.__decorate([c.property({type:[String]})],a.I3SGeometryCompressedAttributes.prototype,"attributes",void 0);a.I3SGeometryCompressedAttributes=b.__decorate([e.subclass("esri.layers.support.I3SLayerDefinitions.I3SGeometryCompressedAttributes")],a.I3SGeometryCompressedAttributes);a.I3SGeometryBuffer=class extends d.JSONSupport{constructor(){super(...arguments);this.offset=
0}};b.__decorate([c.property({type:Number})],a.I3SGeometryBuffer.prototype,"offset",void 0);b.__decorate([c.property({type:a.I3SGeometryAttribute})],a.I3SGeometryBuffer.prototype,"position",void 0);b.__decorate([c.property({type:a.I3SGeometryAttribute})],a.I3SGeometryBuffer.prototype,"normal",void 0);b.__decorate([c.property({type:a.I3SGeometryAttribute})],a.I3SGeometryBuffer.prototype,"uv0",void 0);b.__decorate([c.property({type:a.I3SGeometryAttribute})],a.I3SGeometryBuffer.prototype,"color",void 0);
b.__decorate([c.property({type:a.I3SGeometryAttribute})],a.I3SGeometryBuffer.prototype,"uvRegion",void 0);b.__decorate([c.property({type:a.I3SGeometryAttribute})],a.I3SGeometryBuffer.prototype,"featureId",void 0);b.__decorate([c.property({type:a.I3SGeometryAttribute})],a.I3SGeometryBuffer.prototype,"faceRange",void 0);b.__decorate([c.property({type:a.I3SGeometryCompressedAttributes})],a.I3SGeometryBuffer.prototype,"compressedAttributes",void 0);a.I3SGeometryBuffer=b.__decorate([e.subclass("esri.layers.support.I3SLayerDefinitions.I3SGeometryBuffer")],
a.I3SGeometryBuffer);a.I3SGeometryDefinition=class extends d.JSONSupport{};b.__decorate([f.enumeration({triangle:"triangle"})],a.I3SGeometryDefinition.prototype,"topology",void 0);b.__decorate([c.property()],a.I3SGeometryDefinition.prototype,"geometryBuffers",void 0);a.I3SGeometryDefinition=b.__decorate([e.subclass("esri.layers.support.I3SLayerDefinitions.I3SGeometryDefinition")],a.I3SGeometryDefinition);Object.defineProperty(a,Symbol.toStringTag,{value:"Module"})});