UNPKG

@doegis/core

Version:

DOE GIS API

3 lines (1 loc) 301 B
import{isSupported as o}from"../../geometry/support/geodesicUtils.js";import{isGeographic as p,isWebMercator as e}from"../../geometry/support/spatialReferenceUtils.js";function r(r,t,i,s,...l){return p(r)&&o(r)?t.apply(void 0,l):e(r)?i.apply(void 0,l):s.apply(void 0,l)}export{r as geodesicMeasure};