UNPKG

@arcgis/core

Version:

ArcGIS Maps SDK for JavaScript: A complete 2D and 3D mapping and data visualization API

6 lines (5 loc) 1.89 kB
/* All material copyright ESRI, All Rights Reserved, unless otherwise specified. See https://js.arcgis.com/4.32/esri/copyright.txt for details. */ import{_ as e}from"../../chunks/tslib.es6.js";import t from"../../core/JSONSupport.js";import{property as o}from"../../core/accessorSupport/decorators/property.js";import"../../core/has.js";import"../../core/Logger.js";import"../../core/RandomLCG.js";import{subclass as r}from"../../core/accessorSupport/decorators/subclass.js";import i from"../../geometry/SpatialReference.js";import s from"./EntityType.js";import p from"./RelationshipType.js";import n from"./SourceTypeValueBehavior.js";let a=class extends t{constructor(e){super(e),this.timestamp=null,this.spatialReference=null,this.strict=null,this.objectIdField=null,this.globalIdField=null,this.arcgisManaged=null,this.identifierInfo=null,this.searchIndexes=[],this.entityTypes=[],this.relationshipTypes=[],this.metaEntityTypes=[],this.provenanceSourceTypeValues=[]}};e([o({type:Date,json:{type:Number,write:{writer:(e,t)=>{t.timestamp=e?.getTime()}}}})],a.prototype,"timestamp",void 0),e([o({type:i,json:{write:!0}})],a.prototype,"spatialReference",void 0),e([o({type:Boolean,json:{write:!0}})],a.prototype,"strict",void 0),e([o({type:String,json:{write:!0}})],a.prototype,"objectIdField",void 0),e([o({type:String,json:{write:!0}})],a.prototype,"globalIdField",void 0),e([o()],a.prototype,"arcgisManaged",void 0),e([o()],a.prototype,"identifierInfo",void 0),e([o()],a.prototype,"searchIndexes",void 0),e([o({type:[s],json:{write:!0}})],a.prototype,"entityTypes",void 0),e([o({type:[p],json:{write:!0}})],a.prototype,"relationshipTypes",void 0),e([o({type:[s],json:{write:!0}})],a.prototype,"metaEntityTypes",void 0),e([o({type:[n],json:{write:!0}})],a.prototype,"provenanceSourceTypeValues",void 0),a=e([r("esri.rest.knowledgeGraph.DataModel")],a);const y=a;export{y as default};