UNPKG

@arcgis/core

Version:

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

6 lines (5 loc) 2.27 kB
/* All material copyright ESRI, All Rights Reserved, unless otherwise specified. See https://js.arcgis.com/4.33/esri/copyright.txt for details. */ const i={"buffer-line-to-polygon":()=>import("../builders/bufferLineToPolygon.js"),"buffer-point-to-polygon":()=>import("../builders/bufferPointToPolygon.js"),"buffer-polygon-to-polygon":()=>import("../builders/bufferPolygonToPolygon.js"),"connection-point":()=>import("../builders/connectionPoint.js"),"equally-spaced":()=>import("../builders/equallySpaced.js"),"offset-line":()=>import("../builders/offsetLine.js"),"offset-primary-line":()=>import("../builders/offsetPrimaryLine.js"),"point-at-all-vertices-of-line":()=>import("../builders/pointAtAllVerticesOfLine.js"),"point-at-beginning-of-line":()=>import("../builders/pointAtBeginningOfLine.js"),"point-at-beginning-of-radial":()=>import("../builders/pointAtBeginningOfRadial.js"),"point-at-end-of-line":()=>import("../builders/pointAtEndOfLine.js"),"point-at-interior-vertices":()=>import("../builders/pointAtInteriorVertices.js"),"point-at-intersection-vertices-of-line":()=>import("../builders/pointAtIntersectionVerticesOfLine.js"),"point-at-not-beginning-of-line":()=>import("../builders/pointAtNotBeginningOfLine.js"),"point-at-not-end-of-line":()=>import("../builders/pointAtNotEndOfLine.js"),"point-at-polygon-centroid":()=>import("../builders/pointAtPolygonCentroid.js"),"point-at-polygon-not-start":()=>import("../builders/pointAtPolygonNotStart.js"),"point-at-polygon-start":()=>import("../builders/pointAtPolygonStart.js"),"point-identity":()=>import("../builders/pointIdentity.js"),"point-primary-identity":()=>import("../builders/pointPrimaryIdentity.js"),"polygon-boundary":()=>import("../builders/polygonBoundary.js"),"polygon-boundary-two-point":()=>import("../builders/polygonBoundaryTwoPoint.js"),"polygon-identity":()=>import("../builders/polygonIdentity.js"),"polygon-primary-identity":()=>import("../builders/polygonPrimaryIdentity.js"),"polygon-vertices":()=>import("../builders/polygonVertices.js"),"radial-lines":()=>import("../builders/radialLines.js"),"two-point-lines":()=>import("../builders/twoPointLines.js")};function o(o){const t=i[o];if(!t)throw new Error(`Builder type ${o} is not supported.`);return t()}export{o as getBuilder};