UNPKG

@arcgis/core

Version:

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

3 lines (2 loc) 520 B
/* COPYRIGHT Esri - https://js.arcgis.com/5.0.8/LICENSE.txt */ import o from"../../core/Error.js";const t="Mesh must be loaded before applying operations",e="Provided component is not part of the list of components",n="Expected polygon to be a Polygon instance",s="Expected location to be a Point instance";class i extends o{constructor(){super("invalid-input:location",s)}}export{i as InvalidLocationError,e as componentNotFoundMessage,s as invalidLocationMessage,n as invalidPolygonMessage,t as meshNotLoadedMessage};