UNPKG

@arcgis/core

Version:

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

3 lines (2 loc) 2.79 kB
/* COPYRIGHT Esri - https://js.arcgis.com/5.0.8/LICENSE.txt */ import{NonSimpleResult as n}from"../../chunks/OperatorDefinitions.js";import{execute as f}from"../../geometry/operators/affineTransformOperator.js";import{l as m}from"../../chunks/geodesicBufferOperator.js";export{g as geodesicBuffer}from"../../chunks/geodesicBufferOperator.js";import{l as h}from"../../chunks/geodeticAreaOperator.js";export{g as geodeticArea}from"../../chunks/geodeticAreaOperator.js";import{l as j}from"../../chunks/geodeticDensifyOperator.js";export{g as geodeticDensify}from"../../chunks/geodeticDensifyOperator.js";import{l as x}from"../../chunks/geodeticLengthOperator.js";export{g as geodeticLength}from"../../chunks/geodeticLengthOperator.js";import{isSimple as O}from"../../geometry/operators/simplifyOGCOperator.js";import k from"../../geometry/operators/support/Transformation.js";export{a as area}from"../../chunks/areaOperator.js";export{b as buffer}from"../../chunks/bufferOperator.js";export{c as centroid}from"../../chunks/centroidOperator.js";export{c as clip}from"../../chunks/clipOperator.js";export{c as contains}from"../../chunks/containsOperator.js";export{c as convexHull}from"../../chunks/convexHullOperator.js";export{c as crosses}from"../../chunks/crossesOperator.js";export{c as cut}from"../../chunks/cutOperator.js";export{d as densify}from"../../chunks/densifyOperator.js";export{d as difference}from"../../chunks/differenceOperator.js";export{d as disjoint}from"../../chunks/disjointOperator.js";export{d as distance}from"../../chunks/distanceOperator.js";export{e as equals}from"../../chunks/equalsOperator.js";export{g as generalize}from"../../chunks/generalizeOperator.js";export{i as intersection}from"../../chunks/intersectionOperator.js";export{i as intersects}from"../../chunks/intersectsOperator.js";export{l as labelPoint}from"../../chunks/labelPointOperator.js";export{l as length}from"../../chunks/lengthOperator.js";export{o as overlaps}from"../../chunks/overlapsOperator.js";export{p as proximity}from"../../chunks/proximityOperator.js";export{r as relate}from"../../chunks/relateOperator.js";export{s as simplify}from"../../chunks/simplifyOperator.js";export{s as symmetricDifference}from"../../chunks/symmetricDifferenceOperator.js";export{t as touches}from"../../chunks/touchesOperator.js";export{u as union}from"../../chunks/unionOperator.js";export{w as within}from"../../chunks/withinOperator.js";export{executeNearestVertex}from"./nearestVertex.js";export{executeOffset}from"./offset.js";function y(r,e,o,s){const t=(new k).rotate(e,o,s);return f(r,t)}const D=new Set([5,6,7,10,11,12]);function v(r){const e=new n;return!O(r,e)&&D.has(e.m_reason)}async function A(){await Promise.all([h(),m(),j(),x()])}export{v as isSelfIntersecting,A as loadAll,y as rotate};