UNPKG

@doegis/core

Version:

DOE GIS API

3 lines (1 loc) 323 B
import{canProjectWithoutEngine as o}from"../../geometry/projection.js";import{getSphericalPCPF as e,SphericalECEFSpatialReference as r,WGS84ECEFSpatialReference as t}from"../../geometry/spatialReferenceEllipsoidUtils.js";function i(i){const m=e(i),n=m===r?t:m;return o(i,n)?n:i}export{i as computeEuclideanMeasurementSR};