@arcgis/core
Version:
ArcGIS Maps SDK for JavaScript: A complete 2D and 3D mapping and data visualization API
3 lines (2 loc) • 2.27 kB
JavaScript
/* COPYRIGHT Esri - https://js.arcgis.com/5.0.19/LICENSE.txt */
import{__decorate as t}from"tslib";import{JSONSupport as e}from"../../core/JSONSupport.js";import{property as o,subclass as r}from"../../core/accessorSupport/decorators.js";import i from"../../geometry/SpatialReference.js";let p=class extends e{constructor(t){super(t),this.capabilities=[],this.supportsSearch=!1,this.supportedQueryFormats=[],this.allowGeometryUpdates=!1,this.searchMaxRecordCount=null,this.serviceCapabilities=null,this.maxRecordCount=null,this.description="",this.copyrightText="",this.units="",this.spatialReference=null,this.currentVersion=null,this.dateFieldsTimeReference=null,this.serviceItemId="",this.supportsDocuments=!1,this.dataEditingNotSupported=!1,this.schemaEditingNotSupported=!1,this.supportsProvenance=!1}};t([o({type:[String],json:{write:!0}})],p.prototype,"capabilities",void 0),t([o({type:Boolean,json:{write:!0}})],p.prototype,"supportsSearch",void 0),t([o({type:[String],json:{write:!0}})],p.prototype,"supportedQueryFormats",void 0),t([o({type:Boolean,json:{write:!0}})],p.prototype,"allowGeometryUpdates",void 0),t([o({type:Number,json:{write:!0}})],p.prototype,"searchMaxRecordCount",void 0),t([o({type:Object,json:{write:!0}})],p.prototype,"serviceCapabilities",void 0),t([o({type:Number,json:{write:!0}})],p.prototype,"maxRecordCount",void 0),t([o({type:String,json:{write:!0}})],p.prototype,"description",void 0),t([o({type:String,json:{write:!0}})],p.prototype,"copyrightText",void 0),t([o({type:String,json:{write:!0}})],p.prototype,"units",void 0),t([o({type:i,json:{write:!0}})],p.prototype,"spatialReference",void 0),t([o({type:Number,json:{write:!0}})],p.prototype,"currentVersion",void 0),t([o({type:Object,json:{write:!0}})],p.prototype,"dateFieldsTimeReference",void 0),t([o({type:String,json:{write:!0}})],p.prototype,"serviceItemId",void 0),t([o({type:Boolean,json:{write:!0}})],p.prototype,"supportsDocuments",void 0),t([o({type:Boolean,json:{write:!0}})],p.prototype,"dataEditingNotSupported",void 0),t([o({type:Boolean,json:{write:!0}})],p.prototype,"schemaEditingNotSupported",void 0),t([o({type:Boolean,json:{write:!0}})],p.prototype,"supportsProvenance",void 0),p=t([r("esri.rest.knowledgeGraph.ServiceDefinition")],p);export{p as default};