@arcgis/core
Version:
ArcGIS Maps SDK for JavaScript: A complete 2D and 3D mapping and data visualization API
6 lines (5 loc) • 584 B
JavaScript
/*
All material copyright ESRI, All Rights Reserved, unless otherwise specified.
See https://js.arcgis.com/4.32/esri/copyright.txt for details.
*/
import has from"../../../../core/has.js";function e(){return has("curve-densification-coarse-segments")}function n(){return has("curve-densification-max-segments")}function i(){return has("curve-densification-min-segments")}function r(){return has("curve-densification-pixels-per-segment")}export{n as getApproximateMaxDensificationSegments,e as getCoarseDensificationSegments,i as getMinDensificationSegments,r as getPixelsPerSegment};