@vertigis/viewer-spec
Version:
VertiGIS Viewer Specification
1 lines • 913 B
JavaScript
import{EventRegistry as e}from"../EventRegistry.js";import{OperationRegistry as t}from"../OperationRegistry.js";export class TasksEvents extends e{_prefix="tasks";get identified(){return this._get("identified")}get reverseGeocoded(){return this._get("reverse-geocoded")}}export class TasksOperations extends t{filterResults=new s(this._messages);_prefix="tasks";get suggest(){return this._get("suggest")}get supportsSuggest(){return this._get("supports-suggest")}get identify(){return this._get("identify")}get supportsIdentify(){return this._get("supports-identify")}get query(){return this._get("query")}get supportsQuery(){return this._get("supports-query")}get search(){return this._get("search")}get supportsSearch(){return this._get("supports-search")}}class s extends t{_prefix="filterSources";get byGeometryType(){return this._get("by-geometry-type")}get firstVisible(){return this._get("first-visible")}}