@vertigis/viewer-spec
Version:
VertiGIS Viewer Specification
1 lines • 883 B
JavaScript
import{CommandRegistry as t}from"../CommandRegistry.js";import{OperationRegistry as e}from"../OperationRegistry.js";export class GeometryOperations extends e{_prefix="geometry";get project(){return this._get("project")}get addPixelTolerance(){return this._get("add-pixel-tolerance")}get buffer(){return this._get("buffer")}get getBufferDistance(){return this._get("get-buffer-distance")}get getBufferUnits(){return this._get("get-buffer-units")}get addPoint(){return this._get("add-point")}get addPart(){return this._get("add-part")}get calculatePoint(){return this._get("calculate-point")}get removePoint(){return this._get("remove-point")}}export class GeometryCommands extends t{_prefix="geometry";get displaySettings(){return this._get("display-settings")}get setBufferDistance(){return this._get("set-buffer-distance")}get setBufferUnits(){return this._get("set-buffer-units")}}