@arcgis/core
Version:
ArcGIS Maps SDK for JavaScript: A complete 2D and 3D mapping and data visualization API
3 lines (2 loc) • 1.76 kB
JavaScript
/* COPYRIGHT Esri - https://js.arcgis.com/5.0.8/LICENSE.txt */
import{areasAndLengths as e}from"./geometryService/areasAndLengths.js";import{autoComplete as r}from"./geometryService/autoComplete.js";import{buffer as o}from"./geometryService/buffer.js";import{convexHull as t}from"./geometryService/convexHull.js";import{cut as i}from"./geometryService/cut.js";import{densify as m}from"./geometryService/densify.js";import{difference as s}from"./geometryService/difference.js";import{distance as a}from"./geometryService/distance.js";import{fromGeoCoordinateString as f}from"./geometryService/fromGeoCoordinateString.js";import{generalize as n}from"./geometryService/generalize.js";import{intersect as c}from"./geometryService/intersect.js";import{labelPoints as g}from"./geometryService/labelPoints.js";import{lengths as p}from"./geometryService/lengths.js";import{offset as y}from"./geometryService/offset.js";import{project as S}from"./geometryService/project.js";import{relation as j}from"./geometryService/relation.js";import{reshape as v}from"./geometryService/reshape.js";import{simplify as l}from"./geometryService/simplify.js";import{toGeoCoordinateString as d}from"./geometryService/toGeoCoordinateString.js";import{trimExtend as u}from"./geometryService/trimExtend.js";import{union as h}from"./geometryService/union.js";const C=e,x=r,b=o,G=t,z=i,A=m,E=s,H=a,L=f,P=n,k=c,q=g,w=p,B=y,D=S,F=j,I=v,J=l,K=d,M=u,N=h;export{C as areasAndLengths,x as autoComplete,b as buffer,G as convexHull,z as cut,A as densify,E as difference,H as distance,L as fromGeoCoordinateString,P as generalize,k as intersect,q as labelPoints,w as lengths,B as offset,D as project,F as relation,I as reshape,J as simplify,K as toGeoCoordinateString,M as trimExtend,N as union};