@arcgis/core 5.0.0-next.68 → 5.0.0-next.69
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/Ground.d.ts +3 -4
- package/WebDocument2D.d.ts +1 -1
- package/WebLinkChart.d.ts +2 -0
- package/analysis/ElevationProfile/ElevationProfileLineQuery.d.ts +3 -4
- package/analysis/types.d.ts +1 -0
- package/applications/Components/analysisUtils.d.ts +1 -3
- package/applications/Components/arcadeFeatureUtils.d.ts +1 -1
- package/applications/ExperienceBuilder/sketchUtils.d.ts +2 -2
- package/applications/KnowledgeStudio/reshape.d.ts +2 -2
- package/applications/SceneViewer/sceneViewerUtils.d.ts +11 -0
- package/applications/SceneViewer/sceneViewerUtils.js +1 -1
- package/assets/esri/core/libs/libtess/libtess-f32.wasm +0 -0
- package/assets/esri/core/libs/libtess/libtess-f64.wasm +0 -0
- package/assets/esri/core/workers/RemoteClient.js +1 -1
- package/assets/esri/core/workers/chunks/{c623918e289a09905cd1.js → 01d7542d85a453384cf1.js} +1 -1
- package/assets/esri/core/workers/chunks/{168ec8fca2702617a543.js → 09dfec3e097ebbef6a89.js} +1 -1
- package/assets/esri/core/workers/chunks/{794960ec36e11f4416c2.js → 1d1e25bb61eeeee8ee94.js} +1 -1
- package/assets/esri/core/workers/chunks/2e2c47f8a80ee9234350.js +1 -0
- package/assets/esri/core/workers/chunks/{b2a1e5e9182b643909eb.js → 4c04c54330b693892cfc.js} +47 -49
- package/assets/esri/core/workers/chunks/563933a84fc9b0e021f6.js +1 -0
- package/assets/esri/core/workers/chunks/58b3a776ef129f7f86dc.js +1 -0
- package/assets/esri/core/workers/chunks/58e8d41dcc450e6427c9.js +1 -0
- package/assets/esri/core/workers/chunks/6c9dac4a869742cc2718.js +1 -0
- package/assets/esri/core/workers/chunks/{e5aac523c37d906eece6.js → 827277e5da652bcecaf2.js} +1 -1
- package/assets/esri/core/workers/chunks/9f34cf024231f574009c.js +1 -0
- package/assets/esri/core/workers/chunks/a10c6dd3bb8b3602de68.js +1 -0
- package/assets/esri/core/workers/chunks/a64cd02ca959d511101c.js +1 -0
- package/assets/esri/core/workers/chunks/{0f8149fdcf0adeca268e.js → b28e0b89603d8b03f9e1.js} +1 -1
- package/assets/esri/core/workers/chunks/b5e4a36784d598ae6679.js +1 -0
- package/assets/esri/core/workers/chunks/{204d738c8b651314ae64.js → b899b4e7979c13b99526.js} +1 -1
- package/assets/esri/core/workers/chunks/bf05164b7a3e4f31e9db.js +1 -0
- package/assets/esri/core/workers/chunks/d0ae8752419d5b761190.js +1 -0
- package/assets/esri/core/workers/chunks/dbfb00fb28b8b9f687a1.js +1 -0
- package/assets/esri/core/workers/chunks/e071b912539304564b69.js +1 -0
- package/assets/esri/core/workers/chunks/{ab71865b94022e78035c.js → f92845eb7df1804fcd6d.js} +1 -1
- package/assets/esri/themes/base/widgets/_BatchAttributeForm.scss +108 -0
- package/assets/esri/themes/dark/main.css +1 -1
- package/assets/esri/themes/light/main.css +1 -1
- package/assets/esri/themes/light/view.css +1 -1
- package/chunks/GaussianSplat.glsl.js +2 -2
- package/chunks/GaussianSplatDepthComposition.glsl.js +4 -5
- package/chunks/HUDMaterial.glsl.js +45 -47
- package/chunks/LineMarker.glsl.js +33 -34
- package/chunks/PointRenderer.glsl.js +6 -6
- package/chunks/RibbonLine.glsl.js +62 -54
- package/chunks/libtess-f32.js +1 -1
- package/chunks/libtess-f64.js +1 -1
- package/config.js +1 -1
- package/core/Collection.d.ts +3 -2
- package/core/Identifiable.d.ts +1 -3
- package/core/accessorSupport/types.d.ts +0 -8
- package/core/promiseUtils.d.ts +1 -1
- package/core/reactiveUtils.d.ts +2 -2
- package/core/units.d.ts +8 -2
- package/geometry/HeightModelInfo.d.ts +3 -3
- package/geometry/SpatialReference.d.ts +2 -2
- package/geometry/libtess.js +1 -1
- package/geometry/support/meshUtils/types.d.ts +2 -2
- package/geometry/types.d.ts +2 -0
- package/identity/IdentityManagerBase.d.ts +4 -4
- package/interfaces.d.ts +2937 -2954
- package/kernel.js +1 -1
- package/layers/BaseElevationLayer.d.ts +3 -4
- package/layers/ElevationLayer.d.ts +3 -4
- package/layers/FeatureLayer.d.ts +12 -11
- package/layers/FeatureLayer.js +1 -1
- package/layers/GroupLayer.d.ts +3 -3
- package/layers/ImageryLayer.d.ts +3 -3
- package/layers/ImageryTileLayer.d.ts +3 -4
- package/layers/Layer.d.ts +4 -4
- package/layers/LineOfSightLayer.d.ts +1 -1
- package/layers/LinkChartLayer.js +1 -1
- package/layers/MapImageLayer.d.ts +7 -8
- package/layers/MediaLayer.d.ts +3 -3
- package/layers/OrientedImageryLayer.d.ts +3 -3
- package/layers/ParquetLayer.d.ts +1 -1
- package/layers/ParquetLayer.js +1 -1
- package/layers/RouteLayer.d.ts +2 -3
- package/layers/SceneLayer.d.ts +167 -3
- package/layers/SceneLayer.js +1 -1
- package/layers/StreamLayer.d.ts +3 -3
- package/layers/SubtypeGroupLayer.d.ts +3 -3
- package/layers/WCSLayer.d.ts +3 -3
- package/layers/graphics/sources/ParquetSource.d.ts +1 -1
- package/layers/graphics/sources/support/QueryTask.js +1 -1
- package/layers/mixins/SceneService.d.ts +2 -2
- package/layers/orientedImagery/queries.js +1 -1
- package/layers/orientedImagery/transformations/imageToWorld.d.ts +2 -2
- package/layers/orientedImagery/transformations/types.d.ts +1 -1
- package/layers/raster/datasets/pixelReader.d.ts +1 -7
- package/layers/raster/functions/creators/createBandIndexFunctions.d.ts +29 -29
- package/layers/support/BuildingFilterMode.d.ts +3 -1
- package/layers/support/BuildingFilterMode.js +1 -1
- package/layers/support/BuildingFilterModeSolid.js +1 -1
- package/layers/support/BuildingFilterModeWireFrame.js +1 -1
- package/layers/support/BuildingFilterModeXRay.js +1 -1
- package/layers/support/CodedValue.d.ts +1 -1
- package/layers/support/ControlPoint.d.ts +6 -20
- package/layers/support/ControlPointsGeoreference.d.ts +2 -1
- package/layers/support/ElevationSampler.d.ts +2 -2
- package/layers/support/FeatureReductionBinning.d.ts +4 -4
- package/layers/support/FeatureReductionBinning.js +1 -1
- package/layers/support/FeatureReductionSelection.d.ts +3 -3
- package/layers/support/FeatureReductionSelection.js +1 -1
- package/layers/support/Field.d.ts +1 -2
- package/layers/support/ParquetGeometryEncodingLocation.d.ts +6 -4
- package/layers/support/ParquetGeometryEncodingLocation.js +1 -1
- package/layers/support/ParquetGeometryEncodingWkb.d.ts +6 -4
- package/layers/support/ParquetGeometryEncodingWkb.js +1 -1
- package/layers/support/PixelBlock.d.ts +11 -3
- package/layers/support/RangeDomain.d.ts +2 -1
- package/layers/support/SceneServiceTimeInfo.js +5 -0
- package/layers/support/SpriteSource.d.ts +1 -0
- package/layers/support/Sublayer.d.ts +17 -16
- package/layers/support/Sublayer.js +1 -1
- package/layers/support/featureReductionUtils.js +1 -1
- package/layers/support/rasterFunctionUtils.d.ts +30 -30
- package/layers/support/types.d.ts +101 -1
- package/layers/types.d.ts +12 -1
- package/layers/wms/types.d.ts +0 -4
- package/networks/CircuitManager.d.ts +5 -5
- package/networks/Network.d.ts +5 -5
- package/networks/UtilityNetwork.d.ts +2 -2
- package/package.json +2 -2
- package/popup/content/types.d.ts +1 -3
- package/portal/PortalItem.d.ts +8 -8
- package/portal/PortalItemResource.d.ts +2 -2
- package/portal/PortalUser.d.ts +3 -3
- package/portal/support/resourceUtils.d.ts +3 -3
- package/portal/types.d.ts +6 -6
- package/renderers/support/pointCloud/types.d.ts +1 -0
- package/renderers/support/raster/types.d.ts +1 -0
- package/renderers/types.d.ts +2 -0
- package/rest/knowledgeGraph/wasmInterface/WasmDataModelWrapperInterfaces.d.ts +0 -2
- package/rest/layerSources/DynamicDataLayer.d.ts +102 -0
- package/rest/layerSources/DynamicDataLayer.js +5 -0
- package/{layers/support/source/MapLayerSource.d.ts → rest/layerSources/DynamicMapLayer.d.ts} +4 -4
- package/rest/layerSources/DynamicMapLayer.js +5 -0
- package/rest/layerSources/JoinTableDataSource.d.ts +75 -0
- package/rest/layerSources/JoinTableDataSource.js +5 -0
- package/{layers/support/source → rest/layerSources}/QueryTableDataSource.d.ts +8 -7
- package/rest/layerSources/QueryTableDataSource.js +5 -0
- package/{layers/support/source → rest/layerSources}/RasterDataSource.d.ts +2 -2
- package/rest/layerSources/RasterDataSource.js +5 -0
- package/{layers/support/source → rest/layerSources}/TableDataSource.d.ts +2 -2
- package/rest/layerSources/TableDataSource.js +5 -0
- package/rest/layerSources/utils.js +5 -0
- package/rest/print.js +1 -1
- package/rest/query/executeQuery.js +1 -1
- package/rest/support/Query.js +1 -1
- package/rest/support/RelationshipQuery.js +1 -1
- package/rest/support/types.d.ts +0 -4
- package/smartMapping/heuristics/binLevel.d.ts +2 -2
- package/smartMapping/heuristics/scaleRange.d.ts +2 -2
- package/smartMapping/heuristics/sizeRange.d.ts +2 -2
- package/smartMapping/heuristics/types.d.ts +3 -3
- package/smartMapping/labels/bins.d.ts +2 -2
- package/smartMapping/labels/clusters.d.ts +2 -2
- package/smartMapping/renderers/color.d.ts +14 -14
- package/smartMapping/renderers/dotDensity.d.ts +2 -2
- package/smartMapping/renderers/heatmap.d.ts +4 -4
- package/smartMapping/renderers/location.d.ts +2 -2
- package/smartMapping/renderers/opacity.d.ts +2 -2
- package/smartMapping/renderers/pieChart.d.ts +4 -4
- package/smartMapping/renderers/predominance.d.ts +2 -2
- package/smartMapping/renderers/relationship.d.ts +4 -4
- package/smartMapping/renderers/size.d.ts +15 -15
- package/smartMapping/renderers/support/rendererUtils.d.ts +2 -2
- package/smartMapping/renderers/type.d.ts +4 -4
- package/smartMapping/renderers/univariateColorSize.d.ts +4 -4
- package/smartMapping/statistics/classBreaks.d.ts +2 -2
- package/smartMapping/statistics/heatmapStatistics.d.ts +2 -2
- package/smartMapping/statistics/histogram.d.ts +2 -2
- package/smartMapping/statistics/predominantCategories.d.ts +2 -2
- package/smartMapping/statistics/summaryStatistics.d.ts +2 -2
- package/smartMapping/statistics/summaryStatisticsForAge.d.ts +2 -2
- package/smartMapping/statistics/support/ageUtils.d.ts +2 -2
- package/smartMapping/statistics/types.d.ts +7 -7
- package/smartMapping/statistics/uniqueValues.d.ts +2 -2
- package/smartMapping/symbology/color.d.ts +8 -8
- package/smartMapping/symbology/dotDensity.d.ts +6 -6
- package/smartMapping/symbology/flow.d.ts +6 -6
- package/smartMapping/symbology/heatmap.d.ts +6 -6
- package/smartMapping/symbology/location.d.ts +2 -2
- package/smartMapping/symbology/pieChart.d.ts +6 -6
- package/smartMapping/symbology/predominance.d.ts +6 -6
- package/smartMapping/symbology/relationship.d.ts +6 -6
- package/smartMapping/symbology/size.d.ts +2 -2
- package/smartMapping/symbology/support/colorRamps.d.ts +2 -2
- package/smartMapping/symbology/type.d.ts +6 -6
- package/support/popupUtils.d.ts +2 -2
- package/support/revision.js +1 -1
- package/symbols/LineSymbol3D.d.ts +2 -2
- package/symbols/PointSymbol3D.d.ts +2 -2
- package/symbols/PolygonSymbol3D.d.ts +2 -2
- package/symbols/patterns/LinePattern3D.d.ts +8 -0
- package/symbols/patterns/LineStylePattern3D.d.ts +1 -2
- package/symbols/patterns/Pattern3D.d.ts +9 -0
- package/symbols/patterns/StylePattern3D.d.ts +1 -2
- package/symbols/types.d.ts +7 -0
- package/unionTypes.d.ts +13 -13
- package/views/2d/analysis/types.d.ts +1 -0
- package/views/2d/engine/vectorTiles/shaders/sources/shaderRepository.js +1 -1
- package/views/2d/engine/webgl/shaders/sources/shaderRepository.js +1 -1
- package/views/2d/layers/BaseLayerView2D.d.ts +0 -5
- package/views/2d/layers/FeatureLayerView2D.js +1 -1
- package/views/2d/layers/StreamLayerView2D.js +1 -1
- package/views/2d/layers/features/Processor.js +1 -1
- package/views/2d/layers/support/MediaLayerInteractionOptions.js +1 -1
- package/views/3d/analysis/LineOfSightAnalysisView3D.d.ts +0 -2
- package/views/3d/analysis/types.d.ts +1 -0
- package/views/3d/environment/SunLighting.d.ts +1 -3
- package/views/3d/layers/GaussianSplatLayerView3D.js +1 -1
- package/views/3d/layers/support/MediaLayerInteractionOptions.d.ts +4 -0
- package/views/3d/support/QualityProfile.js +1 -1
- package/views/3d/support/QualitySettings.js +1 -1
- package/views/3d/support/gaussianSplatting/GaussianSplatDataStore.js +1 -1
- package/views/3d/support/gaussianSplatting/GaussianSplatFadeTexture.js +1 -1
- package/views/3d/webgl-engine/collections/Component/Transform.js +1 -1
- package/views/3d/webgl-engine/core/shaderLibrary/shading/PositionOutsideClipSpace.js +5 -0
- package/views/3d/webgl-engine/lib/GaussianSplatRenderNode.js +1 -1
- package/views/3d/webgl-engine/lib/LocalOriginManager.js +1 -1
- package/views/3d/webgl-engine/lib/edgeRendering/EdgeRenderer.js +1 -1
- package/views/3d/webgl-engine/lib/edgeRendering/EdgeView.js +1 -1
- package/views/3d/webgl-engine/lib/edgeRendering/LegacyTransform.js +5 -0
- package/views/3d/webgl-engine/shaders/GaussianSplat.glsl.js +1 -1
- package/views/3d/webgl-engine/shaders/GaussianSplatTechniqueConfiguration.js +1 -1
- package/views/3d/webgl-engine/shaders/HUDMaterial.glsl.js +1 -1
- package/views/3d/webgl-engine/shaders/LineMarker.glsl.js +1 -1
- package/views/3d/webgl-engine/shaders/PointRenderer.glsl.js +1 -1
- package/views/3d/webgl-engine/shaders/RibbonLine.glsl.js +1 -1
- package/views/SceneView.js +1 -1
- package/views/View.js +1 -1
- package/views/View2D.js +1 -1
- package/views/analysis/types.d.ts +4 -0
- package/views/input/types.d.ts +2 -4
- package/views/interactive/snapping/featureSources/featureServiceSource/FeatureServiceTiledFetcher.js +1 -1
- package/views/layers/CatalogLayerView.d.ts +1 -4
- package/views/layers/DimensionLayerView.d.ts +4 -6
- package/views/layers/DimensionLayerViewMixin.d.ts +0 -97
- package/views/layers/LineOfSightLayerView.d.ts +4 -6
- package/views/layers/LineOfSightLayerViewMixin.d.ts +0 -77
- package/views/layers/StreamLayerView.d.ts +31 -2
- package/views/support/WebAssemblyRequirements.js +5 -0
- package/views/support/WebGLRequirements.js +1 -1
- package/webdoc/support/SlideThumbnail.d.ts +6 -3
- package/webdoc/support/SlideThumbnail.js +1 -1
- package/webscene/spec-certification/api.js +1 -1
- package/widgets/AreaMeasurement2D/AreaMeasurement2DViewModel.d.ts +2 -2
- package/widgets/AreaMeasurement2D/AreaMeasurement2DViewModel.js +1 -1
- package/widgets/AreaMeasurement3D/AreaMeasurement3DViewModel.d.ts +2 -2
- package/widgets/AreaMeasurement3D/AreaMeasurement3DViewModel.js +1 -1
- package/widgets/BatchAttributeForm/inputs/InputBase.js +1 -1
- package/widgets/BatchAttributeForm/inputs/TextElementInput.d.ts +7 -0
- package/widgets/BatchAttributeForm/inputs/TextElementInput.js +1 -1
- package/widgets/BatchAttributeForm/inputs/support/textInputElementUtils.js +5 -0
- package/widgets/BatchAttributeForm/templates/TextElementTemplate.js +1 -1
- package/widgets/BatchAttributeForm/templates/support/createBatchFormTemplate.js +1 -1
- package/widgets/BatchAttributeForm/templates/support/hashElementTemplate.js +1 -1
- package/widgets/BatchAttributeForm.js +1 -1
- package/widgets/DirectLineMeasurement3D/DirectLineMeasurement3DViewModel.d.ts +2 -2
- package/widgets/DirectLineMeasurement3D/DirectLineMeasurement3DViewModel.js +1 -1
- package/widgets/Directions/DirectionsViewModel.d.ts +20 -4
- package/widgets/Directions/DirectionsViewModel.js +1 -1
- package/widgets/Directions.d.ts +2 -3
- package/widgets/DistanceMeasurement2D/DistanceMeasurement2DViewModel.d.ts +2 -2
- package/widgets/DistanceMeasurement2D/DistanceMeasurement2DViewModel.js +1 -1
- package/widgets/Editor/EditorViewModel.d.ts +2 -2
- package/widgets/Editor.d.ts +2 -2
- package/widgets/ElevationProfile/support/HoveredPoints.js +1 -1
- package/widgets/ElevationProfile/types.d.ts +3 -4
- package/widgets/Feature/support/arcadeFeatureUtils.js +1 -1
- package/widgets/Feature/types.d.ts +1 -5
- package/widgets/FeatureTable/Grid/types.d.ts +0 -2
- package/widgets/FeatureTable/support/types.d.ts +8 -8
- package/widgets/Features/FeaturesViewModel.d.ts +3 -3
- package/widgets/Features/FeaturesViewModel.js +1 -1
- package/widgets/LineOfSight/LineOfSightViewModel.d.ts +2 -2
- package/widgets/LineOfSight/LineOfSightViewModel.js +1 -1
- package/widgets/OrientedImageryViewer/navigation/queries.js +1 -1
- package/widgets/Popup/types.d.ts +0 -2
- package/widgets/ShadowCast/ShadowCastVisibleElements.d.ts +2 -0
- package/widgets/Sketch/SketchViewModel.js +1 -1
- package/widgets/Sketch/types.d.ts +2 -2
- package/widgets/Slice/SliceViewModel.d.ts +2 -2
- package/widgets/Slice/SliceViewModel.js +1 -1
- package/widgets/Spinner/SpinnerViewModel.js +1 -1
- package/widgets/support/AnalysisViewModelMixin.js +5 -0
- package/widgets/support/AnchorElementViewModel.js +1 -1
- package/widgets/support/InteractiveToolViewModelMixin.js +5 -0
- package/assets/esri/core/workers/chunks/3c3d311b88f5400951ef.js +0 -1
- package/assets/esri/core/workers/chunks/4a060147d25929680ec8.js +0 -1
- package/assets/esri/core/workers/chunks/4d0eaeb4cd6cd55e25fd.js +0 -1
- package/assets/esri/core/workers/chunks/61801bb8c7be8fe77086.js +0 -1
- package/assets/esri/core/workers/chunks/62b28f73f814413c10fc.js +0 -1
- package/assets/esri/core/workers/chunks/6925f09d44cc38480d53.js +0 -1
- package/assets/esri/core/workers/chunks/98f4b44eca91c42ca08e.js +0 -1
- package/assets/esri/core/workers/chunks/990341f7c47bd656c782.js +0 -1
- package/assets/esri/core/workers/chunks/ba7f57788847cc0f68df.js +0 -1
- package/assets/esri/core/workers/chunks/bf06250be7a7a36306b1.js +0 -1
- package/assets/esri/core/workers/chunks/cd2708fb7636b3ace229.js +0 -1
- package/assets/esri/core/workers/chunks/f7d93aae350796b88562.js +0 -1
- package/assets/esri/core/workers/chunks/f95e488d2b86e320624f.js +0 -1
- package/layers/mixins/TemporalSceneLayer.d.ts +0 -177
- package/layers/mixins/TemporalSceneLayer.js +0 -5
- package/layers/mixins/properties/ILayerWithSave.d.ts +0 -11
- package/layers/support/ContingencyConstraintViolation.d.ts +0 -2
- package/layers/support/ContingentValue.d.ts +0 -2
- package/layers/support/ContingentValuesResult.d.ts +0 -2
- package/layers/support/ElevationQuery.d.ts +0 -35
- package/layers/support/ElevationQueryContext.d.ts +0 -37
- package/layers/support/FeatureReduction.d.ts +0 -3
- package/layers/support/FeatureReduction.js +0 -5
- package/layers/support/FieldGroup.d.ts +0 -2
- package/layers/support/FieldValueType.d.ts +0 -2
- package/layers/support/I3SLayer.d.ts +0 -9
- package/layers/support/ParquetGeometryEncodingBase.d.ts +0 -9
- package/layers/support/ParquetGeometryEncodingBase.js +0 -5
- package/layers/support/SimpleBandStatistics.d.ts +0 -10
- package/layers/support/source/DataLayerSource.d.ts +0 -171
- package/layers/support/source/DataLayerSource.js +0 -5
- package/layers/support/source/MapLayerSource.js +0 -5
- package/layers/support/source/QueryTableDataSource.js +0 -5
- package/layers/support/source/RasterDataSource.js +0 -5
- package/layers/support/source/TableDataSource.js +0 -5
- package/layers/support/source/types.d.ts +0 -4
- package/views/2d/layers/features/FeaturePipelineWorkerProxy.d.ts +0 -32
- package/views/3d/webgl-engine/shaders/GaussianSplatColorTechnique.js +0 -5
- package/views/3d/webgl-engine/shaders/GaussianSplatCompositionTechniqueConfiguration.js +0 -5
- package/views/3d/webgl-engine/shaders/GaussianSplatDepthTechnique.js +0 -5
- package/widgets/support/AnalysisViewModel.d.ts +0 -5
- package/widgets/support/AnalysisViewModel.js +0 -5
- package/widgets/support/AnchorElementViewModel.d.ts +0 -3
- package/widgets/support/InteractiveToolViewModel.d.ts +0 -4
- package/widgets/support/InteractiveToolViewModel.js +0 -5
- /package/webdoc/support/{thumbnailUtils.d.ts → types.d.ts} +0 -0
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
All material copyright Esri, All Rights Reserved, unless otherwise specified.
|
|
3
|
-
See https://js.arcgis.com/5.0/esri/copyright.txt for details.
|
|
4
|
-
*/
|
|
5
|
-
import{__decorate as r}from"tslib";import{JSONSupport as e}from"../../core/JSONSupport.js";import{property as t,subclass as o}from"../../core/accessorSupport/decorators.js";let s=class extends e{constructor(){super(...arguments),this.type=null}};r([t({type:["selection","cluster","binning"],readOnly:!0,json:{read:!1,write:!0}})],s.prototype,"type",void 0),s=r([o("esri.layers.support.FeatureReduction")],s);export{s as default};
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
export type FieldValueType = "binary" | "coordinate" | "count-or-amount" | "currency" | "date-and-time" | "description" | "email-address" | "location-or-place-name" | "measurement" | "name-or-title" | "none" | "ordered-or-ranked" | "percentage-or-ratio" | "phone-number" | "type-or-category" | "unique-identifier";
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import type ParquetGeometryEncodingLocation from "./ParquetGeometryEncodingLocation.js";
|
|
2
|
-
import type ParquetGeometryEncodingWkb from "./ParquetGeometryEncodingWkb.js";
|
|
3
|
-
import type { ClonableMixin } from "../../core/Clonable.js";
|
|
4
|
-
import type { JSONSupport } from "../../core/JSONSupport.js";
|
|
5
|
-
|
|
6
|
-
export default abstract class ParquetGeometryEncodingBase extends ParquetGeometryEncodingBaseSuperclass {}
|
|
7
|
-
declare const ParquetGeometryEncodingBaseSuperclass: typeof JSONSupport & typeof ClonableMixin
|
|
8
|
-
|
|
9
|
-
export type ParquetGeometryEncodingUnion = ParquetGeometryEncodingWkb | ParquetGeometryEncodingLocation;
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
All material copyright Esri, All Rights Reserved, unless otherwise specified.
|
|
3
|
-
See https://js.arcgis.com/5.0/esri/copyright.txt for details.
|
|
4
|
-
*/
|
|
5
|
-
import{__decorate as o}from"tslib";import{ClonableMixin as r}from"../../core/Clonable.js";import{JSONSupport as e}from"../../core/JSONSupport.js";import{property as t,subclass as s}from"../../core/accessorSupport/decorators.js";let p=class extends(r(e)){constructor(o){super(o),this.type=null}};o([t({type:["wkb","location"],nonNullable:!0,readOnly:!0,json:{read:!1,write:{isRequired:!0}}})],p.prototype,"type",void 0),p=o([s("esri.layers.support.ParquetGeometryEncodingBase")],p);export{p as default};
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
export default class SimpleBandStatistics {
|
|
3
|
-
constructor(minValue?: number, maxValue?: number, noDataValue?: number | null | undefined);
|
|
4
|
-
/** The maximum pixel value in the {@link layers/support/SimpleBandStatistics#pixels} array. */
|
|
5
|
-
maxValue: number;
|
|
6
|
-
/** The minimum pixel value in the {@link layers/support/SimpleBandStatistics#pixels} array. */
|
|
7
|
-
minValue: number;
|
|
8
|
-
/** Value representing areas of no data. */
|
|
9
|
-
noDataValue?: number | null;
|
|
10
|
-
}
|
|
@@ -1,171 +0,0 @@
|
|
|
1
|
-
import type Field from "../Field.js";
|
|
2
|
-
import type QueryTableDataSource from "./QueryTableDataSource.js";
|
|
3
|
-
import type RasterDataSource from "./RasterDataSource.js";
|
|
4
|
-
import type TableDataSource from "./TableDataSource.js";
|
|
5
|
-
import type { JSONSupport, JSONSupportMixinProperties } from "../../../core/JSONSupport.js";
|
|
6
|
-
import type { LayerSource } from "./types.js";
|
|
7
|
-
import type { FieldProperties } from "../Field.js";
|
|
8
|
-
import type { TableDataSourceProperties } from "./TableDataSource.js";
|
|
9
|
-
import type { RasterDataSourceProperties } from "./RasterDataSource.js";
|
|
10
|
-
import type { QueryTableDataSourceProperties } from "./QueryTableDataSource.js";
|
|
11
|
-
|
|
12
|
-
export interface DataLayerSourceProperties extends JSONSupportMixinProperties {
|
|
13
|
-
/**
|
|
14
|
-
* A table,
|
|
15
|
-
* feature class, or raster that resides in a registered workspace (either a folder or geodatabase).
|
|
16
|
-
* The data sources are not visible in the Services Directory by default. They may be viewed, published, and configured using
|
|
17
|
-
* the ArcGIS Server Manager.
|
|
18
|
-
*/
|
|
19
|
-
dataSource?: JoinTableDataSource | (QueryTableDataSourceProperties & { type: "query-table" }) | (RasterDataSourceProperties & { type: "raster" }) | (TableDataSourceProperties & { type: "table" });
|
|
20
|
-
/**
|
|
21
|
-
* Controls field visibility in the layer. Only specified fields will be visible.
|
|
22
|
-
* If `null`, all fields are visible in the dynamic layer. The specification for a field object is
|
|
23
|
-
* provided below.
|
|
24
|
-
*/
|
|
25
|
-
fields?: FieldProperties[];
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
export type JoinType = "left-inner-join" | "left-outer-join";
|
|
29
|
-
|
|
30
|
-
/**
|
|
31
|
-
* The result of an on-the-fly join operation at runtime. Nested joins are supported.
|
|
32
|
-
* To use nested joins, set either `leftTableSource` or `rightTableSource` to `join-table`.
|
|
33
|
-
*
|
|
34
|
-
* @see [Sample - MapImageLayer: dynamic data layer with table join](https://developers.arcgis.com/javascript/latest/sample-code/layers-dynamicdatalayer-table-join/)
|
|
35
|
-
* @see [ArcGIS REST API - Data source object](https://developers.arcgis.com/documentation/common-data-types/data-source-object.htm)
|
|
36
|
-
* @example
|
|
37
|
-
* let layer = new MapImageLayer({
|
|
38
|
-
* url: "https://sampleserver6.arcgisonline.com/arcgis/rest/services/Census/MapServer",
|
|
39
|
-
* sublayers: [{
|
|
40
|
-
* id: 0,
|
|
41
|
-
* renderer: renderer,
|
|
42
|
-
* opacity: 0.9,
|
|
43
|
-
* source: {
|
|
44
|
-
* type: "data-layer",
|
|
45
|
-
* dataSource: {
|
|
46
|
-
* type: "join-table",
|
|
47
|
-
* leftTableSource: {
|
|
48
|
-
* type: "map-layer",
|
|
49
|
-
* mapLayerId: 3
|
|
50
|
-
* },
|
|
51
|
-
* rightTableSource: {
|
|
52
|
-
* type: "data-layer",
|
|
53
|
-
* dataSource: {
|
|
54
|
-
* type: "table",
|
|
55
|
-
* workspaceId: "CensusFileGDBWorkspaceID",
|
|
56
|
-
* dataSourceName: "ancestry"
|
|
57
|
-
* }
|
|
58
|
-
* },
|
|
59
|
-
* leftTableKey: "STATE_NAME",
|
|
60
|
-
* rightTableKey: "State",
|
|
61
|
-
* joinType: "left-outer-join"
|
|
62
|
-
* }
|
|
63
|
-
* }
|
|
64
|
-
* }]
|
|
65
|
-
* });
|
|
66
|
-
*/
|
|
67
|
-
export interface JoinTableDataSource {
|
|
68
|
-
/**
|
|
69
|
-
* The type of join that will be performed.
|
|
70
|
-
*
|
|
71
|
-
* Possible Value | Description
|
|
72
|
-
* ---------------|------------
|
|
73
|
-
* left-outer-join | Unmatched records in the left table source are preserved and joined with `null` values in the right table source.
|
|
74
|
-
* left-inner-join | Records in the left table source are discarded if they are unmatched with records in the right table source.
|
|
75
|
-
*/
|
|
76
|
-
joinType: JoinType;
|
|
77
|
-
/**
|
|
78
|
-
* The field name used for joining or matching records in the left table to
|
|
79
|
-
* records in the right table.
|
|
80
|
-
*/
|
|
81
|
-
leftTableKey: string;
|
|
82
|
-
/** The left table for joining to the right table source. This can either be a dynamic map layer or a dynamic data layer. The dynamic data layer may contain another join data source used for nested joining. */
|
|
83
|
-
leftTableSource: LayerSource;
|
|
84
|
-
/**
|
|
85
|
-
* The field name used for joining or matching records in the right table
|
|
86
|
-
* to records in the left table.
|
|
87
|
-
*/
|
|
88
|
-
rightTableKey: string;
|
|
89
|
-
/** The right table for joining to the left table source. This can either be a dynamic map layer or a dynamic data layer. The dynamic data layer may contain another join data source used for nested joining. */
|
|
90
|
-
rightTableSource: LayerSource;
|
|
91
|
-
/**
|
|
92
|
-
* This value is always `join-table` and is inferred when other
|
|
93
|
-
* join table properties of this object are set.
|
|
94
|
-
*/
|
|
95
|
-
readonly type: "join-table";
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
/**
|
|
99
|
-
* A dynamic data layer is a layer created on-the-fly with data stored in a
|
|
100
|
-
* [registered workspace](https://enterprise.arcgis.com/en/server/latest/manage-data/windows/overview-register-data-with-arcgis-server.htm). This is data that can be rendered and queried on the fly,
|
|
101
|
-
* but that isn't explicitly exposed as a service sublayer.
|
|
102
|
-
* Depending on the type of data source, these layers are classified as
|
|
103
|
-
* one of the following:
|
|
104
|
-
*
|
|
105
|
-
* Data source | Description
|
|
106
|
-
* ------------|------------
|
|
107
|
-
* [TableDataSource](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-source-TableDataSource.html) | A feature class with geometries or table without geometries. When a table data source does not contain geometries, it may be used as one of the sources in a [join operation](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-source-DataLayerSource.html#JoinTableDataSource). Feature class tables may be used on their own since they contain a geometry field.
|
|
108
|
-
* [QueryTableDataSource](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-source-QueryTableDataSource.html) | A feature class or table that may be queried on the fly with a SQL where clause. This data source is useful for scenarios where you have a table containing unique geometries and another table with multiple records that match to each geometry. You can use the QueryTableDataSource to select only a subset of those matching records (so records in both tables have a one-to-one relationship with each other) and join them to the table with geometries.
|
|
109
|
-
* [RasterDataSource](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-source-RasterDataSource.html) | A raster dataset used for visualization purposes only.
|
|
110
|
-
* [JoinTableDataSource](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-source-DataLayerSource.html#JoinTableDataSource) | This data source consists of two data sources joined by a common attribute or key. The left table data source typically contains geometries, while the right source may be a table or query table without geometries.
|
|
111
|
-
*
|
|
112
|
-
* @see [Sample - MapImageLayer: toggle sublayer visibility](https://developers.arcgis.com/javascript/latest/sample-code/layers-mapimagelayer-sublayers/)
|
|
113
|
-
* @see [Sample - MapImageLayer: dynamic data layer with table join](https://developers.arcgis.com/javascript/latest/sample-code/layers-dynamicdatalayer-table-join/)
|
|
114
|
-
* @see [Sample - MapImageLayer: dynamic data layer with query table](https://developers.arcgis.com/javascript/latest/sample-code/layers-dynamicdatalayer-query-table/)
|
|
115
|
-
* @see [Sample - MapImageLayer: raster data source](https://developers.arcgis.com/javascript/latest/sample-code/layers-dynamicdatalayer-raster/)
|
|
116
|
-
* @see [ArcGIS REST API - Layer source object](https://developers.arcgis.com/documentation/common-data-types/layer-source-object.htm)
|
|
117
|
-
* @example
|
|
118
|
-
* let layer = new MapImageLayer({
|
|
119
|
-
* url: "https://sampleserver6.arcgisonline.com/arcgis/rest/services/Census/MapServer",
|
|
120
|
-
* sublayers: [{
|
|
121
|
-
* id: 0,
|
|
122
|
-
* renderer: renderer,
|
|
123
|
-
* opacity: 0.9,
|
|
124
|
-
* source: {
|
|
125
|
-
* type: "data-layer",
|
|
126
|
-
* dataSource: {
|
|
127
|
-
* type: "join-table",
|
|
128
|
-
* leftTableSource: {
|
|
129
|
-
* type: "map-layer",
|
|
130
|
-
* mapLayerId: 3
|
|
131
|
-
* },
|
|
132
|
-
* rightTableSource: {
|
|
133
|
-
* type: "data-layer",
|
|
134
|
-
* // references a table in a registered workspace that doesn't have geometries
|
|
135
|
-
* dataSource: {
|
|
136
|
-
* type: "table",
|
|
137
|
-
* workspaceId: "CensusFileGDBWorkspaceID",
|
|
138
|
-
* dataSourceName: "ancestry"
|
|
139
|
-
* }
|
|
140
|
-
* },
|
|
141
|
-
* leftTableKey: "STATE_NAME",
|
|
142
|
-
* rightTableKey: "State",
|
|
143
|
-
* joinType: "left-outer-join"
|
|
144
|
-
* }
|
|
145
|
-
* }
|
|
146
|
-
* }
|
|
147
|
-
* ]
|
|
148
|
-
* });
|
|
149
|
-
*/
|
|
150
|
-
export abstract class DataLayerSource extends JSONSupport {
|
|
151
|
-
/**
|
|
152
|
-
* A table,
|
|
153
|
-
* feature class, or raster that resides in a registered workspace (either a folder or geodatabase).
|
|
154
|
-
* The data sources are not visible in the Services Directory by default. They may be viewed, published, and configured using
|
|
155
|
-
* the ArcGIS Server Manager.
|
|
156
|
-
*/
|
|
157
|
-
get dataSource(): JoinTableDataSource | QueryTableDataSource | RasterDataSource | TableDataSource;
|
|
158
|
-
set dataSource(value: JoinTableDataSource | (QueryTableDataSourceProperties & { type: "query-table" }) | (RasterDataSourceProperties & { type: "raster" }) | (TableDataSourceProperties & { type: "table" }));
|
|
159
|
-
/**
|
|
160
|
-
* Controls field visibility in the layer. Only specified fields will be visible.
|
|
161
|
-
* If `null`, all fields are visible in the dynamic layer. The specification for a field object is
|
|
162
|
-
* provided below.
|
|
163
|
-
*/
|
|
164
|
-
get fields(): Field[];
|
|
165
|
-
set fields(value: FieldProperties[]);
|
|
166
|
-
/**
|
|
167
|
-
* This value is always `data-layer` and is inferred when
|
|
168
|
-
* the `dataSource` property is set.
|
|
169
|
-
*/
|
|
170
|
-
get type(): "data-layer";
|
|
171
|
-
}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
All material copyright Esri, All Rights Reserved, unless otherwise specified.
|
|
3
|
-
See https://js.arcgis.com/5.0/esri/copyright.txt for details.
|
|
4
|
-
*/
|
|
5
|
-
import{__decorate as e}from"tslib";import{strict as r}from"../../../core/jsonMap.js";import{JSONSupport as t}from"../../../core/JSONSupport.js";import{property as o,cast as a,subclass as i}from"../../../core/accessorSupport/decorators.js";import{ensureType as s,ensureOneOfType as l}from"../../../core/accessorSupport/ensureType.js";import{createTypeReader as p}from"../../../core/accessorSupport/extensions/serializableProperty/reader.js";import c from"../Field.js";import u from"./MapLayerSource.js";import n from"./QueryTableDataSource.js";import y from"./RasterDataSource.js";import b from"./TableDataSource.js";import{enumeration as S}from"../../../core/accessorSupport/decorators/enumeration.js";import{reader as d}from"../../../core/accessorSupport/decorators/reader.js";var f,T;const j=r()({esriLeftInnerJoin:"left-inner-join",esriLeftOuterJoin:"left-outer-join"});let m=f=class extends t{constructor(e){super(e),this.type="join-table"}readLeftTableSource(e,r,t){return g()(e,r,t)}castLeftTableSource(e){return l(w(),e)}readRightTableSource(e,r,t){return g()(e,r,t)}castRightTableSource(e){return l(w(),e)}clone(){const{leftTableKey:e,rightTableKey:r,leftTableSource:t,rightTableSource:o,joinType:a}=this,i={leftTableKey:e,rightTableKey:r,leftTableSource:t?.clone()??void 0,rightTableSource:o?.clone()??void 0,joinType:a};return new f(i)}};e([S({joinTable:"join-table"}),o({json:{write:{isRequired:!0}}})],m.prototype,"type",void 0),e([o({type:String,json:{write:!0}})],m.prototype,"leftTableKey",void 0),e([o({type:String,json:{write:!0}})],m.prototype,"rightTableKey",void 0),e([o({json:{write:!0}})],m.prototype,"leftTableSource",void 0),e([d("leftTableSource")],m.prototype,"readLeftTableSource",null),e([a("leftTableSource")],m.prototype,"castLeftTableSource",null),e([o({json:{write:!0}})],m.prototype,"rightTableSource",void 0),e([d("rightTableSource")],m.prototype,"readRightTableSource",null),e([a("rightTableSource")],m.prototype,"castRightTableSource",null),e([S(j)],m.prototype,"joinType",void 0),m=f=e([i("esri.layers.support.source.JoinTableDataSource")],m);let h=null;function g(){return h||(h=p({types:w()})),h}let v=null;function w(){return v||(v={key:"type",base:null,typeMap:{"data-layer":R,"map-layer":u}}),v}const L={key:"type",base:null,typeMap:{"join-table":m,"query-table":n,raster:y,table:b}};let R=class extends t{static{T=this}constructor(e){super(e),this.type="data-layer"}clone(){const{fields:e,dataSource:r}=this;return new T({fields:e,dataSource:r})}};e([S({dataLayer:"data-layer"}),o({json:{write:{isRequired:!0}}})],R.prototype,"type",void 0),e([o({type:[c],json:{write:!0}})],R.prototype,"fields",void 0),e([o({types:L,json:{write:!0}})],R.prototype,"dataSource",void 0),R=T=e([i("esri.layers.support.source.DataLayerSource")],R),R.from=s(R);export{R as DataLayerSource,m as JoinTableDataSourceClass};
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
All material copyright Esri, All Rights Reserved, unless otherwise specified.
|
|
3
|
-
See https://js.arcgis.com/5.0/esri/copyright.txt for details.
|
|
4
|
-
*/
|
|
5
|
-
import{__decorate as r}from"tslib";import{JSONSupport as e}from"../../../core/JSONSupport.js";import{property as o,subclass as t}from"../../../core/accessorSupport/decorators.js";import{Integer as p}from"../../../core/accessorSupport/ensureType.js";import{enumeration as s}from"../../../core/accessorSupport/decorators/enumeration.js";var a;let i=a=class extends e{constructor(r){super(r),this.type="map-layer"}clone(){const{mapLayerId:r,gdbVersion:e}=this;return new a({mapLayerId:r,gdbVersion:e})}};r([s({mapLayer:"map-layer"}),o({json:{write:{isRequired:!0}}})],i.prototype,"type",void 0),r([o({type:p,json:{write:{isRequired:!0}}})],i.prototype,"mapLayerId",void 0),r([o({type:String,json:{write:!0}})],i.prototype,"gdbVersion",void 0),i=a=r([t("esri.layers.support.source.MapLayerSource")],i);export{i as default};
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
All material copyright Esri, All Rights Reserved, unless otherwise specified.
|
|
3
|
-
See https://js.arcgis.com/5.0/esri/copyright.txt for details.
|
|
4
|
-
*/
|
|
5
|
-
import{__decorate as e}from"tslib";import{JSONSupport as r}from"../../../core/JSONSupport.js";import{property as o,subclass as t}from"../../../core/accessorSupport/decorators.js";import p from"../../../geometry/SpatialReference.js";import{featureGeometryTypeKebabDictionary as s}from"../../../geometry/support/typeUtils.js";import{enumeration as i}from"../../../core/accessorSupport/decorators/enumeration.js";var y;let a=y=class extends r{constructor(e){super(e),this.type="query-table"}clone(){const{workspaceId:e,query:r,oidFields:o,spatialReference:t,geometryType:p}=this,s={workspaceId:e,query:r,oidFields:o,spatialReference:t?.clone()??void 0,geometryType:p};return new y(s)}};e([i({queryTable:"query-table"}),o({json:{write:{isRequired:!0}}})],a.prototype,"type",void 0),e([o({type:String,json:{write:!0}})],a.prototype,"workspaceId",void 0),e([o({type:String,json:{write:!0}})],a.prototype,"query",void 0),e([o({type:String,json:{write:!0}})],a.prototype,"oidFields",void 0),e([o({type:p,json:{write:!0}})],a.prototype,"spatialReference",void 0),e([i(s)],a.prototype,"geometryType",void 0),a=y=e([t("esri.layers.support.source.QueryTableDataSource")],a);const c=a;export{c as default};
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
All material copyright Esri, All Rights Reserved, unless otherwise specified.
|
|
3
|
-
See https://js.arcgis.com/5.0/esri/copyright.txt for details.
|
|
4
|
-
*/
|
|
5
|
-
import{__decorate as r}from"tslib";import{JSONSupport as o}from"../../../core/JSONSupport.js";import{property as e,subclass as t}from"../../../core/accessorSupport/decorators.js";import{enumeration as s}from"../../../core/accessorSupport/decorators/enumeration.js";var a;let p=a=class extends o{constructor(r){super(r),this.type="raster"}clone(){const{workspaceId:r,dataSourceName:o}=this;return new a({workspaceId:r,dataSourceName:o})}};r([s({raster:"raster"}),e({json:{write:{isRequired:!0}}})],p.prototype,"type",void 0),r([e({type:String,json:{write:!0}})],p.prototype,"dataSourceName",void 0),r([e({type:String,json:{write:!0}})],p.prototype,"workspaceId",void 0),p=a=r([t("esri.layers.support.source.RasterDataSource")],p);const c=p;export{c as default};
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
All material copyright Esri, All Rights Reserved, unless otherwise specified.
|
|
3
|
-
See https://js.arcgis.com/5.0/esri/copyright.txt for details.
|
|
4
|
-
*/
|
|
5
|
-
import{__decorate as o}from"tslib";import{JSONSupport as r}from"../../../core/JSONSupport.js";import{property as e,subclass as t}from"../../../core/accessorSupport/decorators.js";import{enumeration as s}from"../../../core/accessorSupport/decorators/enumeration.js";var p;let a=p=class extends r{constructor(o){super(o),this.type="table"}clone(){const{workspaceId:o,gdbVersion:r,dataSourceName:e}=this;return new p({workspaceId:o,gdbVersion:r,dataSourceName:e})}};o([s({table:"table"}),e({json:{write:{isRequired:!0}}})],a.prototype,"type",void 0),o([e({type:String,json:{write:!0}})],a.prototype,"workspaceId",void 0),o([e({type:String,json:{write:!0}})],a.prototype,"gdbVersion",void 0),o([e({type:String,json:{write:!0}})],a.prototype,"dataSourceName",void 0),a=p=o([t("esri.layers.support.source.TableDataSource")],a);const i=a;export{i as default};
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import type { Message } from "../../../../layers/support/StreamConnection.js";
|
|
2
|
-
import type { Feature } from "../../../../portal/jsonTypes.js";
|
|
3
|
-
|
|
4
|
-
export interface IProxyClientEvents {
|
|
5
|
-
/**
|
|
6
|
-
* Fires when the layer view receives features. The event payload contains
|
|
7
|
-
* the attributes and geometry of a feature received from the stream service.
|
|
8
|
-
*/
|
|
9
|
-
"data-received": Pick<Feature, "attributes" | "geometry">;
|
|
10
|
-
/**
|
|
11
|
-
* Fires when the layer view receives a message sent to the websocket connection.
|
|
12
|
-
*
|
|
13
|
-
* @since 4.26
|
|
14
|
-
*/
|
|
15
|
-
"message-received": Message;
|
|
16
|
-
/**
|
|
17
|
-
* Fires after the layer starts receiving updates from the stream service. It will return the websocket and the client update rates per second.
|
|
18
|
-
* The update rate indicates number of features are being pushed from the server and being processed on the client side.
|
|
19
|
-
* The client update rate will be approximately equal to the websocket update rate unless the service is pushing updates at a rate faster
|
|
20
|
-
* than the client can handle. In which case, the API will down-throttle the update rate and will cause the client update rate to be lower.
|
|
21
|
-
*
|
|
22
|
-
* @since 4.17
|
|
23
|
-
*/
|
|
24
|
-
"update-rate": IProxyClientUpdateRateEvent;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
export interface IProxyClientUpdateRateEvent {
|
|
28
|
-
/** The client update rate per second. Returns number of features being processed on the client. */
|
|
29
|
-
client: number;
|
|
30
|
-
/** Update rate per second for websocket/service. Returns number of features being pushed from the server. */
|
|
31
|
-
websocket: number;
|
|
32
|
-
}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
All material copyright Esri, All Rights Reserved, unless otherwise specified.
|
|
3
|
-
See https://js.arcgis.com/5.0/esri/copyright.txt for details.
|
|
4
|
-
*/
|
|
5
|
-
import{__decorate as e}from"tslib";import{subclass as r}from"../../../../core/accessorSupport/decorators.js";import{ReloadableShader as s}from"../core/shaderTechnique/ReloadableShader.js";import{ShaderTechnique as o}from"../core/shaderTechnique/ShaderTechnique.js";import{a as i}from"../../../../chunks/GaussianSplat.glsl.js";import{makePipelineState as t,defaultColorWrite as a,separateBlendingParams as n}from"../../../webgl/renderState.js";let l=class extends o{constructor(){super(...arguments),this.shader=new s(i,()=>import("./GaussianSplat.glsl.js"))}initializePipeline(){return t({blending:n(773,773,1,1,32774,32774),depthTest:{func:515},colorWrite:a})}};l=e([r("esri.views.3d.webgl-engine.shaders.GaussianSplatColorTechnique")],l);export{l as GaussianSplatColorTechnique};
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
All material copyright Esri, All Rights Reserved, unless otherwise specified.
|
|
3
|
-
See https://js.arcgis.com/5.0/esri/copyright.txt for details.
|
|
4
|
-
*/
|
|
5
|
-
import{ShaderTechniqueConfiguration as e}from"../core/shaderTechnique/ShaderTechniqueConfiguration.js";class r extends e{}export{r as GaussianSplatCompositionTechniqueConfiguration};
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
All material copyright Esri, All Rights Reserved, unless otherwise specified.
|
|
3
|
-
See https://js.arcgis.com/5.0/esri/copyright.txt for details.
|
|
4
|
-
*/
|
|
5
|
-
import{__decorate as e}from"tslib";import{subclass as r}from"../../../../core/accessorSupport/decorators.js";import{ReloadableShader as s}from"../core/shaderTechnique/ReloadableShader.js";import{ShaderTechnique as i}from"../core/shaderTechnique/ShaderTechnique.js";import{a as t}from"../../../../chunks/GaussianSplat.glsl.js";import{makePipelineState as o,defaultColorWrite as a,separateBlendingParams as n}from"../../../webgl/renderState.js";let l=class extends i{constructor(){super(...arguments),this.shader=new s(t,()=>import("./GaussianSplat.glsl.js"))}initializePipeline(){return o({blending:n(773,773,772,1,32774,32774),depthTest:{func:515},colorWrite:a})}};l=e([r("esri.views.3d.webgl-engine.shaders.GaussianSplatDepthTechnique")],l);export{l as GaussianSplatDepthTechnique};
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import type Analysis from "../../analysis/Analysis.js";
|
|
2
|
-
import type Accessor from "../../core/Accessor.js";
|
|
3
|
-
import type SceneView from "../../views/SceneView.js";
|
|
4
|
-
|
|
5
|
-
export default abstract class AnalysisViewModel<IViewType extends SceneView = SceneView, AnalysisType extends Analysis = Analysis> extends Accessor {}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
All material copyright Esri, All Rights Reserved, unless otherwise specified.
|
|
3
|
-
See https://js.arcgis.com/5.0/esri/copyright.txt for details.
|
|
4
|
-
*/
|
|
5
|
-
import{__decorate as s}from"tslib";import t from"../../core/Accessor.js";import{createTask as e}from"../../core/asyncUtils.js";import"../../core/has.js";import i from"../../core/Logger.js";import{abortMaybe as n,removeMaybe as a}from"../../core/maybe.js";import{throwIfAborted as l,isAbortError as r,isAborted as o}from"../../core/promiseUtils.js";import{when as c,watch as h,on as y,syncAndInitial as w,sync as u,whenOnce as p}from"../../core/reactiveUtils.js";import{property as v,subclass as d}from"../../core/accessorSupport/decorators.js";let _=class extends t{constructor(s={}){super(s),this.view=null,this.analysisView=null,this._reconnectViewTask=null,this._forceInteractiveHandle=null,this._changeFromReconnect=!1,this._startUserOperation=null;const t=s?.analysis;null!=t?this.analysis=t:(this._set("analysis",this.constructAnalysis()),this._set("isAnalysisOwner",!0)),null!=s?.visible&&(this.visible=s.visible)}normalizeCtorArgs(s){const{analysis:t,isDefaultViewModel:e,...i}=s;return i}initialize(){const s=()=>{this._changeFromReconnect||this._viewHasAnalysis||this._set("isAnalysisOwner",!1);const s=!this._changeFromReconnect;this._changeFromReconnect=!1,s&&this._scheduleViewReconnect()};this.addHandles([c(()=>null!=this.view&&this.view.ready&&!this.supported,()=>i.getLogger(this).errorOnce(this.unsupportedErrorMessage),w),h(()=>[this.analysis,this._viewHasAnalysis],s,u),y(()=>this.view,"analysis-view-destroy",t=>{t.analysis===this.analysis&&s()}),h(()=>({view:this.view,ready:null!=this.view&&this.view.ready,supported:this.supported}),({view:s},t)=>{const e=t?.view;s!==e&&(this._startUserOperation=n(this._startUserOperation),this._disconnectFromView(e)),this._scheduleViewReconnect()},w)])}destroy(){this._reconnectViewTask=n(this._reconnectViewTask),this._startUserOperation=n(this._startUserOperation),null!=this.analysisView&&(this.analysisView.visible=void 0),this._disconnectFromView(this.view),this._set("view",null),null!=this.analysis&&this.isAnalysisOwner&&(this.analysis.destroy(),this._set("analysis",null))}get supported(){return null==this.view||this.view.type===this.supportedViewType}set visible(s){this._set("visible",s),null!=this.analysisView&&(this.analysisView.visible=s)}get active(){return null!=this.tool&&this.tool.active}get disabled(){return null==this.view||!this.view.ready||!this.supported}set analysis(s){s!==this._get("analysis")&&(this._startUserOperation=n(this._startUserOperation),this._disconnectFromView(this.view),this._setExternalAnalysis(s),this._scheduleViewReconnect())}get ready(){return null!=this.analysisView&&!this.connectingToView}get connectingToView(){return null!=this._reconnectViewTask}get isAnalysisOwner(){return this._get("isAnalysisOwner")}get _viewHasAnalysis(){const{view:s}=this;return null!=s&&s.analyses.includes(this.analysis)}get tool(){return this.analysisView?.tool}clear(){this._startUserOperation=n(this._startUserOperation),this._resetInteractiveCreationState(),null!=this.tool&&null!=this.view&&this.view.activeTool===this.tool&&(this.view.activeTool=null)}async start(){if(!this.visible)return void i.getLogger(this).warn("Cannot start analysis when not visible");this.clear();const s={task:null,abort:null,state:0},t=e(async t=>{if(s.state=1,await p(()=>this.ready,t),s.state=2,null==this.analysisView||null==this.view)return;const e=this.analysisView.tool;null!=e&&(this.view.activeTool=e,c(()=>e.created,()=>{e.active&&null!=this.view&&(this.view.activeTool=null)},{initial:!0,once:!0}))});return s.task=t,s.abort=()=>t.abort(),this._startUserOperation=s,t.promise}onConnectToAnalysisView(s){}onDisconnectFromAnalysisView(){}_scheduleViewReconnect(){this._reconnectViewTask=n(this._reconnectViewTask);const s=e(async t=>{try{await this._reconnectView(t)}catch(e){if(l(t),!r(e))return void i.getLogger(this).warn("Failed to use analysis in view model",e);throw e}finally{s===this._reconnectViewTask&&(this._reconnectViewTask=null)}});this._reconnectViewTask=s}async _reconnectView(s){const{view:t}=this,e=null!=t&&t.ready&&this.supported,i=this.analysis;this._startUserOperation=m(this._startUserOperation),this._disconnectFromView(t),e&&null!=t&&null!=i&&(this.isAnalysisOwner&&(this._changeFromReconnect=!0,t.analyses.add(i)),this.analysisView=await t.whenAnalysisView(i),o(s)?this._startUserOperation=m(this._startUserOperation):(this.analysisView.visible=this.visible,this._forceInteractiveHandle=this.analysisView.forceInteractive(),this.addHandles(this._forceInteractiveHandle),this.onConnectToAnalysisView(this.analysisView)))}_disconnectFromView(s){null!=s&&this.isAnalysisOwner&&s.analyses.includes(this.analysis)&&(this._changeFromReconnect=!0,this.analysis.clear(),s.analyses.remove(this.analysis)),this.onDisconnectFromAnalysisView(),this._forceInteractiveHandle=a(this._forceInteractiveHandle),this.analysisView=null}_setExternalAnalysis(s){null==this.analysisView||this.isAnalysisOwner||(this.analysisView.visible=void 0,this._forceInteractiveHandle=a(this._forceInteractiveHandle)),this.analysisView=null,this._set("isAnalysisOwner",!1),this._set("analysis",s),this._changeFromReconnect=!1}_resetInteractiveCreationState(){this.analysis.clear(),this.tool?.resetCreated()}get testInfo(){}};s([v()],_.prototype,"supported",null),s([v()],_.prototype,"view",void 0),s([v({type:Boolean,value:!0})],_.prototype,"visible",null),s([v()],_.prototype,"active",null),s([v()],_.prototype,"disabled",null),s([v({nonNullable:!0})],_.prototype,"analysis",null),s([v()],_.prototype,"analysisView",void 0),s([v()],_.prototype,"ready",null),s([v()],_.prototype,"connectingToView",null),s([v({readOnly:!0})],_.prototype,"isAnalysisOwner",null),s([v()],_.prototype,"_viewHasAnalysis",null),s([v()],_.prototype,"_reconnectViewTask",void 0),s([v()],_.prototype,"_forceInteractiveHandle",void 0),s([v()],_.prototype,"tool",null),_=s([d("esri.widgets.support.AnalysisViewModel")],_);const V=_;function m(s){return null!=s&&s.state>=2?(s.abort(),null):s}export{V as default};
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
All material copyright Esri, All Rights Reserved, unless otherwise specified.
|
|
3
|
-
See https://js.arcgis.com/5.0/esri/copyright.txt for details.
|
|
4
|
-
*/
|
|
5
|
-
import{__decorate as t}from"tslib";import e from"../../core/Accessor.js";import o from"../../core/Logger.js";import{watch as i,syncAndInitial as s,when as r}from"../../core/reactiveUtils.js";import{property as l,subclass as n}from"../../core/accessorSupport/decorators.js";let u=class extends e{constructor(t){super(t),this.tool=null,this._loggedUnsupportedErrorOnce=!1,null!=t?.visible&&(this.visible=t.visible)}initialize(){this.addHandles(i(()=>({ready:null!=this.view&&this.view.ready,supported:this.supported}),({ready:t,supported:e})=>{!t||e||this._loggedUnsupportedErrorOnce||(this.logError(this.unsupportedErrorMessage),this._loggedUnsupportedErrorOnce=!0)},s))}destroy(){this.removeTool(),this.view=null}get active(){return null!=this.tool&&this.tool.active}get disabled(){return null==this.view||!this.view.ready||!this.supported}get supported(){return null==this.view||this.view.type===this.supportedViewType}get view(){return this._get("view")}set view(t){if(t===this.view)return;this.removeTool(),this._set("view",t);const e="tools";this.removeHandles(e),null!=t&&this.addHandles(t.tools.on("after-remove",t=>{t.item===this.tool&&this._set("tool",null)}),e)}set visible(t){this._set("visible",t),null!=this.tool&&(this.tool.visible=t)}createTool(t={interactive:!1}){if(this.removeTool(),null==this.view||!this.view.ready||!this.supported)return;const e=this.constructTool();e.created?(this._set("tool",e),this.view.tools.add(e)):t.interactive?(this._set("tool",e),this.view.addAndActivateTool(e),r(()=>e.created,()=>{e.active&&null!=this.view&&(this.view.activeTool=null)},{initial:!0,once:!0})):e.destroy()}removeTool(){const t=this.tool;if(null==t)return;const e=this.view?.tools;null!=e?e.remove(t):t.destroy(),this._set("tool",null)}logError(...t){o.getLogger(this).error(...t)}};t([l({constructOnly:!0})],u.prototype,"tool",void 0),t([l()],u.prototype,"active",null),t([l()],u.prototype,"disabled",null),t([l()],u.prototype,"supported",null),t([l({value:null})],u.prototype,"view",null),t([l({type:Boolean,value:!0})],u.prototype,"visible",null),u=t([n("esri.widgets.support.InteractiveToolViewModel")],u);const p=u;export{p as default};
|
|
File without changes
|