@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
|
@@ -18,9 +18,9 @@ import type { SupportedLayer } from "../../types.js";
|
|
|
18
18
|
* @param params - An object containing the following properties.
|
|
19
19
|
* @returns Returns a promise that resolves with the updated renderer.
|
|
20
20
|
*/
|
|
21
|
-
export function regenerateRenderer(params:
|
|
21
|
+
export function regenerateRenderer(params: RegenerateRendererParameters): Promise<RendererUnion>;
|
|
22
22
|
|
|
23
|
-
export interface
|
|
23
|
+
export interface RegenerateRendererParameters extends AbortOptions {
|
|
24
24
|
/**
|
|
25
25
|
* When defined, only features included in the filter
|
|
26
26
|
* are considered in the attribute and spatial statistics calculations when determining the final renderer.
|
|
@@ -78,7 +78,7 @@ import type { SymbolUnion } from "../../symbols/types.js";
|
|
|
78
78
|
* layer.renderer = renderer;
|
|
79
79
|
* });
|
|
80
80
|
*/
|
|
81
|
-
export function createRenderer(parameters:
|
|
81
|
+
export function createRenderer(parameters: RendererParameters): Promise<RendererResult>;
|
|
82
82
|
|
|
83
83
|
/**
|
|
84
84
|
* Generates a [PointCloudUniqueValueRenderer](https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-PointCloudUniqueValueRenderer.html) based on
|
|
@@ -112,13 +112,13 @@ export function createRenderer(parameters: RendererParams): Promise<RendererResu
|
|
|
112
112
|
* layer.renderer = response.renderer;
|
|
113
113
|
* });
|
|
114
114
|
*/
|
|
115
|
-
export function createPCClassRenderer(parameters:
|
|
115
|
+
export function createPCClassRenderer(parameters: PCClassRendererParameters): Promise<PCClassRendererResult>;
|
|
116
116
|
|
|
117
117
|
export type SymbolType = "2d" | "3d-flat" | "3d-volumetric" | "3d-volumetric-uniform";
|
|
118
118
|
|
|
119
119
|
export type ColorMixModeType = "tint" | "replace" | "multiply";
|
|
120
120
|
|
|
121
|
-
export interface
|
|
121
|
+
export interface RendererParameters extends AbortOptions {
|
|
122
122
|
/**
|
|
123
123
|
* **This option only applies to generating renderers for mesh SceneLayers**.
|
|
124
124
|
* Specifies how the symbol's color is applied to the geometry color/texture. See the documentation in
|
|
@@ -335,7 +335,7 @@ export interface UniqueValueInfo {
|
|
|
335
335
|
value: string | number;
|
|
336
336
|
}
|
|
337
337
|
|
|
338
|
-
export interface
|
|
338
|
+
export interface PCClassRendererParameters extends AbortOptions {
|
|
339
339
|
/**
|
|
340
340
|
* The number of points per inch in the view.
|
|
341
341
|
*
|
|
@@ -106,7 +106,7 @@ import type { SymbolUnion } from "../../symbols/types.js";
|
|
|
106
106
|
* layer.renderer = renderer;
|
|
107
107
|
* });
|
|
108
108
|
*/
|
|
109
|
-
export function createVisualVariables(parameters:
|
|
109
|
+
export function createVisualVariables(parameters: VisualVariablesParameters): Promise<VisualVariablesResult>;
|
|
110
110
|
|
|
111
111
|
/**
|
|
112
112
|
* Generates a [Renderer](https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-Renderer.html) that may be applied directly to a
|
|
@@ -171,7 +171,7 @@ export function createVisualVariables(parameters: VisualVariablesParams): Promis
|
|
|
171
171
|
* layer.renderer = response.renderer;
|
|
172
172
|
* });
|
|
173
173
|
*/
|
|
174
|
-
export function createContinuousRenderer(parameters:
|
|
174
|
+
export function createContinuousRenderer(parameters: RendererParameters): Promise<RendererResult>;
|
|
175
175
|
|
|
176
176
|
export interface VisualVariablesParamsBase extends AbortOptions {
|
|
177
177
|
/** Options for configuring the color portion of the visualization. */
|
|
@@ -395,7 +395,7 @@ export interface VisualVariablesResultBaseSize {
|
|
|
395
395
|
visualVariables: SizeVariable[];
|
|
396
396
|
}
|
|
397
397
|
|
|
398
|
-
export interface
|
|
398
|
+
export interface VisualVariablesParameters extends VisualVariablesParamsBase {
|
|
399
399
|
/** Options for configuring the size portion of the visualization. */
|
|
400
400
|
sizeOptions?: VisualVariablesSizeOptions;
|
|
401
401
|
/**
|
|
@@ -433,7 +433,7 @@ export interface SymbolOptionsSymbols {
|
|
|
433
433
|
below: SymbolUnion;
|
|
434
434
|
}
|
|
435
435
|
|
|
436
|
-
export interface
|
|
436
|
+
export interface RendererParameters extends VisualVariablesParamsBase {
|
|
437
437
|
/**
|
|
438
438
|
* Enables the `defaultSymbol` on the renderer and assigns it to features
|
|
439
439
|
* with no value and features that do not fall within the configured data range.
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*
|
|
13
13
|
* @since 4.2
|
|
14
14
|
*/
|
|
15
|
-
import type {
|
|
15
|
+
import type { ClassBreaksParameters, ClassBreaksResult } from "./types.js";
|
|
16
16
|
|
|
17
17
|
/**
|
|
18
18
|
* Generates class breaks for an input field (or expression) of a [FeatureLayer](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html) based
|
|
@@ -33,4 +33,4 @@ import type { ClassBreaksParams, ClassBreaksResult } from "./types.js";
|
|
|
33
33
|
* let breakInfos = response.classBreakInfos;
|
|
34
34
|
* });
|
|
35
35
|
*/
|
|
36
|
-
export default function classBreaks(parameters:
|
|
36
|
+
export default function classBreaks(parameters: ClassBreaksParameters): Promise<ClassBreaksResult>;
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
*
|
|
14
14
|
* @since 4.8
|
|
15
15
|
*/
|
|
16
|
-
import type {
|
|
16
|
+
import type { HeatmapStatisticsParameters, HeatmapStatisticsResult } from "./types.js";
|
|
17
17
|
|
|
18
18
|
/**
|
|
19
19
|
* Returns an object containing various statistics describing the intensity values
|
|
@@ -30,4 +30,4 @@ import type { HeatmapStatisticsParams, HeatmapStatisticsResult } from "./types.j
|
|
|
30
30
|
* // `stats` contains statistics used to construct a heatmap renderer
|
|
31
31
|
* });
|
|
32
32
|
*/
|
|
33
|
-
export default function heatmapStatistics(parameters:
|
|
33
|
+
export default function heatmapStatistics(parameters: HeatmapStatisticsParameters): Promise<HeatmapStatisticsResult>;
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
*
|
|
16
16
|
* @since 4.2
|
|
17
17
|
*/
|
|
18
|
-
import type {
|
|
18
|
+
import type { HistogramParameters, HistogramResult } from "./types.js";
|
|
19
19
|
|
|
20
20
|
/**
|
|
21
21
|
* Generates a histogram for data returned from a `field` in a given `layer`.
|
|
@@ -45,4 +45,4 @@ import type { HistogramParams, HistogramResult } from "./types.js";
|
|
|
45
45
|
* const histogramWidget = Histogram.fromHistogramResult(histogramResult);
|
|
46
46
|
* });
|
|
47
47
|
*/
|
|
48
|
-
export default function histogram(parameters:
|
|
48
|
+
export default function histogram(parameters: HistogramParameters): Promise<HistogramResult>;
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*
|
|
5
5
|
* @since 4.13
|
|
6
6
|
*/
|
|
7
|
-
import type {
|
|
7
|
+
import type { PredominantCategoriesParameters, PredominantCategoriesResult } from "./types.js";
|
|
8
8
|
|
|
9
9
|
/**
|
|
10
10
|
* Determines predominant categories for a layer based on a given set of competing numeric fields and returns
|
|
@@ -21,4 +21,4 @@ import type { PredominantCategoriesParams, PredominantCategoriesResult } from ".
|
|
|
21
21
|
* console.log(stats.predominantCategoryInfos);
|
|
22
22
|
* });
|
|
23
23
|
*/
|
|
24
|
-
export default function predominantCategories(parameters:
|
|
24
|
+
export default function predominantCategories(parameters: PredominantCategoriesParameters): Promise<PredominantCategoriesResult>;
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
*
|
|
14
14
|
* @since 4.2
|
|
15
15
|
*/
|
|
16
|
-
import type {
|
|
16
|
+
import type { SummaryStatisticsParameters, SummaryStatisticsResult } from "./types.js";
|
|
17
17
|
|
|
18
18
|
/**
|
|
19
19
|
* Returns an object containing statistics describing a set of values returned
|
|
@@ -40,4 +40,4 @@ import type { SummaryStatisticsParams, SummaryStatisticsResult } from "./types.j
|
|
|
40
40
|
* histogramWidget.average = stats.avg;
|
|
41
41
|
* });
|
|
42
42
|
*/
|
|
43
|
-
export default function summaryStatistics(parameters:
|
|
43
|
+
export default function summaryStatistics(parameters: SummaryStatisticsParameters): Promise<SummaryStatisticsResult>;
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* @see [colorRendererCreator.createAgeRenderer](https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-renderers-color.html#createAgeRenderer)
|
|
6
6
|
* @see [sizeRendererCreator.createAgeRenderer](https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-renderers-size.html#createAgeRenderer)
|
|
7
7
|
*/
|
|
8
|
-
import type {
|
|
8
|
+
import type { SummaryStatisticsForAgeParameters, SummaryStatisticsResult } from "./types.js";
|
|
9
9
|
|
|
10
10
|
/**
|
|
11
11
|
* Returns an object containing various statistics describing an age value (e.g.
|
|
@@ -24,4 +24,4 @@ import type { SummaryStatisticsForAgeParams, SummaryStatisticsResult } from "./t
|
|
|
24
24
|
* console.log(`Average age of open incidents in days: ${stats.avg}`);
|
|
25
25
|
* });
|
|
26
26
|
*/
|
|
27
|
-
export default function summaryStatisticsForAge(parameters:
|
|
27
|
+
export default function summaryStatisticsForAge(parameters: SummaryStatisticsForAgeParameters): Promise<SummaryStatisticsResult>;
|
|
@@ -25,9 +25,9 @@ import type { SmartMappingTimeUnit, SupportedLayer } from "../../types.js";
|
|
|
25
25
|
*
|
|
26
26
|
* console.log(`value expression: ${ageExpressions.valueExpression}`);
|
|
27
27
|
*/
|
|
28
|
-
export function getAgeExpressions(params:
|
|
28
|
+
export function getAgeExpressions(params: AgeExpressionsParameters): AgeExpressionsResult;
|
|
29
29
|
|
|
30
|
-
export interface
|
|
30
|
+
export interface AgeExpressionsParameters {
|
|
31
31
|
/**
|
|
32
32
|
* The end time for the age calculation. This can be a field name or a date
|
|
33
33
|
* value, such as `Date.now()`. If a `Date` is provided, then the `startTime` parameter must be a field name.
|
|
@@ -46,7 +46,7 @@ export interface HistogramBin {
|
|
|
46
46
|
minValue: number;
|
|
47
47
|
}
|
|
48
48
|
|
|
49
|
-
export interface
|
|
49
|
+
export interface SummaryStatisticsParameters extends AbortOptions {
|
|
50
50
|
/**
|
|
51
51
|
* A subset of features for which to calculate the statistics.
|
|
52
52
|
*
|
|
@@ -162,7 +162,7 @@ export interface SummaryStatisticsResult {
|
|
|
162
162
|
variance?: number | null;
|
|
163
163
|
}
|
|
164
164
|
|
|
165
|
-
export interface
|
|
165
|
+
export interface ClassBreaksParameters extends AbortOptions {
|
|
166
166
|
/**
|
|
167
167
|
* The method for classifying the data. See the table below
|
|
168
168
|
* for a list of possible values.
|
|
@@ -295,7 +295,7 @@ export interface ClassBreak {
|
|
|
295
295
|
minValue: number;
|
|
296
296
|
}
|
|
297
297
|
|
|
298
|
-
export interface
|
|
298
|
+
export interface HistogramParameters extends AbortOptions {
|
|
299
299
|
/**
|
|
300
300
|
* The method for classifying the data. See the table below
|
|
301
301
|
* for a list of possible values.
|
|
@@ -411,7 +411,7 @@ export interface HistogramParams extends AbortOptions {
|
|
|
411
411
|
view?: MapViewOrSceneView | null;
|
|
412
412
|
}
|
|
413
413
|
|
|
414
|
-
export interface
|
|
414
|
+
export interface UniqueValuesParameters extends AbortOptions {
|
|
415
415
|
/**
|
|
416
416
|
* A subset of features for which to generate the unique values.
|
|
417
417
|
*
|
|
@@ -505,7 +505,7 @@ export interface UniqueValueCountInfo {
|
|
|
505
505
|
value?: string | number | null;
|
|
506
506
|
}
|
|
507
507
|
|
|
508
|
-
export interface
|
|
508
|
+
export interface HeatmapStatisticsParameters extends AbortOptions {
|
|
509
509
|
/** The name of the numeric field for which the statistics will be generated. */
|
|
510
510
|
field?: string | null;
|
|
511
511
|
/** The layer from which to generate statistics for the pixel intensity values and a given `field` if provided. */
|
|
@@ -527,7 +527,7 @@ export interface HeatmapStatisticsResult {
|
|
|
527
527
|
min?: number | null;
|
|
528
528
|
}
|
|
529
529
|
|
|
530
|
-
export interface
|
|
530
|
+
export interface PredominantCategoriesParameters extends AbortOptions {
|
|
531
531
|
/**
|
|
532
532
|
* An array of numeric fields from which to determine predominant categories.
|
|
533
533
|
* The fields must all be number fields and they must be competing or complementary (e.g. population totals
|
|
@@ -554,7 +554,7 @@ export interface PredominantCategoriesResult {
|
|
|
554
554
|
predominantCategoryInfos: UniqueValueCountInfo[];
|
|
555
555
|
}
|
|
556
556
|
|
|
557
|
-
export interface
|
|
557
|
+
export interface SummaryStatisticsForAgeParameters extends AbortOptions {
|
|
558
558
|
/**
|
|
559
559
|
* The end time for the age calculation. This can be a field name or a date
|
|
560
560
|
* value, such as `Date.now()`. If a `Date` is provided, then the `startTime` parameter must be a field name.
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
*
|
|
12
12
|
* @since 4.4
|
|
13
13
|
*/
|
|
14
|
-
import type { UniqueValuesResult,
|
|
14
|
+
import type { UniqueValuesResult, UniqueValuesParameters } from "./types.js";
|
|
15
15
|
|
|
16
16
|
/**
|
|
17
17
|
* Returns an object containing an array of unique values queried from a given field
|
|
@@ -36,4 +36,4 @@ import type { UniqueValuesResult, UniqueValuesParams } from "./types.js";
|
|
|
36
36
|
* });
|
|
37
37
|
* });
|
|
38
38
|
*/
|
|
39
|
-
export default function uniqueValues(parameters:
|
|
39
|
+
export default function uniqueValues(parameters: UniqueValuesParameters): Promise<UniqueValuesResult>;
|
|
@@ -41,7 +41,7 @@ export function getThemes(basemap?: Basemap | string | null | undefined): Theme[
|
|
|
41
41
|
* // the best default scheme for the layer, basemap, and theme
|
|
42
42
|
* let primaryScheme = schemes.primaryScheme;
|
|
43
43
|
*/
|
|
44
|
-
export function getSchemes(params:
|
|
44
|
+
export function getSchemes(params: GetSchemesParameters): ColorSchemes | null | undefined;
|
|
45
45
|
|
|
46
46
|
/**
|
|
47
47
|
* Returns a color scheme with the provided name.
|
|
@@ -59,7 +59,7 @@ export function getSchemes(params: GetSchemesParams): ColorSchemes | null | unde
|
|
|
59
59
|
* name: "Red Extremes 1"
|
|
60
60
|
* });
|
|
61
61
|
*/
|
|
62
|
-
export function getSchemeByName(params:
|
|
62
|
+
export function getSchemeByName(params: GetSchemesByNameParameters): ColorScheme | null | undefined;
|
|
63
63
|
|
|
64
64
|
/**
|
|
65
65
|
* Returns an array of color schemes with the provided tags. These schemes define symbol properties for
|
|
@@ -78,7 +78,7 @@ export function getSchemeByName(params: GetSchemesByNameParams): ColorScheme | n
|
|
|
78
78
|
* includedTags: [ "reds", "colorblind-friendly" ]
|
|
79
79
|
* });
|
|
80
80
|
*/
|
|
81
|
-
export function getSchemesByTag(params:
|
|
81
|
+
export function getSchemesByTag(params: GetSchemesByTagParameters): ColorScheme[];
|
|
82
82
|
|
|
83
83
|
/**
|
|
84
84
|
* Clones a color scheme object.
|
|
@@ -113,9 +113,9 @@ export function flipColors(scheme: ColorScheme): ColorScheme;
|
|
|
113
113
|
* given colors.
|
|
114
114
|
* @since 4.9
|
|
115
115
|
*/
|
|
116
|
-
export function getMatchingSchemes(params:
|
|
116
|
+
export function getMatchingSchemes(params: GetMatchingSchemesParameters): ColorScheme[];
|
|
117
117
|
|
|
118
|
-
export interface
|
|
118
|
+
export interface GetMatchingSchemesParameters {
|
|
119
119
|
/** An array of colors used to match with schemes for the given theme. */
|
|
120
120
|
colors: Color[];
|
|
121
121
|
/** The geometry type of the layer for which the color scheme will be applied. */
|
|
@@ -131,7 +131,7 @@ export interface GetMatchingSchemesParams {
|
|
|
131
131
|
worldScale?: boolean;
|
|
132
132
|
}
|
|
133
133
|
|
|
134
|
-
export interface
|
|
134
|
+
export interface GetSchemesParameters {
|
|
135
135
|
/**
|
|
136
136
|
* The Esri basemap to pair with the visualization. This
|
|
137
137
|
* value indicates the best symbol colors for visualizing features against the given basemap. If you have a
|
|
@@ -171,12 +171,12 @@ export interface GetSchemesParams {
|
|
|
171
171
|
worldScale?: boolean | null;
|
|
172
172
|
}
|
|
173
173
|
|
|
174
|
-
export interface
|
|
174
|
+
export interface GetSchemesByNameParameters extends GetSchemesParameters {
|
|
175
175
|
/** The name of the scheme to retrieve. */
|
|
176
176
|
name: string;
|
|
177
177
|
}
|
|
178
178
|
|
|
179
|
-
export interface
|
|
179
|
+
export interface GetSchemesByTagParameters extends GetSchemesParameters {
|
|
180
180
|
/**
|
|
181
181
|
* When provided, only schemes missing all the provided tags will be returned.
|
|
182
182
|
*
|
|
@@ -26,7 +26,7 @@ import type { DotDensityScheme, DotDensitySchemes, BasemapTheme } from "./types.
|
|
|
26
26
|
* // the best default scheme for the layer and basemap
|
|
27
27
|
* const primaryScheme = schemes.primaryScheme;
|
|
28
28
|
*/
|
|
29
|
-
export function getSchemes(params:
|
|
29
|
+
export function getSchemes(params: GetSchemesParameters): DotDensitySchemes | null | undefined;
|
|
30
30
|
|
|
31
31
|
/**
|
|
32
32
|
* Returns a dot density scheme with the provided name.
|
|
@@ -43,7 +43,7 @@ export function getSchemes(params: GetSchemesParams): DotDensitySchemes | null |
|
|
|
43
43
|
* name: "Galaxy Berries"
|
|
44
44
|
* });
|
|
45
45
|
*/
|
|
46
|
-
export function getSchemeByName(params:
|
|
46
|
+
export function getSchemeByName(params: GetSchemesByNameParameters): DotDensityScheme | null | undefined;
|
|
47
47
|
|
|
48
48
|
/**
|
|
49
49
|
* Returns an array of dot density schemes with the provided tags. These schemes define symbol properties for
|
|
@@ -61,7 +61,7 @@ export function getSchemeByName(params: GetSchemesByNameParams): DotDensitySchem
|
|
|
61
61
|
* includedTags: [ "reds", "dot-density" ]
|
|
62
62
|
* });
|
|
63
63
|
*/
|
|
64
|
-
export function getSchemesByTag(params:
|
|
64
|
+
export function getSchemesByTag(params: GetSchemesByTagParameters): DotDensityScheme[];
|
|
65
65
|
|
|
66
66
|
/**
|
|
67
67
|
* Clones a dot density scheme object.
|
|
@@ -74,7 +74,7 @@ export function getSchemesByTag(params: GetSchemesByTagParams): DotDensityScheme
|
|
|
74
74
|
*/
|
|
75
75
|
export function cloneScheme(scheme: DotDensityScheme | null | undefined): DotDensityScheme | null | undefined;
|
|
76
76
|
|
|
77
|
-
export interface
|
|
77
|
+
export interface GetSchemesParameters {
|
|
78
78
|
/**
|
|
79
79
|
* The Esri basemap to pair with the visualization. This
|
|
80
80
|
* value indicates the best symbol colors for visualizing features against the given basemap. If you have a
|
|
@@ -92,12 +92,12 @@ export interface GetSchemesParams {
|
|
|
92
92
|
numColors: number;
|
|
93
93
|
}
|
|
94
94
|
|
|
95
|
-
export interface
|
|
95
|
+
export interface GetSchemesByNameParameters extends GetSchemesParameters {
|
|
96
96
|
/** The name of the scheme to retrieve. */
|
|
97
97
|
name: string;
|
|
98
98
|
}
|
|
99
99
|
|
|
100
|
-
export interface
|
|
100
|
+
export interface GetSchemesByTagParameters extends GetSchemesParameters {
|
|
101
101
|
/**
|
|
102
102
|
* When provided, only schemes missing all the provided tags will be returned.
|
|
103
103
|
*
|
|
@@ -38,7 +38,7 @@ export function getThemes(basemap?: Basemap | string): Theme[];
|
|
|
38
38
|
* // the suggested default scheme for the layer, basemap, and theme
|
|
39
39
|
* let primaryScheme = schemes.primaryScheme;
|
|
40
40
|
*/
|
|
41
|
-
export function getSchemes(params:
|
|
41
|
+
export function getSchemes(params: GetSchemesParameters): FlowSchemes | null | undefined;
|
|
42
42
|
|
|
43
43
|
/**
|
|
44
44
|
* Returns the flow scheme with the given name.
|
|
@@ -53,7 +53,7 @@ export function getSchemes(params: GetSchemesParams): FlowSchemes | null | undef
|
|
|
53
53
|
* theme: "wave-front"
|
|
54
54
|
* });
|
|
55
55
|
*/
|
|
56
|
-
export function getSchemeByName(params:
|
|
56
|
+
export function getSchemeByName(params: GetSchemesByNameParameters): FlowScheme | null | undefined;
|
|
57
57
|
|
|
58
58
|
/**
|
|
59
59
|
* Returns the flow schemes filtered by tags included and excluded from the paramters.
|
|
@@ -69,7 +69,7 @@ export function getSchemeByName(params: GetSchemesByNameParams): FlowScheme | nu
|
|
|
69
69
|
* includedTags: [ "reds", "colorblind-friendly" ]
|
|
70
70
|
* });
|
|
71
71
|
*/
|
|
72
|
-
export function getSchemesByTag(params:
|
|
72
|
+
export function getSchemesByTag(params: GetSchemesByTagParameters): FlowScheme[];
|
|
73
73
|
|
|
74
74
|
/**
|
|
75
75
|
* Clones a flow scheme object.
|
|
@@ -83,7 +83,7 @@ export function getSchemesByTag(params: GetSchemesByTagParams): FlowScheme[];
|
|
|
83
83
|
*/
|
|
84
84
|
export function cloneScheme(scheme: FlowScheme | null | undefined): FlowScheme | null | undefined;
|
|
85
85
|
|
|
86
|
-
export interface
|
|
86
|
+
export interface GetSchemesParameters {
|
|
87
87
|
/**
|
|
88
88
|
* The Esri basemap to pair with the visualization. This
|
|
89
89
|
* value indicates the best colors for visualizing flow lines against the given basemap. If you have a
|
|
@@ -116,12 +116,12 @@ export interface GetSchemesParams {
|
|
|
116
116
|
theme?: "flow-line" | "wave-front" | null;
|
|
117
117
|
}
|
|
118
118
|
|
|
119
|
-
export interface
|
|
119
|
+
export interface GetSchemesByNameParameters extends GetSchemesParameters {
|
|
120
120
|
/** The name of the desired scheme. */
|
|
121
121
|
name: string;
|
|
122
122
|
}
|
|
123
123
|
|
|
124
|
-
export interface
|
|
124
|
+
export interface GetSchemesByTagParameters extends GetSchemesParameters {
|
|
125
125
|
/**
|
|
126
126
|
* When provided, only schemes excluding all the provided tags will be returned.
|
|
127
127
|
*
|
|
@@ -37,9 +37,9 @@ export function getThemes(basemap?: Basemap | string): Theme[];
|
|
|
37
37
|
* // the best default scheme for the layer, basemap, and theme
|
|
38
38
|
* let primaryScheme = schemes.primaryScheme;
|
|
39
39
|
*/
|
|
40
|
-
export function getSchemes(params:
|
|
40
|
+
export function getSchemes(params: GetSchemesParameters): HeatmapSchemes | null | undefined;
|
|
41
41
|
|
|
42
|
-
export interface
|
|
42
|
+
export interface GetSchemesParameters {
|
|
43
43
|
/**
|
|
44
44
|
* The Esri basemap to pair with the visualization. This
|
|
45
45
|
* value indicates the best colors for visualizing features against the given basemap. If you have a
|
|
@@ -69,7 +69,7 @@ export interface GetSchemesParams {
|
|
|
69
69
|
* name: "Heatmap 4"
|
|
70
70
|
* });
|
|
71
71
|
*/
|
|
72
|
-
export function getSchemeByName(params:
|
|
72
|
+
export function getSchemeByName(params: GetSchemesByNameParameters): HeatmapScheme | null | undefined;
|
|
73
73
|
|
|
74
74
|
/**
|
|
75
75
|
* Returns an array of heatmap schemes with the provided tags. These schemes define color stop properties for
|
|
@@ -86,7 +86,7 @@ export function getSchemeByName(params: GetSchemesByNameParams): HeatmapScheme |
|
|
|
86
86
|
* includedTags: [ "heatmap", "grayscale" ]
|
|
87
87
|
* });
|
|
88
88
|
*/
|
|
89
|
-
export function getSchemesByTag(params:
|
|
89
|
+
export function getSchemesByTag(params: GetSchemesByTagParameters): HeatmapScheme[];
|
|
90
90
|
|
|
91
91
|
/**
|
|
92
92
|
* Clones a heatmap scheme object.
|
|
@@ -99,7 +99,7 @@ export function getSchemesByTag(params: GetSchemesByTagParams): HeatmapScheme[];
|
|
|
99
99
|
*/
|
|
100
100
|
export function cloneScheme(scheme: HeatmapScheme | null | undefined): HeatmapScheme | null | undefined;
|
|
101
101
|
|
|
102
|
-
export interface
|
|
102
|
+
export interface GetSchemesByNameParameters {
|
|
103
103
|
/**
|
|
104
104
|
* The basemap to pair with the visualization. This
|
|
105
105
|
* value indicates the best colors for visualizing features against the given basemap.
|
|
@@ -115,7 +115,7 @@ export interface GetSchemesByNameParams {
|
|
|
115
115
|
name: string;
|
|
116
116
|
}
|
|
117
117
|
|
|
118
|
-
export interface
|
|
118
|
+
export interface GetSchemesByTagParameters {
|
|
119
119
|
/**
|
|
120
120
|
* The basemap to pair with the visualization. This
|
|
121
121
|
* value indicates the best symbol colors for visualizing features against the given basemap.
|
|
@@ -39,7 +39,7 @@ export function getThemes(basemap?: Basemap | string | null | undefined): Theme[
|
|
|
39
39
|
* // the best default scheme for the layer, basemap, and theme
|
|
40
40
|
* let primaryScheme = schemes.primaryScheme;
|
|
41
41
|
*/
|
|
42
|
-
export function getSchemes(params:
|
|
42
|
+
export function getSchemes(params: GetSchemesParameters): LocationSchemes | null | undefined;
|
|
43
43
|
|
|
44
44
|
/**
|
|
45
45
|
* Clones a location scheme object.
|
|
@@ -53,7 +53,7 @@ export function getSchemes(params: GetSchemesParams): LocationSchemes | null | u
|
|
|
53
53
|
*/
|
|
54
54
|
export function cloneScheme(scheme: LocationScheme | null | undefined): LocationScheme | null | undefined;
|
|
55
55
|
|
|
56
|
-
export interface
|
|
56
|
+
export interface GetSchemesParameters {
|
|
57
57
|
/**
|
|
58
58
|
* The Esri basemap to pair with the visualization. This
|
|
59
59
|
* value indicates the best symbol color for visualizing features against the given basemap. If you have a
|
|
@@ -35,7 +35,7 @@ export function getThemes(basemap?: Basemap | string): Theme[];
|
|
|
35
35
|
*
|
|
36
36
|
* // primaryScheme is the suggested default scheme for the layer and basemap
|
|
37
37
|
*/
|
|
38
|
-
export function getSchemes(params:
|
|
38
|
+
export function getSchemes(params: GetSchemesParameters): PieChartSchemes | null | undefined;
|
|
39
39
|
|
|
40
40
|
/**
|
|
41
41
|
* Returns a pie chart scheme with the given name.
|
|
@@ -51,7 +51,7 @@ export function getSchemes(params: GetSchemesParams): PieChartSchemes | null | u
|
|
|
51
51
|
* geometryType: featureLayer.geometryType
|
|
52
52
|
* });
|
|
53
53
|
*/
|
|
54
|
-
export function getSchemeByName(params:
|
|
54
|
+
export function getSchemeByName(params: GetSchemesByNameParameters): PieChartScheme | null | undefined;
|
|
55
55
|
|
|
56
56
|
/**
|
|
57
57
|
* Returns an array of pie chart schemes with the provided tags. These schemes define properties for
|
|
@@ -67,7 +67,7 @@ export function getSchemeByName(params: GetSchemesByNameParams): PieChartScheme
|
|
|
67
67
|
* geometryType: featureLayer.geometryType
|
|
68
68
|
* });
|
|
69
69
|
*/
|
|
70
|
-
export function getSchemesByTag(params:
|
|
70
|
+
export function getSchemesByTag(params: GetSchemesByTagParameters): PieChartScheme[];
|
|
71
71
|
|
|
72
72
|
/**
|
|
73
73
|
* Clones a pie chart scheme object.
|
|
@@ -80,7 +80,7 @@ export function getSchemesByTag(params: GetSchemesByTagParams): PieChartScheme[]
|
|
|
80
80
|
*/
|
|
81
81
|
export function cloneScheme(scheme: PieChartScheme | null | undefined): PieChartScheme | null | undefined;
|
|
82
82
|
|
|
83
|
-
export interface
|
|
83
|
+
export interface GetSchemesParameters {
|
|
84
84
|
/**
|
|
85
85
|
* The Esri basemap to pair with the visualization. This
|
|
86
86
|
* value indicates the best color schemes for visualizing charts against the given basemap. If you have a
|
|
@@ -99,12 +99,12 @@ export interface GetSchemesParams {
|
|
|
99
99
|
numColors: number;
|
|
100
100
|
}
|
|
101
101
|
|
|
102
|
-
export interface
|
|
102
|
+
export interface GetSchemesByNameParameters extends GetSchemesParameters {
|
|
103
103
|
/** The name of the scheme to retrieve. */
|
|
104
104
|
name: string;
|
|
105
105
|
}
|
|
106
106
|
|
|
107
|
-
export interface
|
|
107
|
+
export interface GetSchemesByTagParameters extends GetSchemesParameters {
|
|
108
108
|
/**
|
|
109
109
|
* When provided, only schemes missing all the provided tags will be returned.
|
|
110
110
|
*
|
|
@@ -37,7 +37,7 @@ export function getThemes(basemap?: Basemap | string): Theme[];
|
|
|
37
37
|
* // the best default scheme for the layer and basemap
|
|
38
38
|
* const primaryScheme = schemes.primaryScheme;
|
|
39
39
|
*/
|
|
40
|
-
export function getSchemes(params:
|
|
40
|
+
export function getSchemes(params: GetSchemesParameters): PredominanceSchemes | null | undefined;
|
|
41
41
|
|
|
42
42
|
/**
|
|
43
43
|
* Returns a predominance scheme with the provided name.
|
|
@@ -54,7 +54,7 @@ export function getSchemes(params: GetSchemesParams): PredominanceSchemes | null
|
|
|
54
54
|
* geometryType: featureLayer.geometryType
|
|
55
55
|
* });
|
|
56
56
|
*/
|
|
57
|
-
export function getSchemeByName(params:
|
|
57
|
+
export function getSchemeByName(params: GetSchemesByNameParameters): PredominanceScheme | null | undefined;
|
|
58
58
|
|
|
59
59
|
/**
|
|
60
60
|
* Returns an array of predominance schemes with the provided tags. These schemes define symbol properties for
|
|
@@ -71,7 +71,7 @@ export function getSchemeByName(params: GetSchemesByNameParams): PredominanceSch
|
|
|
71
71
|
* geometryType: featureLayer.geometryType
|
|
72
72
|
* });
|
|
73
73
|
*/
|
|
74
|
-
export function getSchemesByTag(params:
|
|
74
|
+
export function getSchemesByTag(params: GetSchemesByTagParameters): PredominanceScheme[];
|
|
75
75
|
|
|
76
76
|
/**
|
|
77
77
|
* Clones a predominance scheme object.
|
|
@@ -84,7 +84,7 @@ export function getSchemesByTag(params: GetSchemesByTagParams): PredominanceSche
|
|
|
84
84
|
*/
|
|
85
85
|
export function cloneScheme(scheme: PredominanceScheme | null | undefined): PredominanceScheme | null | undefined;
|
|
86
86
|
|
|
87
|
-
export interface
|
|
87
|
+
export interface GetSchemesParameters {
|
|
88
88
|
/**
|
|
89
89
|
* The Esri basemap to pair with the visualization. This
|
|
90
90
|
* value indicates the best symbol colors for visualizing features against the given basemap. If you have a
|
|
@@ -121,12 +121,12 @@ export interface GetSchemesParams {
|
|
|
121
121
|
worldScale?: boolean | null;
|
|
122
122
|
}
|
|
123
123
|
|
|
124
|
-
export interface
|
|
124
|
+
export interface GetSchemesByNameParameters extends GetSchemesParameters {
|
|
125
125
|
/** The name of the scheme to retrieve. */
|
|
126
126
|
name: string;
|
|
127
127
|
}
|
|
128
128
|
|
|
129
|
-
export interface
|
|
129
|
+
export interface GetSchemesByTagParameters extends GetSchemesParameters {
|
|
130
130
|
/**
|
|
131
131
|
* When provided, only schemes missing all the provided tags will be returned.
|
|
132
132
|
*
|
|
@@ -37,7 +37,7 @@ export function getThemes(basemap?: Basemap | string): Theme[];
|
|
|
37
37
|
* // the best default scheme for the layer and basemap
|
|
38
38
|
* const primaryScheme = schemes.primaryScheme;
|
|
39
39
|
*/
|
|
40
|
-
export function getSchemes(params:
|
|
40
|
+
export function getSchemes(params: GetSchemesParameters): RelationshipSchemes | null | undefined;
|
|
41
41
|
|
|
42
42
|
/**
|
|
43
43
|
* Returns a relationship scheme with the provided name.
|
|
@@ -54,7 +54,7 @@ export function getSchemes(params: GetSchemesParams): RelationshipSchemes | null
|
|
|
54
54
|
* name: "Blueberry Parfait"
|
|
55
55
|
* });
|
|
56
56
|
*/
|
|
57
|
-
export function getSchemeByName(params:
|
|
57
|
+
export function getSchemeByName(params: GetSchemesByNameParameters): RelationshipScheme | null | undefined;
|
|
58
58
|
|
|
59
59
|
/**
|
|
60
60
|
* Returns an array of relationship schemes with the provided tags. These schemes define symbol properties for
|
|
@@ -72,7 +72,7 @@ export function getSchemeByName(params: GetSchemesByNameParams): RelationshipSch
|
|
|
72
72
|
* excludedTags: [ "grayscale" ]
|
|
73
73
|
* });
|
|
74
74
|
*/
|
|
75
|
-
export function getSchemesByTag(params:
|
|
75
|
+
export function getSchemesByTag(params: GetSchemesByTagParameters): RelationshipScheme[];
|
|
76
76
|
|
|
77
77
|
/**
|
|
78
78
|
* Clones a relationship (bivariate color) scheme object.
|
|
@@ -85,7 +85,7 @@ export function getSchemesByTag(params: GetSchemesByTagParams): RelationshipSche
|
|
|
85
85
|
*/
|
|
86
86
|
export function cloneScheme(scheme: RelationshipScheme | null | undefined): RelationshipScheme | null | undefined;
|
|
87
87
|
|
|
88
|
-
export interface
|
|
88
|
+
export interface GetSchemesParameters {
|
|
89
89
|
/**
|
|
90
90
|
* The Esri basemap to pair with the visualization. This
|
|
91
91
|
* value indicates the best symbol colors for visualizing features against the given basemap. If you have a
|
|
@@ -120,12 +120,12 @@ export interface GetSchemesParams {
|
|
|
120
120
|
worldScale?: boolean | null;
|
|
121
121
|
}
|
|
122
122
|
|
|
123
|
-
export interface
|
|
123
|
+
export interface GetSchemesByNameParameters extends GetSchemesParameters {
|
|
124
124
|
/** The name of the scheme to retrieve. */
|
|
125
125
|
name: string;
|
|
126
126
|
}
|
|
127
127
|
|
|
128
|
-
export interface
|
|
128
|
+
export interface GetSchemesByTagParameters extends GetSchemesParameters {
|
|
129
129
|
/**
|
|
130
130
|
* When provided, only schemes missing all the provided tags will be returned.
|
|
131
131
|
*
|