@arcgis/core 5.1.0-next.64 → 5.1.0-next.65
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Camera.d.ts +1 -1
- package/Ground.d.ts +7 -7
- package/PopupTemplate.d.ts +8 -8
- package/WebDocument2D.js +1 -1
- package/WebScene.d.ts +1 -1
- package/WebScene.js +1 -1
- package/analysis/AreaMeasurementAnalysis.d.ts +1 -1
- package/analysis/DirectLineMeasurementAnalysis.d.ts +1 -1
- package/analysis/LengthDimension.d.ts +4 -4
- package/analysis/ShadowCastAnalysis.d.ts +3 -3
- package/analysis/SliceAnalysis.d.ts +1 -1
- package/analysis/SlicePlane.d.ts +1 -1
- package/applications/Components/featureUtils.d.ts +24 -0
- package/applications/Components/featureUtils.js +1 -1
- package/arcade/geometry/wkt.js +1 -1
- package/assets/esri/core/workers/RemoteClient.js +1 -1
- package/assets/esri/core/workers/chunks/{8166ad6bbd7d7a8f91cf.js → 0f3b8a08f843a080af0d.js} +1 -1
- package/assets/esri/core/workers/chunks/{354351ab3fc79dedf9a8.js → 4eca871ca51a59f6540a.js} +1 -1
- package/assets/esri/core/workers/chunks/7e97684e851274efd11f.js +1 -0
- package/assets/esri/core/workers/chunks/86f1aa2c108f5224d8b5.js +1 -0
- package/assets/esri/core/workers/chunks/b8acb6c2538053c01cc6.js +1 -0
- package/assets/esri/core/workers/chunks/d9d69cf2496ebe76eade.js +1 -0
- package/assets/esri/core/workers/chunks/{6c72dbd5275bffde1583.js → e622a23034f055de8b55.js} +1 -1
- package/assets/esri/core/workers/chunks/ec9d5dcf2a0a11c85341.js +1 -0
- package/config.js +1 -1
- package/effects/FocusAreas.d.ts +1 -1
- package/form/elements/FieldElement.d.ts +1 -1
- package/form/elements/GroupElement.d.ts +1 -1
- package/form/elements/TextElement.d.ts +1 -1
- package/form/elements/inputs/ComboBoxInput.d.ts +1 -1
- package/form/elements/inputs/RadioButtonsInput.d.ts +1 -1
- package/form/elements/inputs/SwitchInput.d.ts +1 -1
- package/geometry/Mesh.d.ts +7 -7
- package/geometry/operators/alphaShapeOperator.d.ts +1 -1
- package/geometry/operators/areaOperator.d.ts +1 -1
- package/geometry/operators/bufferOperator.d.ts +1 -1
- package/geometry/operators/centroidOperator.d.ts +1 -1
- package/geometry/operators/clipOperator.d.ts +1 -1
- package/geometry/operators/containsOperator.d.ts +1 -1
- package/geometry/operators/convexHullOperator.d.ts +1 -1
- package/geometry/operators/crossesOperator.d.ts +1 -1
- package/geometry/operators/cutOperator.d.ts +1 -1
- package/geometry/operators/densifyOperator.d.ts +1 -1
- package/geometry/operators/differenceOperator.d.ts +1 -1
- package/geometry/operators/disjointOperator.d.ts +1 -1
- package/geometry/operators/distanceOperator.d.ts +1 -1
- package/geometry/operators/generalizeOperator.d.ts +1 -1
- package/geometry/operators/geodesicProximityOperator.d.ts +1 -1
- package/geometry/operators/geodeticDistanceOperator.d.ts +1 -1
- package/geometry/operators/geodeticUtilsOperator.d.ts +2 -2
- package/geometry/operators/graphicBufferOperator.d.ts +1 -1
- package/geometry/operators/intersectionOperator.d.ts +1 -1
- package/geometry/operators/intersectsOperator.d.ts +1 -1
- package/geometry/operators/isNearOperator.d.ts +1 -1
- package/geometry/operators/lengthOperator.d.ts +1 -1
- package/geometry/operators/locateBetweenOperator.d.ts +1 -1
- package/geometry/operators/multiPartToSinglePartOperator.d.ts +1 -1
- package/geometry/operators/offsetOperator.d.ts +5 -5
- package/geometry/operators/overlapsOperator.d.ts +1 -1
- package/geometry/operators/proximityOperator.d.ts +1 -1
- package/geometry/operators/simplifyOGCOperator.d.ts +1 -1
- package/geometry/operators/simplifyOperator.d.ts +1 -1
- package/geometry/operators/support/Transformation.d.ts +6 -6
- package/geometry/operators/symmetricDifferenceOperator.d.ts +1 -1
- package/geometry/operators/touchesOperator.d.ts +1 -1
- package/geometry/operators/unionOperator.d.ts +1 -1
- package/geometry/operators/withinOperator.d.ts +1 -1
- package/geometry/support/MeshMaterialMetallicRoughness.d.ts +1 -1
- package/geometry/support/vcsData.js +2 -0
- package/geometry/support/vcsLookup.js +2 -0
- package/kernel.js +1 -1
- package/layers/BuildingSceneLayer.d.ts +4 -4
- package/layers/CSVLayer.d.ts +2 -2
- package/layers/CatalogLayer.d.ts +2 -2
- package/layers/ElevationLayer.d.ts +1 -1
- package/layers/FeatureLayer.d.ts +2 -2
- package/layers/GeoJSONLayer.d.ts +2 -2
- package/layers/GeoRSSLayer.d.ts +1 -1
- package/layers/GraphicsLayer.d.ts +2 -2
- package/layers/ImageryLayer.d.ts +3 -3
- package/layers/ImageryTileLayer.d.ts +2 -2
- package/layers/IntegratedMesh3DTilesLayer.d.ts +6 -6
- package/layers/IntegratedMeshLayer.d.ts +7 -7
- package/layers/MapImageLayer.d.ts +1 -1
- package/layers/MediaLayer.d.ts +1 -1
- package/layers/OGCFeatureLayer.d.ts +2 -2
- package/layers/PointCloudLayer.d.ts +1 -1
- package/layers/SceneLayer.d.ts +9 -9
- package/layers/StreamLayer.d.ts +2 -2
- package/layers/VectorTileLayer.d.ts +2 -2
- package/layers/VideoLayer.d.ts +1 -1
- package/layers/VoxelLayer.d.ts +8 -8
- package/layers/WFSLayer.d.ts +6 -6
- package/layers/catalog/CatalogFootprintLayer.d.ts +1 -1
- package/layers/graphics/sources/geojson/GeoJSONSourceWorker.js +1 -1
- package/layers/graphics/sources/support/MemorySourceWorker.js +1 -1
- package/layers/mixins/ArcGISImageService.js +1 -1
- package/layers/mixins/BlendLayer.d.ts +6 -6
- package/layers/pointCloudFilters/PointCloudReturnFilter.d.ts +1 -1
- package/layers/pointCloudFilters/PointCloudValueFilter.d.ts +1 -1
- package/layers/support/DimensionalDefinition.d.ts +2 -2
- package/layers/support/FeatureEffect.d.ts +4 -4
- package/layers/support/FeatureFilter.d.ts +17 -17
- package/layers/support/FeatureReductionBinning.d.ts +1 -1
- package/layers/support/FeatureReductionCluster.d.ts +9 -9
- package/layers/support/FeatureReductionSelection.d.ts +1 -1
- package/layers/support/LabelClass.d.ts +2 -2
- package/layers/support/RasterFunction.d.ts +1 -1
- package/layers/support/SceneFilter.d.ts +2 -2
- package/layers/support/SceneModification.d.ts +3 -3
- package/layers/support/capabilities.js +1 -1
- package/layers/support/featureLayerUtils.js +1 -1
- package/layers/support/serviceCapabilitiesUtils.js +1 -1
- package/layers/types.d.ts +6 -0
- package/package.json +1 -1
- package/popup/Feature.d.ts +6 -6
- package/popup/Feature.js +1 -1
- package/popup/Features.d.ts +3 -14
- package/popup/Features.js +1 -1
- package/popup/content/AttachmentsContent.d.ts +1 -1
- package/popup/content/BarChartMediaInfo.d.ts +1 -1
- package/popup/content/ColumnChartMediaInfo.d.ts +1 -1
- package/popup/content/FieldsContent.d.ts +1 -1
- package/popup/content/ImageMediaInfo.d.ts +1 -1
- package/popup/content/LineChartMediaInfo.d.ts +1 -1
- package/popup/content/MediaContent.d.ts +1 -1
- package/popup/content/PieChartMediaInfo.d.ts +1 -1
- package/popup/content/RelationshipContent.d.ts +1 -1
- package/popup/content/TextContent.d.ts +1 -1
- package/popup/support/featureUtils.js +1 -1
- package/popup/types.d.ts +193 -8
- package/portal/schemas/definitions.js +1 -1
- package/renderers/ClassBreaksRenderer.d.ts +1 -1
- package/renderers/DictionaryRenderer.d.ts +1 -1
- package/renderers/DotDensityRenderer.d.ts +3 -3
- package/renderers/FlowRenderer.d.ts +5 -5
- package/renderers/HeatmapRenderer.d.ts +3 -3
- package/renderers/PieChartRenderer.d.ts +1 -1
- package/renderers/RasterShadedReliefRenderer.d.ts +1 -1
- package/renderers/Renderer.d.ts +4 -4
- package/renderers/SimpleRenderer.d.ts +2 -2
- package/renderers/UniqueValueRenderer.d.ts +2 -2
- package/renderers/VectorFieldRenderer.d.ts +1 -1
- package/renderers/mixins/VisualVariablesMixin.d.ts +12 -12
- package/renderers/visualVariables/ColorVariable.d.ts +1 -1
- package/renderers/visualVariables/OpacityVariable.d.ts +1 -1
- package/renderers/visualVariables/RotationVariable.d.ts +1 -1
- package/renderers/visualVariables/SizeVariable.d.ts +1 -1
- package/renderers/visualVariables/VisualVariable.d.ts +1 -1
- package/rest/query/support/AttachmentInfo.d.ts +1 -1
- package/rest/support/AttributeBinsQuery.d.ts +8 -8
- package/rest/support/AutoIntervalBinParameters.d.ts +1 -1
- package/rest/support/DateBinParameters.d.ts +1 -1
- package/rest/support/FixedBoundariesBinParameters.d.ts +1 -1
- package/rest/support/FixedIntervalBinParameters.d.ts +1 -1
- package/rest/support/Query.d.ts +8 -8
- package/rest/support/TopFeaturesQuery.d.ts +8 -8
- package/smartMapping/labels/clusters.d.ts +1 -1
- package/smartMapping/popup/clusters.d.ts +2 -2
- package/smartMapping/popup/templates.d.ts +1 -1
- package/smartMapping/raster/renderers/flow.d.ts +2 -2
- package/smartMapping/renderers/color.d.ts +12 -12
- package/smartMapping/renderers/predominance.d.ts +3 -3
- package/smartMapping/renderers/relationship.d.ts +15 -15
- package/smartMapping/renderers/univariateColorSize.d.ts +4 -4
- package/smartMapping/symbology/color.d.ts +4 -4
- package/smartMapping/symbology/flow.d.ts +2 -2
- package/smartMapping/symbology/types.d.ts +18 -18
- package/support/actions/ActionButton.d.ts +1 -1
- package/support/revision.js +1 -1
- package/symbols/CIMSymbol.d.ts +1 -1
- package/symbols/ExtrudeSymbol3DLayer.d.ts +1 -1
- package/symbols/FillSymbol3DLayer.d.ts +3 -3
- package/symbols/IconSymbol3DLayer.d.ts +1 -1
- package/symbols/LabelSymbol3D.d.ts +2 -2
- package/symbols/LineStyleMarker3D.d.ts +7 -7
- package/symbols/LineSymbol3D.d.ts +2 -2
- package/symbols/LineSymbol3DLayer.d.ts +7 -7
- package/symbols/LineSymbolMarker.d.ts +6 -6
- package/symbols/MarkerSymbol.d.ts +1 -1
- package/symbols/MeshSymbol3D.d.ts +2 -2
- package/symbols/ObjectSymbol3DLayer.d.ts +1 -1
- package/symbols/PathSymbol3DLayer.d.ts +14 -14
- package/symbols/PictureFillSymbol.d.ts +1 -1
- package/symbols/PictureMarkerSymbol.d.ts +1 -1
- package/symbols/PointSymbol3D.d.ts +3 -3
- package/symbols/PolygonSymbol3D.d.ts +5 -5
- package/symbols/SimpleFillSymbol.d.ts +8 -8
- package/symbols/SimpleLineSymbol.d.ts +20 -20
- package/symbols/SimpleMarkerSymbol.d.ts +7 -7
- package/symbols/Symbol3DLayer.d.ts +16 -16
- package/symbols/TextSymbol.d.ts +1 -1
- package/symbols/TextSymbol3DLayer.d.ts +1 -1
- package/symbols/WaterSymbol3DLayer.d.ts +3 -3
- package/symbols/WebStyleSymbol.d.ts +12 -12
- package/symbols/callouts/Callout3D.d.ts +1 -1
- package/symbols/callouts/LineCallout3D.d.ts +3 -3
- package/symbols/cim/types.d.ts +23 -23
- package/symbols/edges/Edges3D.d.ts +1 -1
- package/symbols/edges/SolidEdges3D.d.ts +1 -1
- package/symbols/patterns/LineStylePattern3D.d.ts +11 -11
- package/symbols/patterns/StylePattern3D.d.ts +8 -8
- package/symbols/support/ElevationInfo.d.ts +2 -2
- package/symbols/support/IconSymbol3DLayerResource.d.ts +6 -6
- package/symbols/support/ObjectSymbol3DLayerResource.d.ts +7 -7
- package/symbols/support/Symbol3DEmissive.d.ts +2 -2
- package/symbols/support/Symbol3DVerticalOffset.d.ts +2 -2
- package/views/2d/engine/flow/FlowStrategy.js +1 -1
- package/views/2d/engine/flow/styles/Imagery.js +1 -1
- package/views/2d/engine/flow/styles/Particles.js +1 -1
- package/views/2d/engine/flow/styles/Stack.js +1 -1
- package/views/2d/engine/flow/styles/Streamlines.js +1 -1
- package/views/2d/engine/vectorTiles/style/StyleLayer.js +1 -1
- package/views/2d/engine/webgl/shaders/sources/shaderRepository.js +1 -1
- package/views/2d/layers/BaseLayerViewGL2D.d.ts +1 -1
- package/views/2d/layers/ImageryTileLayerView2D.js +1 -1
- package/views/2d/layers/imagery/BaseImageryTileSubView2D.js +1 -1
- package/views/2d/types.d.ts +3 -3
- package/views/3d/FocusAreasView.js +1 -1
- package/views/3d/analysis/Slice/sliceToolUtils.js +1 -1
- package/views/3d/analysis/VolumeMeasurement/VolumeMeasurementCutFillController.js +1 -1
- package/views/3d/analysis/VolumeMeasurement/VolumeMeasurementCutFillVisualization.js +1 -1
- package/views/3d/environment/CloudyWeather.d.ts +1 -1
- package/views/3d/environment/Environment.d.ts +4 -4
- package/views/3d/environment/FoggyWeather.d.ts +1 -1
- package/views/3d/environment/RainyWeather.d.ts +1 -1
- package/views/3d/environment/SnowyWeather.d.ts +1 -1
- package/views/3d/environment/SunLighting.d.ts +1 -1
- package/views/3d/environment/SunnyWeather.d.ts +1 -1
- package/views/3d/environment/VirtualLighting.d.ts +1 -1
- package/views/3d/layers/graphics/extrudeUtils.js +1 -1
- package/views/3d/support/renderInfoUtils/polygon.js +1 -1
- package/views/3d/webgl/RenderNode.d.ts +2 -2
- package/views/3d/webgl-engine/effects/focusArea/FocusAreaMaskNode.js +1 -1
- package/views/3d/webgl-engine/lib/CutFillComputationRenderNode.js +1 -1
- package/views/3d/webgl-engine/lib/CutFillVisualizationRenderNode.js +1 -1
- package/views/3d/webgl.d.ts +1 -1
- package/views/Magnifier.d.ts +3 -3
- package/views/MapView.d.ts +7 -7
- package/views/SceneView.d.ts +16 -16
- package/views/View.d.ts +17 -3
- package/views/View.js +1 -1
- package/views/interactive/sketch/SketchLabelOptions.d.ts +1 -1
- package/views/interactive/sketch/SketchTooltipOptions.d.ts +1 -1
- package/views/interactive/snapping/SnappingOptions.d.ts +7 -7
- package/views/layers/LineOfSightLayerView.d.ts +3 -2
- package/views/support/HighlightOptions.d.ts +1 -1
- package/views/types.d.ts +59 -2
- package/views/ui/DefaultUI.d.ts +2 -2
- package/webscene/Environment.d.ts +10 -10
- package/webscene/Glow.d.ts +1 -1
- package/webscene/background/ColorBackground.d.ts +1 -1
- package/widgets/AreaMeasurement2D.d.ts +1 -1
- package/widgets/AreaMeasurement3D.d.ts +2 -2
- package/widgets/Attachments.d.ts +1 -1
- package/widgets/Attribution.d.ts +1 -1
- package/widgets/BasemapGallery.d.ts +1 -1
- package/widgets/BasemapLayerList.d.ts +3 -3
- package/widgets/BasemapToggle.d.ts +1 -1
- package/widgets/Bookmarks/BookmarksVisibleElements.d.ts +1 -1
- package/widgets/Bookmarks.d.ts +2 -2
- package/widgets/BuildingExplorer.d.ts +1 -1
- package/widgets/CatalogLayerList.d.ts +3 -3
- package/widgets/Compass.d.ts +2 -2
- package/widgets/CoordinateConversion.d.ts +1 -1
- package/widgets/Daylight.d.ts +5 -5
- package/widgets/DirectLineMeasurement3D.d.ts +2 -2
- package/widgets/Directions.d.ts +4 -4
- package/widgets/DistanceMeasurement2D.d.ts +1 -1
- package/widgets/Editor/CreateFeaturesWorkflow.d.ts +1 -1
- package/widgets/Editor.d.ts +8 -8
- package/widgets/ElevationProfile/ElevationProfileLineGround.d.ts +1 -1
- package/widgets/ElevationProfile/ElevationProfileLineInput.d.ts +1 -1
- package/widgets/ElevationProfile/ElevationProfileLineView.d.ts +1 -1
- package/widgets/ElevationProfile.d.ts +3 -3
- package/widgets/Expand.d.ts +1 -1
- package/widgets/FeatureForm.d.ts +1 -1
- package/widgets/FeatureTable/ActionColumn.d.ts +2 -2
- package/widgets/FeatureTable/AttachmentsColumn.d.ts +1 -1
- package/widgets/FeatureTable/FeatureTableViewModel.d.ts +3 -3
- package/widgets/FeatureTable/Grid/GroupColumn.d.ts +1 -1
- package/widgets/FeatureTable/RelationshipColumn.d.ts +1 -1
- package/widgets/FeatureTable/VisibleElements.d.ts +1 -1
- package/widgets/FeatureTable.d.ts +10 -10
- package/widgets/FeatureTemplates/FeatureTemplatesViewModel.d.ts +5 -5
- package/widgets/FeatureTemplates.d.ts +8 -8
- package/widgets/Features/FeaturesViewModel.d.ts +2 -2
- package/widgets/Features/FeaturesVisibleElements.d.ts +2 -2
- package/widgets/Features.d.ts +1 -1
- package/widgets/FloorFilter/FloorFilterViewModel.js +1 -1
- package/widgets/FloorFilter.d.ts +2 -2
- package/widgets/Histogram.d.ts +2 -2
- package/widgets/HistogramRangeSlider.d.ts +1 -1
- package/widgets/Home.d.ts +1 -1
- package/widgets/LayerList/ListItemPanel.d.ts +1 -1
- package/widgets/LayerList.d.ts +4 -4
- package/widgets/Legend.d.ts +8 -8
- package/widgets/LineOfSight.d.ts +1 -1
- package/widgets/Locate.d.ts +2 -2
- package/widgets/Measurement.d.ts +1 -1
- package/widgets/NavigationToggle/NavigationToggleViewModel.d.ts +1 -1
- package/widgets/NavigationToggle.d.ts +3 -3
- package/widgets/Popup/PopupVisibleElements.d.ts +2 -2
- package/widgets/Popup.d.ts +5 -5
- package/widgets/Print/CustomTemplate.d.ts +1 -1
- package/widgets/Print/TemplateOptions.d.ts +4 -4
- package/widgets/ScaleRangeSlider.d.ts +1 -1
- package/widgets/Search/SearchViewModel.d.ts +4 -4
- package/widgets/Search.d.ts +5 -5
- package/widgets/ShadowCast.d.ts +3 -3
- package/widgets/Sketch/SketchViewModel.d.ts +39 -39
- package/widgets/Sketch.d.ts +43 -43
- package/widgets/Slice.d.ts +2 -2
- package/widgets/Slider/SliderViewModel.d.ts +2 -2
- package/widgets/Slider.d.ts +9 -9
- package/widgets/Swipe/SwipeViewModel.d.ts +1 -1
- package/widgets/Swipe.d.ts +2 -2
- package/widgets/TableList/ListItemPanel.d.ts +1 -1
- package/widgets/TableList.d.ts +1 -1
- package/widgets/TimeSlider/TimeSliderViewModel.d.ts +10 -10
- package/widgets/TimeSlider/TimeSliderViewModel.js +1 -1
- package/widgets/TimeSlider/types.d.ts +1 -1
- package/widgets/TimeSlider.d.ts +13 -13
- package/widgets/Track.d.ts +2 -2
- package/widgets/UtilityNetworkAssociations.d.ts +3 -3
- package/widgets/UtilityNetworkTrace.d.ts +4 -4
- package/widgets/UtilityNetworkValidateTopology.d.ts +1 -1
- package/widgets/ValuePicker.d.ts +5 -5
- package/widgets/VideoPlayer.d.ts +1 -1
- package/widgets/smartMapping/ClassedColorSlider.d.ts +1 -1
- package/widgets/smartMapping/ClassedSizeSlider.d.ts +1 -1
- package/widgets/smartMapping/ColorSizeSlider.d.ts +2 -2
- package/widgets/smartMapping/ColorSlider.d.ts +1 -1
- package/widgets/smartMapping/HeatmapSlider.d.ts +1 -1
- package/widgets/smartMapping/OpacitySlider.d.ts +1 -1
- package/widgets/smartMapping/SizeSlider.d.ts +1 -1
- package/widgets/smartMapping/SmartMappingSliderBase.d.ts +4 -4
- package/widgets/smartMapping/SmartMappingSliderViewModel.d.ts +6 -6
- package/widgets/support/GridControls.d.ts +1 -1
- package/widgets/support/SnappingControls/VisibleElements.d.ts +1 -1
- package/widgets/support/SnappingControls.d.ts +6 -6
- package/assets/esri/core/workers/chunks/2aaeaf022af8493281dc.js +0 -1
- package/assets/esri/core/workers/chunks/2d92ba11781a3cfc3a78.js +0 -1
- package/assets/esri/core/workers/chunks/5c6e5f22450dd0583074.js +0 -1
- package/assets/esri/core/workers/chunks/75f7c1f600c4051bc905.js +0 -1
- package/assets/esri/core/workers/chunks/ee8cd91c27e9cdfc3b2e.js +0 -1
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Calculates the alpha shape of 2D points (concave hull).
|
|
3
3
|
* Alpha shapes are used to generalize bounding polygons containing sets of points or multipoints. Using this operator on other geometry types will produce results, however it is probably not what you are expecting.
|
|
4
4
|
*
|
|
5
|
-
* 
|
|
6
6
|
*
|
|
7
7
|
* @since 4.31
|
|
8
8
|
* @see [Alpha shape - wikipedia](https://en.wikipedia.org/wiki/Alpha_shape)
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Returns the planar area of a 2D geometry.
|
|
3
3
|
*
|
|
4
|
-
* 
|
|
5
5
|
*
|
|
6
6
|
* @since 4.31
|
|
7
7
|
*/
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* This is suitable for rendering smaller areas within a projected coordinate system where the curvature of the Earth can be ignored, such as when all features are contained in one UTM zone.
|
|
4
4
|
* Planar buffers can introduce distortions and inaccuracies when applied over larger areas.
|
|
5
5
|
*
|
|
6
|
-
* 
|
|
7
7
|
*
|
|
8
8
|
* @since 4.31
|
|
9
9
|
* @see [How Buffer (Analysis) works](https://pro.arcgis.com/en/pro-app/latest/tool-reference/analysis/how-buffer-analysis-works.htm)
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* It is not guaranteed to be within or on the geometry. The centroid of a donut polygon is
|
|
6
6
|
* the center of the hole, which is outside the polygon. The centroid of a curved polyline is not located on the line itself, but will be some distance away from it.
|
|
7
7
|
*
|
|
8
|
-
* 
|
|
9
9
|
*
|
|
10
10
|
* @since 4.31
|
|
11
11
|
* @see [labelPointOperator](https://developers.arcgis.com/javascript/latest/references/core/geometry/operators/labelPointOperator/)
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Clips geometries with a 2D extent.
|
|
3
3
|
*
|
|
4
|
-
* 
|
|
5
5
|
*
|
|
6
6
|
* @since 4.31
|
|
7
7
|
*/
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Geometry A contains geometry B, when B is the intersection of A and B.
|
|
4
4
|
* A contains B is equivalent to B within A. Geometry B can be non-simple geometry.
|
|
5
5
|
*
|
|
6
|
-
* 
|
|
7
7
|
*
|
|
8
8
|
* @since 4.31
|
|
9
9
|
*/
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* A convex hull is the smallest convex polygon that encloses a group of geometries or vertices.
|
|
4
4
|
* The hull is typically a polygon but can also be a polyline or a point in degenerate cases.
|
|
5
5
|
*
|
|
6
|
-
* 
|
|
7
7
|
*
|
|
8
8
|
* @since 4.31
|
|
9
9
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Performs a relational operation to determine if one 2D geometry crosses another 2D geometry.
|
|
3
3
|
*
|
|
4
|
-
* 
|
|
5
5
|
*
|
|
6
6
|
* @since 4.31
|
|
7
7
|
*/
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
* An undefined cut will only be produced if a left cut or right cut was produced, and there was a
|
|
13
13
|
* part left over after cutting or a cut is bounded to the left and right of the polyline that is used to cut.
|
|
14
14
|
*
|
|
15
|
-
* 
|
|
16
16
|
*
|
|
17
17
|
* @since 4.31
|
|
18
18
|
*/
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
* Suggestion: to limit the number of segments that are produced, if you have an area of interest such as a visible extent,
|
|
16
16
|
* clip the input geometries before densifying.
|
|
17
17
|
*
|
|
18
|
-
* 
|
|
19
19
|
*
|
|
20
20
|
* @since 4.31
|
|
21
21
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Performs a topological difference operation on 2D geometries.
|
|
3
3
|
*
|
|
4
|
-
* 
|
|
5
5
|
*
|
|
6
6
|
* @since 4.31
|
|
7
7
|
*/
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Performs a relational operation to determine if one 2D geometry is disjoint (doesn't intersect in any way) with another 2D geometry.
|
|
3
3
|
* This operator can be used with non-simple geometries.
|
|
4
4
|
*
|
|
5
|
-
* 
|
|
6
6
|
*
|
|
7
7
|
* @since 4.31
|
|
8
8
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Calculates planar distance between 2D geometries.
|
|
3
3
|
*
|
|
4
|
-
* 
|
|
5
5
|
*
|
|
6
6
|
* @since 4.31
|
|
7
7
|
* @see [Blog - Geodesic or planar: which to use for distance analysis](https://www.esri.com/arcgis-blog/products/arcgis-pro/analytics/geodesic-or-planar-which-to-use-for-distance-analysis)
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Generalizes 2D geometries using Douglas-Peucker algorithm.
|
|
3
3
|
*
|
|
4
|
-
* 
|
|
5
5
|
*
|
|
6
6
|
* @since 4.31
|
|
7
7
|
*/
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* > Verify that `isLoaded()` returns `true` before using this module.
|
|
9
9
|
* > Use `load()` to load this module's dependencies.
|
|
10
10
|
*
|
|
11
|
-
* 
|
|
12
12
|
*
|
|
13
13
|
* @since 4.31
|
|
14
14
|
*/
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* > Verify that `isLoaded()` returns `true` before using this module.
|
|
9
9
|
* > Use `load()` to load this module's dependencies.
|
|
10
10
|
*
|
|
11
|
-
* 
|
|
12
12
|
*
|
|
13
13
|
* @since 4.31
|
|
14
14
|
* @see [Blog - Geodesic or planar: which to use for distance analysis](https://www.esri.com/arcgis-blog/products/arcgis-pro/analytics/geodesic-or-planar-which-to-use-for-distance-analysis)
|
|
@@ -72,7 +72,7 @@ export function load(): Promise<void>;
|
|
|
72
72
|
* Geodetically calculates the distance and direction between two points.
|
|
73
73
|
* Unless the `unit` option is set, the default is meters.
|
|
74
74
|
*
|
|
75
|
-
* 
|
|
76
76
|
*
|
|
77
77
|
* @param point1 - The starting point.
|
|
78
78
|
* @param point2 - The ending point.
|
|
@@ -94,7 +94,7 @@ export function calculateDistanceAndAzimuth(point1: Point, point2: Point, option
|
|
|
94
94
|
* Geodetically calculates a point location at a defined distance and direction from a known point.
|
|
95
95
|
* Unless the `unit` option is set, the default is meters.
|
|
96
96
|
*
|
|
97
|
-
* 
|
|
98
98
|
*
|
|
99
99
|
* @param point - Origin location.
|
|
100
100
|
* @param distance - Distance from the origin point.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Creates planar buffers around 2D geometries using graphical joins and caps.
|
|
3
3
|
*
|
|
4
|
-
* 
|
|
5
5
|
*
|
|
6
6
|
* @since 4.31
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Create new geometries using the topological intersection of 2D geometries.
|
|
3
3
|
*
|
|
4
|
-
* 
|
|
5
5
|
*
|
|
6
6
|
* @since 4.31
|
|
7
7
|
*/
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Intersect is same as not disjoint.
|
|
4
4
|
* This operator can be used with non-simple geometries.
|
|
5
5
|
*
|
|
6
|
-
* 
|
|
7
7
|
*
|
|
8
8
|
* @since 4.31
|
|
9
9
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Performs a 2D relational operation that checks if two geometries are near each other.
|
|
3
3
|
*
|
|
4
|
-
* 
|
|
5
5
|
*
|
|
6
6
|
* @since 4.31
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Returns the planar length of a 2D geometry.
|
|
3
3
|
*
|
|
4
|
-
* 
|
|
5
5
|
*
|
|
6
6
|
* @since 4.31
|
|
7
7
|
*/
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* This can also be used for locate along operations, which is a variation of locate between when the start and end M values are equal.
|
|
5
5
|
* This is a linear referencing operation. Polygons and extents are not supported.
|
|
6
6
|
*
|
|
7
|
-
* 
|
|
8
8
|
*
|
|
9
9
|
* @since 4.31
|
|
10
10
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Convert multipart 2D geometries to single part geometries.
|
|
3
3
|
*
|
|
4
|
-
* 
|
|
5
5
|
*
|
|
6
6
|
* @since 4.31
|
|
7
7
|
*/
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
*
|
|
18
18
|
* The miter limit is multiplied by the offset distance and the result determines how far a mitered offset intersection can be from the input curve before it is beveled.
|
|
19
19
|
*
|
|
20
|
-
* 
|
|
21
21
|
*
|
|
22
22
|
* ### Join types
|
|
23
23
|
* The join type controls how corners in the offset geometry are represented.
|
|
@@ -25,19 +25,19 @@
|
|
|
25
25
|
*
|
|
26
26
|
* * Round - a circular arc that is tangent to the ends of both offset line segments.
|
|
27
27
|
*
|
|
28
|
-
* 
|
|
29
29
|
*
|
|
30
30
|
* * Miter - the offset line segments are extended to their intersection point forming a sharp angle, unless that extension exceeds the `miterLimit`, in which case the result is a bevel.
|
|
31
31
|
*
|
|
32
|
-
* 
|
|
33
33
|
*
|
|
34
34
|
* * Bevel - the offset line segments are not extended; their endpoints are joined by a straight line.
|
|
35
35
|
*
|
|
36
|
-
* 
|
|
37
37
|
*
|
|
38
38
|
* * Square - same as `miter` for minor arcs greater than 90 degrees. For all other minor arcs, the offset line segments are extended by an extra `distance` before their endpoints are joined.
|
|
39
39
|
*
|
|
40
|
-
* 
|
|
41
41
|
*
|
|
42
42
|
* @since 4.31
|
|
43
43
|
* @see [Sample - Geometry operator - offset analysis](https://developers.arcgis.com/javascript/latest/sample-code/geometry-operator-offset-visualizer/)
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Performs a relational operation to determine if two 2D geometries of the same dimension overlap.
|
|
3
3
|
*
|
|
4
|
-
* 
|
|
5
5
|
*
|
|
6
6
|
* @since 4.31
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Find the closest vertices of the 2D geometry.
|
|
3
3
|
*
|
|
4
|
-
* 
|
|
5
5
|
*
|
|
6
6
|
* @since 4.31
|
|
7
7
|
* @see [Sample - Geometry operator - proximity analysis](https://developers.arcgis.com/javascript/latest/sample-code/geometry-operator-proximity/)
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Simplifies geometries to enforce topological correctness according to the [OGC Simple Feature Access specification 1.2.1](https://www.ogc.org/standards/sfa/).
|
|
3
3
|
* This operator uses stricter rules than [simplifyOperator](https://developers.arcgis.com/javascript/latest/references/core/geometry/operators/simplifyOperator/).
|
|
4
4
|
*
|
|
5
|
-
* 
|
|
6
6
|
*
|
|
7
7
|
* @since 4.33
|
|
8
8
|
*/
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* This makes them topologically legal with respect to their geometry type.
|
|
4
4
|
* This operator is less strict than [simplifyOGCOperator](https://developers.arcgis.com/javascript/latest/references/core/geometry/operators/simplifyOGCOperator/).
|
|
5
5
|
*
|
|
6
|
-
* 
|
|
7
7
|
*
|
|
8
8
|
* @since 4.31
|
|
9
9
|
*/
|
|
@@ -27,7 +27,7 @@ export default class Transformation {
|
|
|
27
27
|
* Flips all the `x` coordinates of geometries on the vertical y-axis (right or left) that is centered between `x0` and `x1`.
|
|
28
28
|
* For example, if `x0` is 0 and `x1` is 10, all the `x` coordinates of the geometries will be flipped, or mirrored, on the vertical axis centered at `x = 5`.
|
|
29
29
|
*
|
|
30
|
-
* 
|
|
31
31
|
*
|
|
32
32
|
* @param x0 - The x-coordinate of the first geometry.
|
|
33
33
|
* @param x1 - The x-coordinate of the second geometry.
|
|
@@ -47,7 +47,7 @@ export default class Transformation {
|
|
|
47
47
|
* Flips all the `y` coordinates of geometries on the horizontal x-axis (up or down) that is centered between `y0` and `y1`.
|
|
48
48
|
* For example, if `y0` is 0 and `y1` is 10, all the `y` coordinates of the geometries will be flipped, or mirrored, on the horizontal axis centered at `y = 5`.
|
|
49
49
|
*
|
|
50
|
-
* 
|
|
51
51
|
*
|
|
52
52
|
* @param y0 - The y-coordinate of the first geometry.
|
|
53
53
|
* @param y1 - The y-coordinate of the second geometry.
|
|
@@ -95,7 +95,7 @@ export default class Transformation {
|
|
|
95
95
|
* Rotates the geometries by the specified angle in degrees around the point specified by the x and y coordinates.
|
|
96
96
|
* The point can be the center of the geometries or any other point.
|
|
97
97
|
*
|
|
98
|
-
* 
|
|
99
99
|
*
|
|
100
100
|
* @param angleInDegrees - The angle to rotate the geometries in degrees.
|
|
101
101
|
* @param rotationX - The x-coordinate of the point to rotate around.
|
|
@@ -110,7 +110,7 @@ export default class Transformation {
|
|
|
110
110
|
* Resizes the geometries by the specified scale factors defined by the x and y coordinates.
|
|
111
111
|
* The coordinates define how much scaling is applied to the geometries in the x and y directions.
|
|
112
112
|
*
|
|
113
|
-
* 
|
|
114
114
|
*
|
|
115
115
|
* @param x - The x-coordinate that defines the horizontal scale factor.
|
|
116
116
|
* @param y - The y-coordinate that defines the vertical scale factor.
|
|
@@ -135,7 +135,7 @@ export default class Transformation {
|
|
|
135
135
|
* This transformation preserves lines and parallelisms, however it may distort angles and distances.
|
|
136
136
|
* Applying this transformation will not change a geometry's area.
|
|
137
137
|
*
|
|
138
|
-
* 
|
|
139
139
|
*
|
|
140
140
|
* @param proportionX - The proportion to shear the geometry in the x direction.
|
|
141
141
|
* @param proportionY - The proportion to shear the geometry in the y direction.
|
|
@@ -148,7 +148,7 @@ export default class Transformation {
|
|
|
148
148
|
/**
|
|
149
149
|
* Shifts all the coordinates of the geometries by the distance and direction between the specified `x` and `y` coordinates and their current location. This operation does not change the size or shape of the geometries.
|
|
150
150
|
*
|
|
151
|
-
* 
|
|
152
152
|
*
|
|
153
153
|
* @param x - The x-coordinate to shift by.
|
|
154
154
|
* @param y - The y-coordinate to shift by.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* This operation can be performed only on geometries that have same dimension (e.g. points with points, lines with lines, polygons with polygons or envelopes, etc).
|
|
6
6
|
* Otherwise, the output will be the input geometry of the higher topological dimension.
|
|
7
7
|
*
|
|
8
|
-
* 
|
|
9
9
|
*
|
|
10
10
|
* @since 4.31
|
|
11
11
|
* @see [Wikipedia - Symmetric difference](https://en.wikipedia.org/wiki/Symmetric_difference)
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Perform a relational operation to determine if one 2D geometry touches another 2D geometry.
|
|
3
3
|
*
|
|
4
|
-
* 
|
|
5
5
|
*
|
|
6
6
|
* @since 4.31
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Perform a topological union (dissolve) operation on 2D geometries.
|
|
3
3
|
*
|
|
4
|
-
* 
|
|
5
5
|
*
|
|
6
6
|
* @since 4.31
|
|
7
7
|
*/
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* Geometry A can be non-simple geometry.
|
|
5
5
|
*
|
|
6
|
-
* 
|
|
7
7
|
*
|
|
8
8
|
* @since 4.31
|
|
9
9
|
*/
|
|
@@ -64,7 +64,7 @@ export interface MeshMaterialMetallicRoughnessProperties extends MeshMaterialPro
|
|
|
64
64
|
* In this image you can see how [metallic](https://developers.arcgis.com/javascript/latest/references/core/geometry/support/MeshMaterialMetallicRoughness/#metallic) and [roughness](https://developers.arcgis.com/javascript/latest/references/core/geometry/support/MeshMaterialMetallicRoughness/#roughness) property values influence the display
|
|
65
65
|
* of the material:
|
|
66
66
|
*
|
|
67
|
-
* <img src="https://developers.arcgis.com/javascript/latest/assets/references/core/geometry/mesh-metal-roughness.
|
|
67
|
+
* <img src="https://developers.arcgis.com/javascript/latest/assets/references/core/geometry/mesh-metal-roughness.avif" width="400"/>
|
|
68
68
|
*
|
|
69
69
|
* The [metallicRoughnessTexture](https://developers.arcgis.com/javascript/latest/references/core/geometry/support/MeshMaterialMetallicRoughness/#metallicRoughnessTexture) can be used to map specific metallic/roughness properties
|
|
70
70
|
* on different parts of the model.
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
/* COPYRIGHT Esri - https://js.arcgis.com/5.1/LICENSE.txt */
|
|
2
|
+
const o=[3855,31,14,540,18,735,2,19,23,80,19,261,3,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,80,1,1,1,1,1,3,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,30,2,12,18,1,1,1,1,1,1,1,1,1,1,1,1,1,67,189,1,1,46,1,1,1,1,1,1,1,1,1,170,1,1,1,278,1,1,1,1,1,1,3,46,1,1,221,530,1,204,1,47,1,7,125,5,2,2,47,1,1,72,6,8,3,71,1,1,1,36,139,38,1,90,1,76,241,15,1,150,40,23,7,219,115,10,19,5,8,1,15,32,16,38,1,2,1,1,1,1,1,1,1,1,1,1,49,7,13,179,1,12,3,3,3,3,6,40,1,201,4,223,1,39,159,3,1,1,128,1,1,1,62,1,1,1,1,1,13,23,54,7,1,28,62,23,137,18,9082,34,1,1,85565,1,1,1,96,1,1,1,1,86,1,1,1,1,1,1,1,1,1,9901,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1],t=[284,1,17,107,3,143],e=[10,1,13,1,1,1,12,1,6,1,18,1,4,1,49,1,11,1,1,7,5,1,15,3,29,1,2,1,1,1,5,1,13,2,24,1,6,2,1,1,7,6,3,3,280],r=["Meter","Foot","Foot_US","Foot_British_1936"],F=[1,.3048,.3048006096012192,.3048007491],_=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,2,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,2,2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,2,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0];export{e as directions,t as types,F as unitInMeters,r as unitStrings,_ as units,o as wkids};
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
/* COPYRIGHT Esri - https://js.arcgis.com/5.1/LICENSE.txt */
|
|
2
|
+
import{units as t,wkids as n,unitStrings as o,unitInMeters as r,directions as e,types as c}from"./vcsData.js";function s(t){const n=[];let o=0;for(const r of t){for(let t=0;t<r;t++)n.push(o);o=1-o}return n}function f(t){const n=[];let o=0;for(const r of t)o+=r,n.push(o);return n}function u(){const u=f(n),i=s(c),p=s(e),a=o.map((t,n)=>({name:t,conversionFactor:r[n]})),l=new Map;for(let n=0;n<u.length;n++){const o=0===i[n]?0:1,r=0===p[n]?0:1,e=a[t[n]];l.set(u[n],{type:o,direction:r,unit:e})}return l}const i=u();export{i as vcsLookup};
|
package/kernel.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
/* COPYRIGHT Esri - https://js.arcgis.com/5.1/LICENSE.txt */
|
|
2
|
-
import has from"./core/has.js";import{addQueryParameter as o}from"./core/urlUtils.js";export{buildDate,commitHash as revision}from"./support/revision.js";Symbol.dispose??=Symbol("Symbol.dispose"),Symbol.asyncDispose??=Symbol("Symbol.asyncDispose");const e="5.1";let s,r=e;function i(o){s=o}function t(e){const r=s?.findCredential(e);return r?.token?o(e,"token",r.token):e}r="5.1.0-next.
|
|
2
|
+
import has from"./core/has.js";import{addQueryParameter as o}from"./core/urlUtils.js";export{buildDate,commitHash as revision}from"./support/revision.js";Symbol.dispose??=Symbol("Symbol.dispose"),Symbol.asyncDispose??=Symbol("Symbol.asyncDispose");const e="5.1";let s,r=e;function i(o){s=o}function t(e){const r=s?.findCredential(e);return r?.token?o(e,"token",r.token):e}r="5.1.0-next.65",has("host-webworker")||globalThis.$arcgis||Object.defineProperty(globalThis,"$arcgis",{configurable:!1,enumerable:!0,writable:!1,value:{}}),has("host-webworker");export{t as addTokenParameter,r as fullVersion,s as id,i as setId,e as version};
|
|
@@ -82,7 +82,7 @@ export interface BuildingSceneLayerProperties extends LayerProperties, APIKeyMix
|
|
|
82
82
|
* from Building Information Modeling (BIM) projects. The data in a BuildingSceneLayer can represent
|
|
83
83
|
* walls, lighting fixtures, mechanical systems, furniture and so on.
|
|
84
84
|
*
|
|
85
|
-
* [](https://developers.arcgis.com/javascript/latest/sample-code/building-scene-layer-slice/)
|
|
86
86
|
*
|
|
87
87
|
* <span id="structure-building-scene-layer"></span>
|
|
88
88
|
* ## Structure of a BuildingSceneLayer
|
|
@@ -100,7 +100,7 @@ export interface BuildingSceneLayerProperties extends LayerProperties, APIKeyMix
|
|
|
100
100
|
*
|
|
101
101
|
* This helps to get a faster preview of the whole building without loading all interior features:
|
|
102
102
|
*
|
|
103
|
-
* 
|
|
104
104
|
*
|
|
105
105
|
* The BuildingSceneLayer also contains a Full Model [BuildingGroupSublayer](https://developers.arcgis.com/javascript/latest/references/core/layers/buildingSublayers/BuildingGroupSublayer/)
|
|
106
106
|
* with all the features in a building grouped by disciplines: Architectural, Structural, Electrical and Mechanical.
|
|
@@ -111,7 +111,7 @@ export interface BuildingSceneLayerProperties extends LayerProperties, APIKeyMix
|
|
|
111
111
|
* You can see this layer structure in the [LayerList](https://developers.arcgis.com/javascript/latest/references/core/widgets/LayerList/) of the
|
|
112
112
|
* [BuildingSceneLayer with Slice widget](https://developers.arcgis.com/javascript/latest/sample-code/building-scene-layer-slice/) sample:
|
|
113
113
|
*
|
|
114
|
-
* 
|
|
115
115
|
*
|
|
116
116
|
* </details>
|
|
117
117
|
*
|
|
@@ -141,7 +141,7 @@ export interface BuildingSceneLayerProperties extends LayerProperties, APIKeyMix
|
|
|
141
141
|
* For example the Doors sublayer can use a [UniqueValueRenderer](https://developers.arcgis.com/javascript/latest/references/core/renderers/UniqueValueRenderer/) to render all the interior doors that need
|
|
142
142
|
* replacement with a red color:
|
|
143
143
|
*
|
|
144
|
-
* [](https://developers.arcgis.com/javascript/latest/sample-code/building-scene-layer-slice/)
|
|
145
145
|
*
|
|
146
146
|
* <span id="filtering"></span>
|
|
147
147
|
* ## Filtering data
|
package/layers/CSVLayer.d.ts
CHANGED
|
@@ -840,11 +840,11 @@ export default class CSVLayer extends CSVLayerSuperclass {
|
|
|
840
840
|
*
|
|
841
841
|
* `layer.screenSizePerspectiveEnabled = true`
|
|
842
842
|
*
|
|
843
|
-
* 
|
|
844
844
|
*
|
|
845
845
|
* `layer.screenSizePerspectiveEnabled = false`
|
|
846
846
|
*
|
|
847
|
-
* 
|
|
848
848
|
*
|
|
849
849
|
* > [!WARNING]
|
|
850
850
|
* >
|
package/layers/CatalogLayer.d.ts
CHANGED
|
@@ -133,7 +133,7 @@ export interface CatalogLayerProperties extends LayerProperties, APIKeyMixinProp
|
|
|
133
133
|
* You can add, update, and maintain your own fields and values in the footprint layer. You cannot remove the `footprintLayer` from the CatalogLayer.
|
|
134
134
|
*
|
|
135
135
|
* <figure>
|
|
136
|
-
* <img src="https://developers.arcgis.com/javascript/latest/assets/references/core/layers/cataloglayer/catalog-layer.
|
|
136
|
+
* <img src="https://developers.arcgis.com/javascript/latest/assets/references/core/layers/cataloglayer/catalog-layer.avif" alt="footprint"/>
|
|
137
137
|
* <figcaption> This image shows CatalogLayer and its footprint layer legend in the CatalogLayerList.</figcaption>
|
|
138
138
|
* </figure>
|
|
139
139
|
*
|
|
@@ -151,7 +151,7 @@ export interface CatalogLayerProperties extends LayerProperties, APIKeyMixinProp
|
|
|
151
151
|
* you must add the layer to the map by calling [createLayerFromFootprint()](https://developers.arcgis.com/javascript/latest/references/core/layers/CatalogLayer/#createLayerFromFootprint) method on the parent [CatalogLayer](https://developers.arcgis.com/javascript/latest/references/core/layers/CatalogLayer/).
|
|
152
152
|
*
|
|
153
153
|
* <figure>
|
|
154
|
-
* <img src="https://developers.arcgis.com/javascript/latest/assets/references/core/layers/cataloglayer/dynamic-group-layer.
|
|
154
|
+
* <img src="https://developers.arcgis.com/javascript/latest/assets/references/core/layers/cataloglayer/dynamic-group-layer.avif" alt="dynamic"/>
|
|
155
155
|
* <figcaption> This image shows the sublayers of the CatalogDynamicGroupLayer visible on the map.</figcaption>
|
|
156
156
|
* </figure>
|
|
157
157
|
*
|
|
@@ -37,7 +37,7 @@ export interface FetchTileOptions extends AbortOptions {
|
|
|
37
37
|
* can be added to the map by setting the [map's ground](https://developers.arcgis.com/javascript/latest/references/core/Map/#ground) property to `world-elevation`.
|
|
38
38
|
*
|
|
39
39
|
*
|
|
40
|
-
* 
|
|
41
41
|
*
|
|
42
42
|
* Elevation layers are set in the [Ground.layers](https://developers.arcgis.com/javascript/latest/references/core/Ground/#layers) property of a
|
|
43
43
|
* [map's ground](https://developers.arcgis.com/javascript/latest/references/core/Map/#ground). They should not be added to the
|
package/layers/FeatureLayer.d.ts
CHANGED
|
@@ -1206,11 +1206,11 @@ export abstract class __FeatureLayerSansType extends FeatureLayerSuperclass {
|
|
|
1206
1206
|
*
|
|
1207
1207
|
* `layer.screenSizePerspectiveEnabled = true`
|
|
1208
1208
|
*
|
|
1209
|
-
* 
|
|
1210
1210
|
*
|
|
1211
1211
|
* `layer.screenSizePerspectiveEnabled = false`
|
|
1212
1212
|
*
|
|
1213
|
-
* 
|
|
1214
1214
|
*
|
|
1215
1215
|
* > [!WARNING]
|
|
1216
1216
|
* >
|
package/layers/GeoJSONLayer.d.ts
CHANGED
|
@@ -1116,11 +1116,11 @@ export default class GeoJSONLayer extends GeoJSONLayerSuperclass {
|
|
|
1116
1116
|
*
|
|
1117
1117
|
* `layer.screenSizePerspectiveEnabled = true`
|
|
1118
1118
|
*
|
|
1119
|
-
* 
|
|
1120
1120
|
*
|
|
1121
1121
|
* `layer.screenSizePerspectiveEnabled = false`
|
|
1122
1122
|
*
|
|
1123
|
-
* 
|
|
1124
1124
|
*
|
|
1125
1125
|
* > [!WARNING]
|
|
1126
1126
|
* >
|
package/layers/GeoRSSLayer.d.ts
CHANGED
|
@@ -60,7 +60,7 @@ export interface GeoRSSLayerProperties extends LayerProperties, ScaleRangeLayerP
|
|
|
60
60
|
* publicly accessible on the internet. If the GeoRSS files are behind the firewall you must to set the
|
|
61
61
|
* [esriConfig.geoRSSServiceUrl](https://developers.arcgis.com/javascript/latest/references/core/config/#Config-geoRSSServiceUrl) to your own utility service (requires ArcGIS Enterprise).
|
|
62
62
|
*
|
|
63
|
-
* [](https://developers.arcgis.com/javascript/latest/sample-code/layers-georss/)
|
|
64
64
|
*
|
|
65
65
|
* > [!WARNING]
|
|
66
66
|
* >
|