UNPKG

@arcgis/core

Version:

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

6 lines (5 loc) 1.13 kB
/* All material copyright ESRI, All Rights Reserved, unless otherwise specified. See https://js.arcgis.com/4.33/esri/copyright.txt for details. */ import{_ as t}from"../../../../chunks/tslib.es6.js";import{zeroMeters as o}from"../../../../core/quantityUtils.js";import{property as e}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{SketchTooltipInfo as s}from"./SketchTooltipInfo.js";let i=class extends s{constructor(t){super(t),this.type="translate-vertex",this.distance=o,this.elevation=null,this.area=null,this.totalLength=null}clear(){this.distance=o,this.elevation=null,this.area=null,this.totalLength=null}};t([e()],i.prototype,"type",void 0),t([e()],i.prototype,"distance",void 0),t([e()],i.prototype,"elevation",void 0),t([e()],i.prototype,"area",void 0),t([e()],i.prototype,"totalLength",void 0),i=t([r("esri.views.interactive.tooltip.infos.TranslateVertexTooltipInfo")],i);export{i as TranslateVertexTooltipInfo};