@arcgis/core 5.1.0-next.64 → 5.1.0-next.65
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Camera.d.ts +1 -1
- package/Ground.d.ts +7 -7
- package/PopupTemplate.d.ts +8 -8
- package/WebDocument2D.js +1 -1
- package/WebScene.d.ts +1 -1
- package/WebScene.js +1 -1
- package/analysis/AreaMeasurementAnalysis.d.ts +1 -1
- package/analysis/DirectLineMeasurementAnalysis.d.ts +1 -1
- package/analysis/LengthDimension.d.ts +4 -4
- package/analysis/ShadowCastAnalysis.d.ts +3 -3
- package/analysis/SliceAnalysis.d.ts +1 -1
- package/analysis/SlicePlane.d.ts +1 -1
- package/applications/Components/featureUtils.d.ts +24 -0
- package/applications/Components/featureUtils.js +1 -1
- package/arcade/geometry/wkt.js +1 -1
- package/assets/esri/core/workers/RemoteClient.js +1 -1
- package/assets/esri/core/workers/chunks/{8166ad6bbd7d7a8f91cf.js → 0f3b8a08f843a080af0d.js} +1 -1
- package/assets/esri/core/workers/chunks/{354351ab3fc79dedf9a8.js → 4eca871ca51a59f6540a.js} +1 -1
- package/assets/esri/core/workers/chunks/7e97684e851274efd11f.js +1 -0
- package/assets/esri/core/workers/chunks/86f1aa2c108f5224d8b5.js +1 -0
- package/assets/esri/core/workers/chunks/b8acb6c2538053c01cc6.js +1 -0
- package/assets/esri/core/workers/chunks/d9d69cf2496ebe76eade.js +1 -0
- package/assets/esri/core/workers/chunks/{6c72dbd5275bffde1583.js → e622a23034f055de8b55.js} +1 -1
- package/assets/esri/core/workers/chunks/ec9d5dcf2a0a11c85341.js +1 -0
- package/config.js +1 -1
- package/effects/FocusAreas.d.ts +1 -1
- package/form/elements/FieldElement.d.ts +1 -1
- package/form/elements/GroupElement.d.ts +1 -1
- package/form/elements/TextElement.d.ts +1 -1
- package/form/elements/inputs/ComboBoxInput.d.ts +1 -1
- package/form/elements/inputs/RadioButtonsInput.d.ts +1 -1
- package/form/elements/inputs/SwitchInput.d.ts +1 -1
- package/geometry/Mesh.d.ts +7 -7
- package/geometry/operators/alphaShapeOperator.d.ts +1 -1
- package/geometry/operators/areaOperator.d.ts +1 -1
- package/geometry/operators/bufferOperator.d.ts +1 -1
- package/geometry/operators/centroidOperator.d.ts +1 -1
- package/geometry/operators/clipOperator.d.ts +1 -1
- package/geometry/operators/containsOperator.d.ts +1 -1
- package/geometry/operators/convexHullOperator.d.ts +1 -1
- package/geometry/operators/crossesOperator.d.ts +1 -1
- package/geometry/operators/cutOperator.d.ts +1 -1
- package/geometry/operators/densifyOperator.d.ts +1 -1
- package/geometry/operators/differenceOperator.d.ts +1 -1
- package/geometry/operators/disjointOperator.d.ts +1 -1
- package/geometry/operators/distanceOperator.d.ts +1 -1
- package/geometry/operators/generalizeOperator.d.ts +1 -1
- package/geometry/operators/geodesicProximityOperator.d.ts +1 -1
- package/geometry/operators/geodeticDistanceOperator.d.ts +1 -1
- package/geometry/operators/geodeticUtilsOperator.d.ts +2 -2
- package/geometry/operators/graphicBufferOperator.d.ts +1 -1
- package/geometry/operators/intersectionOperator.d.ts +1 -1
- package/geometry/operators/intersectsOperator.d.ts +1 -1
- package/geometry/operators/isNearOperator.d.ts +1 -1
- package/geometry/operators/lengthOperator.d.ts +1 -1
- package/geometry/operators/locateBetweenOperator.d.ts +1 -1
- package/geometry/operators/multiPartToSinglePartOperator.d.ts +1 -1
- package/geometry/operators/offsetOperator.d.ts +5 -5
- package/geometry/operators/overlapsOperator.d.ts +1 -1
- package/geometry/operators/proximityOperator.d.ts +1 -1
- package/geometry/operators/simplifyOGCOperator.d.ts +1 -1
- package/geometry/operators/simplifyOperator.d.ts +1 -1
- package/geometry/operators/support/Transformation.d.ts +6 -6
- package/geometry/operators/symmetricDifferenceOperator.d.ts +1 -1
- package/geometry/operators/touchesOperator.d.ts +1 -1
- package/geometry/operators/unionOperator.d.ts +1 -1
- package/geometry/operators/withinOperator.d.ts +1 -1
- package/geometry/support/MeshMaterialMetallicRoughness.d.ts +1 -1
- package/geometry/support/vcsData.js +2 -0
- package/geometry/support/vcsLookup.js +2 -0
- package/kernel.js +1 -1
- package/layers/BuildingSceneLayer.d.ts +4 -4
- package/layers/CSVLayer.d.ts +2 -2
- package/layers/CatalogLayer.d.ts +2 -2
- package/layers/ElevationLayer.d.ts +1 -1
- package/layers/FeatureLayer.d.ts +2 -2
- package/layers/GeoJSONLayer.d.ts +2 -2
- package/layers/GeoRSSLayer.d.ts +1 -1
- package/layers/GraphicsLayer.d.ts +2 -2
- package/layers/ImageryLayer.d.ts +3 -3
- package/layers/ImageryTileLayer.d.ts +2 -2
- package/layers/IntegratedMesh3DTilesLayer.d.ts +6 -6
- package/layers/IntegratedMeshLayer.d.ts +7 -7
- package/layers/MapImageLayer.d.ts +1 -1
- package/layers/MediaLayer.d.ts +1 -1
- package/layers/OGCFeatureLayer.d.ts +2 -2
- package/layers/PointCloudLayer.d.ts +1 -1
- package/layers/SceneLayer.d.ts +9 -9
- package/layers/StreamLayer.d.ts +2 -2
- package/layers/VectorTileLayer.d.ts +2 -2
- package/layers/VideoLayer.d.ts +1 -1
- package/layers/VoxelLayer.d.ts +8 -8
- package/layers/WFSLayer.d.ts +6 -6
- package/layers/catalog/CatalogFootprintLayer.d.ts +1 -1
- package/layers/graphics/sources/geojson/GeoJSONSourceWorker.js +1 -1
- package/layers/graphics/sources/support/MemorySourceWorker.js +1 -1
- package/layers/mixins/ArcGISImageService.js +1 -1
- package/layers/mixins/BlendLayer.d.ts +6 -6
- package/layers/pointCloudFilters/PointCloudReturnFilter.d.ts +1 -1
- package/layers/pointCloudFilters/PointCloudValueFilter.d.ts +1 -1
- package/layers/support/DimensionalDefinition.d.ts +2 -2
- package/layers/support/FeatureEffect.d.ts +4 -4
- package/layers/support/FeatureFilter.d.ts +17 -17
- package/layers/support/FeatureReductionBinning.d.ts +1 -1
- package/layers/support/FeatureReductionCluster.d.ts +9 -9
- package/layers/support/FeatureReductionSelection.d.ts +1 -1
- package/layers/support/LabelClass.d.ts +2 -2
- package/layers/support/RasterFunction.d.ts +1 -1
- package/layers/support/SceneFilter.d.ts +2 -2
- package/layers/support/SceneModification.d.ts +3 -3
- package/layers/support/capabilities.js +1 -1
- package/layers/support/featureLayerUtils.js +1 -1
- package/layers/support/serviceCapabilitiesUtils.js +1 -1
- package/layers/types.d.ts +6 -0
- package/package.json +1 -1
- package/popup/Feature.d.ts +6 -6
- package/popup/Feature.js +1 -1
- package/popup/Features.d.ts +3 -14
- package/popup/Features.js +1 -1
- package/popup/content/AttachmentsContent.d.ts +1 -1
- package/popup/content/BarChartMediaInfo.d.ts +1 -1
- package/popup/content/ColumnChartMediaInfo.d.ts +1 -1
- package/popup/content/FieldsContent.d.ts +1 -1
- package/popup/content/ImageMediaInfo.d.ts +1 -1
- package/popup/content/LineChartMediaInfo.d.ts +1 -1
- package/popup/content/MediaContent.d.ts +1 -1
- package/popup/content/PieChartMediaInfo.d.ts +1 -1
- package/popup/content/RelationshipContent.d.ts +1 -1
- package/popup/content/TextContent.d.ts +1 -1
- package/popup/support/featureUtils.js +1 -1
- package/popup/types.d.ts +193 -8
- package/portal/schemas/definitions.js +1 -1
- package/renderers/ClassBreaksRenderer.d.ts +1 -1
- package/renderers/DictionaryRenderer.d.ts +1 -1
- package/renderers/DotDensityRenderer.d.ts +3 -3
- package/renderers/FlowRenderer.d.ts +5 -5
- package/renderers/HeatmapRenderer.d.ts +3 -3
- package/renderers/PieChartRenderer.d.ts +1 -1
- package/renderers/RasterShadedReliefRenderer.d.ts +1 -1
- package/renderers/Renderer.d.ts +4 -4
- package/renderers/SimpleRenderer.d.ts +2 -2
- package/renderers/UniqueValueRenderer.d.ts +2 -2
- package/renderers/VectorFieldRenderer.d.ts +1 -1
- package/renderers/mixins/VisualVariablesMixin.d.ts +12 -12
- package/renderers/visualVariables/ColorVariable.d.ts +1 -1
- package/renderers/visualVariables/OpacityVariable.d.ts +1 -1
- package/renderers/visualVariables/RotationVariable.d.ts +1 -1
- package/renderers/visualVariables/SizeVariable.d.ts +1 -1
- package/renderers/visualVariables/VisualVariable.d.ts +1 -1
- package/rest/query/support/AttachmentInfo.d.ts +1 -1
- package/rest/support/AttributeBinsQuery.d.ts +8 -8
- package/rest/support/AutoIntervalBinParameters.d.ts +1 -1
- package/rest/support/DateBinParameters.d.ts +1 -1
- package/rest/support/FixedBoundariesBinParameters.d.ts +1 -1
- package/rest/support/FixedIntervalBinParameters.d.ts +1 -1
- package/rest/support/Query.d.ts +8 -8
- package/rest/support/TopFeaturesQuery.d.ts +8 -8
- package/smartMapping/labels/clusters.d.ts +1 -1
- package/smartMapping/popup/clusters.d.ts +2 -2
- package/smartMapping/popup/templates.d.ts +1 -1
- package/smartMapping/raster/renderers/flow.d.ts +2 -2
- package/smartMapping/renderers/color.d.ts +12 -12
- package/smartMapping/renderers/predominance.d.ts +3 -3
- package/smartMapping/renderers/relationship.d.ts +15 -15
- package/smartMapping/renderers/univariateColorSize.d.ts +4 -4
- package/smartMapping/symbology/color.d.ts +4 -4
- package/smartMapping/symbology/flow.d.ts +2 -2
- package/smartMapping/symbology/types.d.ts +18 -18
- package/support/actions/ActionButton.d.ts +1 -1
- package/support/revision.js +1 -1
- package/symbols/CIMSymbol.d.ts +1 -1
- package/symbols/ExtrudeSymbol3DLayer.d.ts +1 -1
- package/symbols/FillSymbol3DLayer.d.ts +3 -3
- package/symbols/IconSymbol3DLayer.d.ts +1 -1
- package/symbols/LabelSymbol3D.d.ts +2 -2
- package/symbols/LineStyleMarker3D.d.ts +7 -7
- package/symbols/LineSymbol3D.d.ts +2 -2
- package/symbols/LineSymbol3DLayer.d.ts +7 -7
- package/symbols/LineSymbolMarker.d.ts +6 -6
- package/symbols/MarkerSymbol.d.ts +1 -1
- package/symbols/MeshSymbol3D.d.ts +2 -2
- package/symbols/ObjectSymbol3DLayer.d.ts +1 -1
- package/symbols/PathSymbol3DLayer.d.ts +14 -14
- package/symbols/PictureFillSymbol.d.ts +1 -1
- package/symbols/PictureMarkerSymbol.d.ts +1 -1
- package/symbols/PointSymbol3D.d.ts +3 -3
- package/symbols/PolygonSymbol3D.d.ts +5 -5
- package/symbols/SimpleFillSymbol.d.ts +8 -8
- package/symbols/SimpleLineSymbol.d.ts +20 -20
- package/symbols/SimpleMarkerSymbol.d.ts +7 -7
- package/symbols/Symbol3DLayer.d.ts +16 -16
- package/symbols/TextSymbol.d.ts +1 -1
- package/symbols/TextSymbol3DLayer.d.ts +1 -1
- package/symbols/WaterSymbol3DLayer.d.ts +3 -3
- package/symbols/WebStyleSymbol.d.ts +12 -12
- package/symbols/callouts/Callout3D.d.ts +1 -1
- package/symbols/callouts/LineCallout3D.d.ts +3 -3
- package/symbols/cim/types.d.ts +23 -23
- package/symbols/edges/Edges3D.d.ts +1 -1
- package/symbols/edges/SolidEdges3D.d.ts +1 -1
- package/symbols/patterns/LineStylePattern3D.d.ts +11 -11
- package/symbols/patterns/StylePattern3D.d.ts +8 -8
- package/symbols/support/ElevationInfo.d.ts +2 -2
- package/symbols/support/IconSymbol3DLayerResource.d.ts +6 -6
- package/symbols/support/ObjectSymbol3DLayerResource.d.ts +7 -7
- package/symbols/support/Symbol3DEmissive.d.ts +2 -2
- package/symbols/support/Symbol3DVerticalOffset.d.ts +2 -2
- package/views/2d/engine/flow/FlowStrategy.js +1 -1
- package/views/2d/engine/flow/styles/Imagery.js +1 -1
- package/views/2d/engine/flow/styles/Particles.js +1 -1
- package/views/2d/engine/flow/styles/Stack.js +1 -1
- package/views/2d/engine/flow/styles/Streamlines.js +1 -1
- package/views/2d/engine/vectorTiles/style/StyleLayer.js +1 -1
- package/views/2d/engine/webgl/shaders/sources/shaderRepository.js +1 -1
- package/views/2d/layers/BaseLayerViewGL2D.d.ts +1 -1
- package/views/2d/layers/ImageryTileLayerView2D.js +1 -1
- package/views/2d/layers/imagery/BaseImageryTileSubView2D.js +1 -1
- package/views/2d/types.d.ts +3 -3
- package/views/3d/FocusAreasView.js +1 -1
- package/views/3d/analysis/Slice/sliceToolUtils.js +1 -1
- package/views/3d/analysis/VolumeMeasurement/VolumeMeasurementCutFillController.js +1 -1
- package/views/3d/analysis/VolumeMeasurement/VolumeMeasurementCutFillVisualization.js +1 -1
- package/views/3d/environment/CloudyWeather.d.ts +1 -1
- package/views/3d/environment/Environment.d.ts +4 -4
- package/views/3d/environment/FoggyWeather.d.ts +1 -1
- package/views/3d/environment/RainyWeather.d.ts +1 -1
- package/views/3d/environment/SnowyWeather.d.ts +1 -1
- package/views/3d/environment/SunLighting.d.ts +1 -1
- package/views/3d/environment/SunnyWeather.d.ts +1 -1
- package/views/3d/environment/VirtualLighting.d.ts +1 -1
- package/views/3d/layers/graphics/extrudeUtils.js +1 -1
- package/views/3d/support/renderInfoUtils/polygon.js +1 -1
- package/views/3d/webgl/RenderNode.d.ts +2 -2
- package/views/3d/webgl-engine/effects/focusArea/FocusAreaMaskNode.js +1 -1
- package/views/3d/webgl-engine/lib/CutFillComputationRenderNode.js +1 -1
- package/views/3d/webgl-engine/lib/CutFillVisualizationRenderNode.js +1 -1
- package/views/3d/webgl.d.ts +1 -1
- package/views/Magnifier.d.ts +3 -3
- package/views/MapView.d.ts +7 -7
- package/views/SceneView.d.ts +16 -16
- package/views/View.d.ts +17 -3
- package/views/View.js +1 -1
- package/views/interactive/sketch/SketchLabelOptions.d.ts +1 -1
- package/views/interactive/sketch/SketchTooltipOptions.d.ts +1 -1
- package/views/interactive/snapping/SnappingOptions.d.ts +7 -7
- package/views/layers/LineOfSightLayerView.d.ts +3 -2
- package/views/support/HighlightOptions.d.ts +1 -1
- package/views/types.d.ts +59 -2
- package/views/ui/DefaultUI.d.ts +2 -2
- package/webscene/Environment.d.ts +10 -10
- package/webscene/Glow.d.ts +1 -1
- package/webscene/background/ColorBackground.d.ts +1 -1
- package/widgets/AreaMeasurement2D.d.ts +1 -1
- package/widgets/AreaMeasurement3D.d.ts +2 -2
- package/widgets/Attachments.d.ts +1 -1
- package/widgets/Attribution.d.ts +1 -1
- package/widgets/BasemapGallery.d.ts +1 -1
- package/widgets/BasemapLayerList.d.ts +3 -3
- package/widgets/BasemapToggle.d.ts +1 -1
- package/widgets/Bookmarks/BookmarksVisibleElements.d.ts +1 -1
- package/widgets/Bookmarks.d.ts +2 -2
- package/widgets/BuildingExplorer.d.ts +1 -1
- package/widgets/CatalogLayerList.d.ts +3 -3
- package/widgets/Compass.d.ts +2 -2
- package/widgets/CoordinateConversion.d.ts +1 -1
- package/widgets/Daylight.d.ts +5 -5
- package/widgets/DirectLineMeasurement3D.d.ts +2 -2
- package/widgets/Directions.d.ts +4 -4
- package/widgets/DistanceMeasurement2D.d.ts +1 -1
- package/widgets/Editor/CreateFeaturesWorkflow.d.ts +1 -1
- package/widgets/Editor.d.ts +8 -8
- package/widgets/ElevationProfile/ElevationProfileLineGround.d.ts +1 -1
- package/widgets/ElevationProfile/ElevationProfileLineInput.d.ts +1 -1
- package/widgets/ElevationProfile/ElevationProfileLineView.d.ts +1 -1
- package/widgets/ElevationProfile.d.ts +3 -3
- package/widgets/Expand.d.ts +1 -1
- package/widgets/FeatureForm.d.ts +1 -1
- package/widgets/FeatureTable/ActionColumn.d.ts +2 -2
- package/widgets/FeatureTable/AttachmentsColumn.d.ts +1 -1
- package/widgets/FeatureTable/FeatureTableViewModel.d.ts +3 -3
- package/widgets/FeatureTable/Grid/GroupColumn.d.ts +1 -1
- package/widgets/FeatureTable/RelationshipColumn.d.ts +1 -1
- package/widgets/FeatureTable/VisibleElements.d.ts +1 -1
- package/widgets/FeatureTable.d.ts +10 -10
- package/widgets/FeatureTemplates/FeatureTemplatesViewModel.d.ts +5 -5
- package/widgets/FeatureTemplates.d.ts +8 -8
- package/widgets/Features/FeaturesViewModel.d.ts +2 -2
- package/widgets/Features/FeaturesVisibleElements.d.ts +2 -2
- package/widgets/Features.d.ts +1 -1
- package/widgets/FloorFilter/FloorFilterViewModel.js +1 -1
- package/widgets/FloorFilter.d.ts +2 -2
- package/widgets/Histogram.d.ts +2 -2
- package/widgets/HistogramRangeSlider.d.ts +1 -1
- package/widgets/Home.d.ts +1 -1
- package/widgets/LayerList/ListItemPanel.d.ts +1 -1
- package/widgets/LayerList.d.ts +4 -4
- package/widgets/Legend.d.ts +8 -8
- package/widgets/LineOfSight.d.ts +1 -1
- package/widgets/Locate.d.ts +2 -2
- package/widgets/Measurement.d.ts +1 -1
- package/widgets/NavigationToggle/NavigationToggleViewModel.d.ts +1 -1
- package/widgets/NavigationToggle.d.ts +3 -3
- package/widgets/Popup/PopupVisibleElements.d.ts +2 -2
- package/widgets/Popup.d.ts +5 -5
- package/widgets/Print/CustomTemplate.d.ts +1 -1
- package/widgets/Print/TemplateOptions.d.ts +4 -4
- package/widgets/ScaleRangeSlider.d.ts +1 -1
- package/widgets/Search/SearchViewModel.d.ts +4 -4
- package/widgets/Search.d.ts +5 -5
- package/widgets/ShadowCast.d.ts +3 -3
- package/widgets/Sketch/SketchViewModel.d.ts +39 -39
- package/widgets/Sketch.d.ts +43 -43
- package/widgets/Slice.d.ts +2 -2
- package/widgets/Slider/SliderViewModel.d.ts +2 -2
- package/widgets/Slider.d.ts +9 -9
- package/widgets/Swipe/SwipeViewModel.d.ts +1 -1
- package/widgets/Swipe.d.ts +2 -2
- package/widgets/TableList/ListItemPanel.d.ts +1 -1
- package/widgets/TableList.d.ts +1 -1
- package/widgets/TimeSlider/TimeSliderViewModel.d.ts +10 -10
- package/widgets/TimeSlider/TimeSliderViewModel.js +1 -1
- package/widgets/TimeSlider/types.d.ts +1 -1
- package/widgets/TimeSlider.d.ts +13 -13
- package/widgets/Track.d.ts +2 -2
- package/widgets/UtilityNetworkAssociations.d.ts +3 -3
- package/widgets/UtilityNetworkTrace.d.ts +4 -4
- package/widgets/UtilityNetworkValidateTopology.d.ts +1 -1
- package/widgets/ValuePicker.d.ts +5 -5
- package/widgets/VideoPlayer.d.ts +1 -1
- package/widgets/smartMapping/ClassedColorSlider.d.ts +1 -1
- package/widgets/smartMapping/ClassedSizeSlider.d.ts +1 -1
- package/widgets/smartMapping/ColorSizeSlider.d.ts +2 -2
- package/widgets/smartMapping/ColorSlider.d.ts +1 -1
- package/widgets/smartMapping/HeatmapSlider.d.ts +1 -1
- package/widgets/smartMapping/OpacitySlider.d.ts +1 -1
- package/widgets/smartMapping/SizeSlider.d.ts +1 -1
- package/widgets/smartMapping/SmartMappingSliderBase.d.ts +4 -4
- package/widgets/smartMapping/SmartMappingSliderViewModel.d.ts +6 -6
- package/widgets/support/GridControls.d.ts +1 -1
- package/widgets/support/SnappingControls/VisibleElements.d.ts +1 -1
- package/widgets/support/SnappingControls.d.ts +6 -6
- package/assets/esri/core/workers/chunks/2aaeaf022af8493281dc.js +0 -1
- package/assets/esri/core/workers/chunks/2d92ba11781a3cfc3a78.js +0 -1
- package/assets/esri/core/workers/chunks/5c6e5f22450dd0583074.js +0 -1
- package/assets/esri/core/workers/chunks/75f7c1f600c4051bc905.js +0 -1
- package/assets/esri/core/workers/chunks/ee8cd91c27e9cdfc3b2e.js +0 -1
|
@@ -25,12 +25,12 @@ export interface MeshSymbol3DProperties extends Symbol3DProperties {
|
|
|
25
25
|
*
|
|
26
26
|
* [Symbol3DLayer](https://developers.arcgis.com/javascript/latest/references/core/symbols/Symbol3DLayer/) Type | Flat/Volumetric | Size Units | Example
|
|
27
27
|
* ------------|-----------|------------|-----------
|
|
28
|
-
* [FillSymbol3DLayer](https://developers.arcgis.com/javascript/latest/references/core/symbols/FillSymbol3DLayer/)| flat | - | | flat | - | 
|
|
29
29
|
*
|
|
30
30
|
* The image below depicts a [SceneLayer](https://developers.arcgis.com/javascript/latest/references/core/layers/SceneLayer/) whose graphics
|
|
31
31
|
* are styled with a MeshSymbol3D containing a [FillSymbol3DLayer](https://developers.arcgis.com/javascript/latest/references/core/symbols/FillSymbol3DLayer/).
|
|
32
32
|
*
|
|
33
|
-
* 
|
|
34
34
|
*
|
|
35
35
|
* See [Symbol3DLayer](https://developers.arcgis.com/javascript/latest/references/core/symbols/Symbol3DLayer/) and [Symbol3D](https://developers.arcgis.com/javascript/latest/references/core/symbols/Symbol3D/) to read
|
|
36
36
|
* more general information about 3D symbols, symbol layers and how they relate to one another.
|
|
@@ -103,7 +103,7 @@ export interface ObjectSymbol3DLayerProperties extends Symbol3DLayerProperties,
|
|
|
103
103
|
* symbolized with a [PointSymbol3D](https://developers.arcgis.com/javascript/latest/references/core/symbols/PointSymbol3D/) containing a cylinder-based
|
|
104
104
|
* ObjectSymbol3DLayer.
|
|
105
105
|
*
|
|
106
|
-
* [](https://developers.arcgis.com/javascript/latest/sample-code/visualization-multivariate-3d/)
|
|
107
107
|
*
|
|
108
108
|
* See [Symbol3DLayer](https://developers.arcgis.com/javascript/latest/references/core/symbols/Symbol3DLayer/) and [Symbol3D](https://developers.arcgis.com/javascript/latest/references/core/symbols/Symbol3D/) to read
|
|
109
109
|
* more general information about 3D symbols, symbol layers and how they relate to one another.
|
|
@@ -57,7 +57,7 @@ export interface PathSymbol3DLayerProperties extends Symbol3DLayerProperties, Pa
|
|
|
57
57
|
* styles can be created like a wall or a strip.
|
|
58
58
|
* Below are some of the path visualizations that could be created by combining these properties:
|
|
59
59
|
*
|
|
60
|
-
* 
|
|
61
61
|
*
|
|
62
62
|
* The color of the path is set in the [material](https://developers.arcgis.com/javascript/latest/references/core/symbols/PathSymbol3DLayer/#material) property. The color can be data-driven by
|
|
63
63
|
* adding [color visual variables](https://developers.arcgis.com/javascript/latest/references/core/renderers/SimpleRenderer/#visualVariables)
|
|
@@ -70,7 +70,7 @@ export interface PathSymbol3DLayerProperties extends Symbol3DLayerProperties, Pa
|
|
|
70
70
|
* In the image below the [FeatureLayer](https://developers.arcgis.com/javascript/latest/references/core/layers/FeatureLayer/) depicts transit lines in a city.
|
|
71
71
|
* The polyline features are visualized with [PathSymbol3DLayer](https://developers.arcgis.com/javascript/latest/references/core/symbols/PathSymbol3DLayer/) set on a [LineSymbol3D](https://developers.arcgis.com/javascript/latest/references/core/symbols/LineSymbol3D/).
|
|
72
72
|
*
|
|
73
|
-
* 
|
|
74
74
|
*
|
|
75
75
|
* [Path visualization in 3D sample](https://developers.arcgis.com/javascript/latest/sample-code/visualization-path-3d/) shows how the different
|
|
76
76
|
* properties change the style of the PathSymbol3DLayer.
|
|
@@ -117,9 +117,9 @@ export default class PathSymbol3DLayer extends Symbol3DLayer {
|
|
|
117
117
|
*
|
|
118
118
|
* Possible Value | Example
|
|
119
119
|
* ---------------|---------
|
|
120
|
-
* center | 
|
|
121
|
+
* bottom | 
|
|
122
|
+
* top | 
|
|
123
123
|
*
|
|
124
124
|
* @default "center"
|
|
125
125
|
* @since 4.12
|
|
@@ -132,10 +132,10 @@ export default class PathSymbol3DLayer extends Symbol3DLayer {
|
|
|
132
132
|
*
|
|
133
133
|
* Possible Value | Example
|
|
134
134
|
* ---------------|---------
|
|
135
|
-
* butt | 
|
|
136
|
+
* round | 
|
|
137
|
+
* square | 
|
|
138
|
+
* none | 
|
|
139
139
|
*
|
|
140
140
|
* @default "butt"
|
|
141
141
|
* @since 4.12
|
|
@@ -192,9 +192,9 @@ export default class PathSymbol3DLayer extends Symbol3DLayer {
|
|
|
192
192
|
*
|
|
193
193
|
* Possible Value | Example
|
|
194
194
|
* ---------------|---------
|
|
195
|
-
* bevel | 
|
|
196
|
+
* miter | 
|
|
197
|
+
* round | 
|
|
198
198
|
*
|
|
199
199
|
* @default "miter"
|
|
200
200
|
* @since 4.12
|
|
@@ -258,11 +258,11 @@ export default class PathSymbol3DLayer extends Symbol3DLayer {
|
|
|
258
258
|
*
|
|
259
259
|
* As an example, when setting `heading` on a path with a `quad` profile the path is oriented upright:
|
|
260
260
|
*
|
|
261
|
-
* 
|
|
262
262
|
*
|
|
263
263
|
* The same path with `profileRotation` set to `all` will rotate in all three degrees of freedom:
|
|
264
264
|
*
|
|
265
|
-
* 
|
|
266
266
|
*
|
|
267
267
|
* @default "all"
|
|
268
268
|
* @since 4.12
|
|
@@ -107,7 +107,7 @@ export interface PictureFillSymbolProperties extends FillSymbolProperties, Parti
|
|
|
107
107
|
*
|
|
108
108
|
* The image below depicts a [Graphic](https://developers.arcgis.com/javascript/latest/references/core/Graphic/) that is styled with a PictureFillSymbol.
|
|
109
109
|
*
|
|
110
|
-
* 
|
|
111
111
|
*
|
|
112
112
|
* @since 4.0
|
|
113
113
|
* @see [Symbol Builder](https://developers.arcgis.com/javascript/latest/symbol-builder/)
|
|
@@ -81,7 +81,7 @@ export interface PictureMarkerSymbolProperties extends MarkerSymbolProperties, P
|
|
|
81
81
|
* [FeatureLayer](https://developers.arcgis.com/javascript/latest/references/core/layers/FeatureLayer/) whose point features
|
|
82
82
|
* are styled with a [PictureMarkerSymbol](https://developers.arcgis.com/javascript/latest/references/core/symbols/PictureMarkerSymbol/).
|
|
83
83
|
*
|
|
84
|
-
* [](https://developers.arcgis.com/javascript/latest/sample-code/visualization-vv-rotation/)
|
|
85
85
|
*
|
|
86
86
|
* > [!WARNING]
|
|
87
87
|
* >
|
|
@@ -77,9 +77,9 @@ export type PointSymbol3DSupportedSymbolLayerTypes = IconSymbol3DLayer | ObjectS
|
|
|
77
77
|
*
|
|
78
78
|
* [Symbol3DLayer](https://developers.arcgis.com/javascript/latest/references/core/symbols/Symbol3DLayer/) Type | Flat/Volumetric | Size Units | Example
|
|
79
79
|
* ------------|-----------|------------|-----------
|
|
80
|
-
* [IconSymbol3DLayer](https://developers.arcgis.com/javascript/latest/references/core/symbols/IconSymbol3DLayer/) | flat | points |  | volumetric | meters |  | flat | points |  | flat | points | 
|
|
81
|
+
* [ObjectSymbol3DLayer](https://developers.arcgis.com/javascript/latest/references/core/symbols/ObjectSymbol3DLayer/) | volumetric | meters | 
|
|
82
|
+
* [TextSymbol3DLayer](https://developers.arcgis.com/javascript/latest/references/core/symbols/TextSymbol3DLayer/) | flat | points | 
|
|
83
83
|
*
|
|
84
84
|
* See [Symbol3DLayer](https://developers.arcgis.com/javascript/latest/references/core/symbols/Symbol3DLayer/) and [Symbol3D](https://developers.arcgis.com/javascript/latest/references/core/symbols/Symbol3D/) to read
|
|
85
85
|
* more general information about 3D symbols, symbol layers and how they relate to one another.
|
|
@@ -36,11 +36,11 @@ export type PolygonSymbol3DSupportedSymbolLayerTypes = ExtrudeSymbol3DLayer | Fi
|
|
|
36
36
|
*
|
|
37
37
|
* [Symbol3DLayer](https://developers.arcgis.com/javascript/latest/references/core/symbols/Symbol3DLayer/) Type | Flat/Volumetric | Size Units | Example
|
|
38
38
|
* ------------|-----------|------------|-----------
|
|
39
|
-
* [FillSymbol3DLayer](https://developers.arcgis.com/javascript/latest/references/core/symbols/FillSymbol3DLayer/)| flat | - | | volumetric | meters |  | flat | - |  | flat | points |  | volumetric | meters | | flat | - | 
|
|
40
|
+
* [ExtrudeSymbol3DLayer](https://developers.arcgis.com/javascript/latest/references/core/symbols/ExtrudeSymbol3DLayer/)| volumetric | meters | 
|
|
41
|
+
* [WaterSymbol3DLayer](https://developers.arcgis.com/javascript/latest/references/core/symbols/WaterSymbol3DLayer/) | flat | - | 
|
|
42
|
+
* [IconSymbol3DLayer](https://developers.arcgis.com/javascript/latest/references/core/symbols/IconSymbol3DLayer/) | flat | points | 
|
|
43
|
+
* [ObjectSymbol3DLayer](https://developers.arcgis.com/javascript/latest/references/core/symbols/ObjectSymbol3DLayer/) | volumetric | meters | 
|
|
44
44
|
*
|
|
45
45
|
* See [Symbol3DLayer](https://developers.arcgis.com/javascript/latest/references/core/symbols/Symbol3DLayer/) and [Symbol3D](https://developers.arcgis.com/javascript/latest/references/core/symbols/Symbol3D/) to read
|
|
46
46
|
* more general information about 3D symbols, symbol layers and how they relate to one another.
|
|
@@ -64,7 +64,7 @@ export interface SimpleFillSymbolProperties extends FillSymbolProperties, Partia
|
|
|
64
64
|
* depicts a [FeatureLayer](https://developers.arcgis.com/javascript/latest/references/core/layers/FeatureLayer/) whose graphics
|
|
65
65
|
* are styled with a SimpleFillSymbol.
|
|
66
66
|
*
|
|
67
|
-
* [](https://developers.arcgis.com/javascript/latest/sample-code/visualization-vv-color/)
|
|
68
68
|
*
|
|
69
69
|
* @since 4.0
|
|
70
70
|
* @see [Symbol Builder](https://developers.arcgis.com/javascript/latest/symbol-builder/)
|
|
@@ -134,14 +134,14 @@ export default class SimpleFillSymbol extends FillSymbol {
|
|
|
134
134
|
*
|
|
135
135
|
* Value | Description
|
|
136
136
|
* ------|-------------
|
|
137
|
-
* backward-diagonal | 
|
|
138
|
+
* cross | 
|
|
139
|
+
* diagonal-cross | 
|
|
140
|
+
* forward-diagonal | 
|
|
141
|
+
* horizontal | 
|
|
142
142
|
* none | The polygon has no fill.
|
|
143
|
-
* solid | 
|
|
144
|
+
* vertical | 
|
|
145
145
|
*
|
|
146
146
|
* @default "solid"
|
|
147
147
|
*/
|
|
@@ -40,7 +40,7 @@ export interface SimpleLineSymbolProperties extends LineSymbolProperties, Partia
|
|
|
40
40
|
* The image below depicts a [FeatureLayer](https://developers.arcgis.com/javascript/latest/references/core/layers/FeatureLayer/) whose graphics
|
|
41
41
|
* are styled with SimpleLineSymbols.
|
|
42
42
|
*
|
|
43
|
-
* [](https://developers.arcgis.com/javascript/latest/sample-code/visualization-location-types/)
|
|
44
44
|
*
|
|
45
45
|
* @since 4.0
|
|
46
46
|
* @see [Symbol Builder](https://developers.arcgis.com/javascript/latest/symbol-builder/)
|
|
@@ -68,9 +68,9 @@ export default class SimpleLineSymbol extends LineSymbol {
|
|
|
68
68
|
*
|
|
69
69
|
* Possible Value | Example
|
|
70
70
|
* ---------------|---------
|
|
71
|
-
* butt | 
|
|
72
|
+
* round | 
|
|
73
|
+
* square | 
|
|
74
74
|
*
|
|
75
75
|
* > [!WARNING]
|
|
76
76
|
* >
|
|
@@ -91,9 +91,9 @@ export default class SimpleLineSymbol extends LineSymbol {
|
|
|
91
91
|
*
|
|
92
92
|
* Possible Value | Example
|
|
93
93
|
* ---------------|---------
|
|
94
|
-
* bevel | 
|
|
95
|
+
* miter | 
|
|
96
|
+
* round | 
|
|
97
97
|
*
|
|
98
98
|
* @default "round"
|
|
99
99
|
* @example symbol.join = "bevel";
|
|
@@ -125,7 +125,7 @@ export default class SimpleLineSymbol extends LineSymbol {
|
|
|
125
125
|
* unpleasant or interfere with cartography. In the example below, the
|
|
126
126
|
* width of the miter join is about 3.6 times the width of the line.
|
|
127
127
|
*
|
|
128
|
-
* 
|
|
129
129
|
*
|
|
130
130
|
* A miter limit of `X` means that a miter join can be at most `X` times
|
|
131
131
|
* as wide as the line itself. Beyond that threshold, it is replaced with
|
|
@@ -133,7 +133,7 @@ export default class SimpleLineSymbol extends LineSymbol {
|
|
|
133
133
|
* to 3.6 or greater has no effect on the generated visuals; setting the miter
|
|
134
134
|
* limit to 3.5 or smaller causes the replacement with a bevel join.
|
|
135
135
|
*
|
|
136
|
-
* 
|
|
137
137
|
*
|
|
138
138
|
* > [!WARNING]
|
|
139
139
|
* >
|
|
@@ -153,18 +153,18 @@ export default class SimpleLineSymbol extends LineSymbol {
|
|
|
153
153
|
*
|
|
154
154
|
* Value | Description
|
|
155
155
|
* ------|-------------
|
|
156
|
-
* dash | 
|
|
157
|
+
* dash-dot | 
|
|
158
|
+
* dot | 
|
|
159
|
+
* long-dash | 
|
|
160
|
+
* long-dash-dot | 
|
|
161
|
+
* long-dash-dot-dot | 
|
|
162
162
|
* none | The line has no symbol.
|
|
163
|
-
* short-dash | 
|
|
164
|
+
* short-dash-dot | 
|
|
165
|
+
* short-dash-dot-dot | 
|
|
166
|
+
* short-dot | 
|
|
167
|
+
* solid | 
|
|
168
168
|
*
|
|
169
169
|
* @default "solid"
|
|
170
170
|
* @example symbol.style = "short-dash-dot";
|
|
@@ -107,7 +107,7 @@ export interface SimpleMarkerSymbolProperties extends MarkerSymbolProperties, Pa
|
|
|
107
107
|
* recommended you use [PointSymbol3D](https://developers.arcgis.com/javascript/latest/references/core/symbols/PointSymbol3D/) instead. The image below depicts a [FeatureLayer](https://developers.arcgis.com/javascript/latest/references/core/layers/FeatureLayer/) whose point features
|
|
108
108
|
* are styled with [SimpleMarkerSymbols](https://developers.arcgis.com/javascript/latest/references/core/symbols/SimpleMarkerSymbol/).
|
|
109
109
|
*
|
|
110
|
-
* [](https://developers.arcgis.com/javascript/latest/sample-code/visualization-vv-size/)
|
|
111
111
|
*
|
|
112
112
|
* @since 4.0
|
|
113
113
|
* @see [Symbol Builder](https://developers.arcgis.com/javascript/latest/symbol-builder/)
|
|
@@ -235,12 +235,12 @@ export default class SimpleMarkerSymbol extends MarkerSymbol {
|
|
|
235
235
|
*
|
|
236
236
|
* Value | Description
|
|
237
237
|
* ------|------------
|
|
238
|
-
* circle | 
|
|
239
|
+
* cross | 
|
|
240
|
+
* diamond | 
|
|
241
|
+
* square | 
|
|
242
|
+
* triangle | 
|
|
243
|
+
* x | 
|
|
244
244
|
*
|
|
245
245
|
* @default "circle"
|
|
246
246
|
*/
|
|
@@ -21,14 +21,14 @@ export interface Symbol3DLayerProperties {}
|
|
|
21
21
|
*
|
|
22
22
|
* [Symbol3DLayer](https://developers.arcgis.com/javascript/latest/references/core/symbols/Symbol3DLayer/) Type | [Symbol3D](https://developers.arcgis.com/javascript/latest/references/core/symbols/Symbol3D/) Type | Flat/Volumetric | Size Units | Example
|
|
23
23
|
* ------------|-----------|------------|-------------|-----------
|
|
24
|
-
* [IconSymbol3DLayer](https://developers.arcgis.com/javascript/latest/references/core/symbols/IconSymbol3DLayer/) | [PointSymbol3D](https://developers.arcgis.com/javascript/latest/references/core/symbols/PointSymbol3D/), [PolygonSymbol3D](https://developers.arcgis.com/javascript/latest/references/core/symbols/PolygonSymbol3D/) | flat | points |  | [PointSymbol3D](https://developers.arcgis.com/javascript/latest/references/core/symbols/PointSymbol3D/), [PolygonSymbol3D](https://developers.arcgis.com/javascript/latest/references/core/symbols/PolygonSymbol3D/) | volumetric | meters |  | [LineSymbol3D](https://developers.arcgis.com/javascript/latest/references/core/symbols/LineSymbol3D/), [PolygonSymbol3D](https://developers.arcgis.com/javascript/latest/references/core/symbols/PolygonSymbol3D/) | flat | points |  | [LineSymbol3D](https://developers.arcgis.com/javascript/latest/references/core/symbols/LineSymbol3D/) | volumetric | meters |  | [PolygonSymbol3D](https://developers.arcgis.com/javascript/latest/references/core/symbols/PolygonSymbol3D/), [MeshSymbol3D](https://developers.arcgis.com/javascript/latest/references/core/symbols/MeshSymbol3D/) | flat | - |  | [PolygonSymbol3D](https://developers.arcgis.com/javascript/latest/references/core/symbols/PolygonSymbol3D/) | flat | - |  | [PolygonSymbol3D](https://developers.arcgis.com/javascript/latest/references/core/symbols/PolygonSymbol3D/) | volumetric | meters |  | [PointSymbol3D](https://developers.arcgis.com/javascript/latest/references/core/symbols/PointSymbol3D/), [PolygonSymbol3D](https://developers.arcgis.com/javascript/latest/references/core/symbols/PolygonSymbol3D/), [LabelSymbol3D](https://developers.arcgis.com/javascript/latest/references/core/symbols/LabelSymbol3D/) | flat | points |  | [PointSymbol3D](https://developers.arcgis.com/javascript/latest/references/core/symbols/PointSymbol3D/), [PolygonSymbol3D](https://developers.arcgis.com/javascript/latest/references/core/symbols/PolygonSymbol3D/) | flat | points | 
|
|
25
|
+
* [ObjectSymbol3DLayer](https://developers.arcgis.com/javascript/latest/references/core/symbols/ObjectSymbol3DLayer/) | [PointSymbol3D](https://developers.arcgis.com/javascript/latest/references/core/symbols/PointSymbol3D/), [PolygonSymbol3D](https://developers.arcgis.com/javascript/latest/references/core/symbols/PolygonSymbol3D/) | volumetric | meters | 
|
|
26
|
+
* [LineSymbol3DLayer](https://developers.arcgis.com/javascript/latest/references/core/symbols/LineSymbol3DLayer/) | [LineSymbol3D](https://developers.arcgis.com/javascript/latest/references/core/symbols/LineSymbol3D/), [PolygonSymbol3D](https://developers.arcgis.com/javascript/latest/references/core/symbols/PolygonSymbol3D/) | flat | points | 
|
|
27
|
+
* [PathSymbol3DLayer](https://developers.arcgis.com/javascript/latest/references/core/symbols/PathSymbol3DLayer/) | [LineSymbol3D](https://developers.arcgis.com/javascript/latest/references/core/symbols/LineSymbol3D/) | volumetric | meters | 
|
|
28
|
+
* [FillSymbol3DLayer](https://developers.arcgis.com/javascript/latest/references/core/symbols/FillSymbol3DLayer/) | [PolygonSymbol3D](https://developers.arcgis.com/javascript/latest/references/core/symbols/PolygonSymbol3D/), [MeshSymbol3D](https://developers.arcgis.com/javascript/latest/references/core/symbols/MeshSymbol3D/) | flat | - | 
|
|
29
|
+
* [WaterSymbol3DLayer](https://developers.arcgis.com/javascript/latest/references/core/symbols/WaterSymbol3DLayer/) | [PolygonSymbol3D](https://developers.arcgis.com/javascript/latest/references/core/symbols/PolygonSymbol3D/) | flat | - | 
|
|
30
|
+
* [ExtrudeSymbol3DLayer](https://developers.arcgis.com/javascript/latest/references/core/symbols/ExtrudeSymbol3DLayer/) | [PolygonSymbol3D](https://developers.arcgis.com/javascript/latest/references/core/symbols/PolygonSymbol3D/) | volumetric | meters | 
|
|
31
|
+
* [TextSymbol3DLayer](https://developers.arcgis.com/javascript/latest/references/core/symbols/TextSymbol3DLayer/) | [PointSymbol3D](https://developers.arcgis.com/javascript/latest/references/core/symbols/PointSymbol3D/), [PolygonSymbol3D](https://developers.arcgis.com/javascript/latest/references/core/symbols/PolygonSymbol3D/), [LabelSymbol3D](https://developers.arcgis.com/javascript/latest/references/core/symbols/LabelSymbol3D/) | flat | points | 
|
|
32
32
|
*
|
|
33
33
|
* The size of flat symbol layers is usually defined in either points or pixels (screen space) whereas the
|
|
34
34
|
* size of volumetric symbol layers is defined in meters (real-world space).
|
|
@@ -49,14 +49,14 @@ export default class Symbol3DLayer extends JSONSupport {
|
|
|
49
49
|
*
|
|
50
50
|
* Value | Description
|
|
51
51
|
* ------|------------
|
|
52
|
-
* icon | 
|
|
53
|
+
* object | 
|
|
54
|
+
* line | 
|
|
55
|
+
* path | 
|
|
56
|
+
* fill | 
|
|
57
|
+
* water | 
|
|
58
|
+
* extrude | 
|
|
59
|
+
* text | 
|
|
60
60
|
*/
|
|
61
61
|
get type(): Symbol3DLayerType | null | undefined;
|
|
62
62
|
}
|
package/symbols/TextSymbol.d.ts
CHANGED
|
@@ -203,7 +203,7 @@ export interface TextSymbolProperties extends SymbolProperties, Partial<Pick<Tex
|
|
|
203
203
|
* features. The image below depicts a polygon [FeatureLayer](https://developers.arcgis.com/javascript/latest/references/core/layers/FeatureLayer/) that
|
|
204
204
|
* uses a TextSymbol to label its features.
|
|
205
205
|
*
|
|
206
|
-
* 
|
|
207
207
|
*
|
|
208
208
|
* @since 4.0
|
|
209
209
|
* @see [Symbol Builder](https://developers.arcgis.com/javascript/latest/symbol-builder/)
|
|
@@ -101,7 +101,7 @@ export interface TextSymbol3DLayerProperties extends Symbol3DLayerProperties, Pa
|
|
|
101
101
|
* The image below depicts a [FeatureLayer](https://developers.arcgis.com/javascript/latest/references/core/layers/FeatureLayer/) with labels defined
|
|
102
102
|
* by a [LabelSymbol3D](https://developers.arcgis.com/javascript/latest/references/core/symbols/LabelSymbol3D/) that contains a TextSymbol3DLayer.
|
|
103
103
|
*
|
|
104
|
-
* 
|
|
105
105
|
*
|
|
106
106
|
* @since 4.0
|
|
107
107
|
* @see [Symbol Builder](https://developers.arcgis.com/javascript/latest/symbol-builder/)
|
|
@@ -10,7 +10,7 @@ export interface WaterSymbol3DLayerProperties extends Symbol3DLayerProperties, P
|
|
|
10
10
|
* on the reflection of the light. The image below shows how different types of water can be represented with
|
|
11
11
|
* different colors. For example for deep water the dominant color could be navy blue.
|
|
12
12
|
*
|
|
13
|
-
* 
|
|
14
14
|
*
|
|
15
15
|
* The color can be autocast with an array of rgb(a) values, named string, hex string or an hsl(a) string,
|
|
16
16
|
* an object with `r`, `g`, `b`, and `a` properties, or a [Color](https://developers.arcgis.com/javascript/latest/references/core/Color/) object.
|
|
@@ -27,7 +27,7 @@ export interface WaterSymbol3DLayerProperties extends Symbol3DLayerProperties, P
|
|
|
27
27
|
* WaterSymbol3DLayer is used to render [Polygon](https://developers.arcgis.com/javascript/latest/references/core/geometry/Polygon/) geometries as realistic, animated water surfaces,
|
|
28
28
|
* therefore it can only be used inside a [PolygonSymbol3D](https://developers.arcgis.com/javascript/latest/references/core/symbols/PolygonSymbol3D/).
|
|
29
29
|
*
|
|
30
|
-
* 
|
|
31
31
|
*
|
|
32
32
|
* Various properties can be set to enhance the realistic effect of this symbol layer. The [waveStrength](https://developers.arcgis.com/javascript/latest/references/core/symbols/WaterSymbol3DLayer/#waveStrength)
|
|
33
33
|
* can be set to show the magnitude of the waves and [waveDirection](https://developers.arcgis.com/javascript/latest/references/core/symbols/WaterSymbol3DLayer/#waveDirection) indicates
|
|
@@ -63,7 +63,7 @@ export default class WaterSymbol3DLayer extends Symbol3DLayer {
|
|
|
63
63
|
* on the reflection of the light. The image below shows how different types of water can be represented with
|
|
64
64
|
* different colors. For example for deep water the dominant color could be navy blue.
|
|
65
65
|
*
|
|
66
|
-
* 
|
|
67
67
|
*
|
|
68
68
|
* The color can be autocast with an array of rgb(a) values, named string, hex string or an hsl(a) string,
|
|
69
69
|
* an object with `r`, `g`, `b`, and `a` properties, or a [Color](https://developers.arcgis.com/javascript/latest/references/core/Color/) object.
|
|
@@ -21,14 +21,14 @@ export interface WebStyleSymbolProperties extends SymbolProperties, Partial<Pick
|
|
|
21
21
|
* 3D symbols. It is a wrapper for creating [CIMSymbol](https://developers.arcgis.com/javascript/latest/references/core/symbols/CIMSymbol/) and [PointSymbol3D](https://developers.arcgis.com/javascript/latest/references/core/symbols/PointSymbol3D/)
|
|
22
22
|
* objects that point to a web style resource available in the API.
|
|
23
23
|
*
|
|
24
|
-
* [](https://developers.arcgis.com/javascript/latest/sample-code/visualization-webstylesymbol/)
|
|
25
25
|
*
|
|
26
26
|
* Web styles are collections of symbols stored in an [ArcGIS Enterprise portal](https://enterprise.arcgis.com/en/portal/) or
|
|
27
27
|
* [ArcGIS Online](https://www.arcgis.com/home/) item. As of the current release, only
|
|
28
|
-
* [Esri Web Style Symbols (2D)](https://developers.arcgis.com/javascript/latest/
|
|
29
|
-
* [Esri Web Style Symbols (3D)](https://developers.arcgis.com/javascript/latest/
|
|
28
|
+
* [Esri Web Style Symbols (2D)](https://developers.arcgis.com/javascript/latest/visualization/symbols-color-ramps/webstyle-symbols-2d/) and
|
|
29
|
+
* [Esri Web Style Symbols (3D)](https://developers.arcgis.com/javascript/latest/visualization/symbols-color-ramps/webstyle-symbols-3d/) can be used in conjunction with this class.
|
|
30
30
|
* Note that the 2D web style symbols are only supported in 2D and 3D web style symbols are only supported in 3D with an
|
|
31
|
-
* exception of [`EsriIconsStyle`](https://developers.arcgis.com/javascript/latest/
|
|
31
|
+
* exception of [`EsriIconsStyle`](https://developers.arcgis.com/javascript/latest/visualization/symbols-color-ramps/webstyle-symbols-3d/#icons) which can be used in both 2D and 3D.
|
|
32
32
|
*
|
|
33
33
|
* A WebStyleSymbol does not contain any symbology definition itself; it only contains a
|
|
34
34
|
* reference to a web style
|
|
@@ -48,7 +48,7 @@ export interface WebStyleSymbolProperties extends SymbolProperties, Partial<Pick
|
|
|
48
48
|
*
|
|
49
49
|
* @since 4.1
|
|
50
50
|
* @see [Guide - Visualizing points with 3D symbols](https://developers.arcgis.com/javascript/latest/visualizing-points-3d/)
|
|
51
|
-
* @see [Guide - WebStyleSymbol reference list](https://developers.arcgis.com/javascript/latest/
|
|
51
|
+
* @see [Guide - WebStyleSymbol reference list](https://developers.arcgis.com/javascript/latest/visualization/symbols-color-ramps/webstyle-symbols-3d/)
|
|
52
52
|
* @see [Symbol Builder](https://developers.arcgis.com/javascript/latest/symbol-builder/)
|
|
53
53
|
* @see [Sample - WebStyleSymbols(2D)](https://developers.arcgis.com/javascript/latest/sample-code/webstylesymbol-2d/)
|
|
54
54
|
* @see [Sample - Visualize features with realistic WebStyleSymbols](https://developers.arcgis.com/javascript/latest/sample-code/visualization-webstylesymbol/)
|
|
@@ -77,10 +77,10 @@ export default class WebStyleSymbol extends Symbol {
|
|
|
77
77
|
constructor(properties?: WebStyleSymbolProperties);
|
|
78
78
|
/**
|
|
79
79
|
* The name of the symbol within the web style. Each symbol in a web style is identified
|
|
80
|
-
* by a unique name. Only [Esri Web Style Symbols (2D)](https://developers.arcgis.com/javascript/latest/
|
|
81
|
-
* [Esri Web Style Symbols (3D)](https://developers.arcgis.com/javascript/latest/
|
|
80
|
+
* by a unique name. Only [Esri Web Style Symbols (2D)](https://developers.arcgis.com/javascript/latest/visualization/symbols-color-ramps/webstyle-symbols-2d/) and
|
|
81
|
+
* [Esri Web Style Symbols (3D)](https://developers.arcgis.com/javascript/latest/visualization/symbols-color-ramps/webstyle-symbols-3d/) can be referenced here.
|
|
82
82
|
*
|
|
83
|
-
* @see [Guide - WebStyleSymbol reference list](https://developers.arcgis.com/javascript/latest/
|
|
83
|
+
* @see [Guide - WebStyleSymbol reference list](https://developers.arcgis.com/javascript/latest/visualization/symbols-color-ramps/webstyle-symbols-3d/)
|
|
84
84
|
*/
|
|
85
85
|
accessor name: string | null | undefined;
|
|
86
86
|
/**
|
|
@@ -93,17 +93,17 @@ export default class WebStyleSymbol extends Symbol {
|
|
|
93
93
|
set portal(value: PortalProperties | null | undefined);
|
|
94
94
|
/**
|
|
95
95
|
* A registered web style name. Only
|
|
96
|
-
* [Esri Web Style Symbols (2D)](https://developers.arcgis.com/javascript/latest/
|
|
97
|
-
* [Esri Web Style Symbols (3D)](https://developers.arcgis.com/javascript/latest/
|
|
96
|
+
* [Esri Web Style Symbols (2D)](https://developers.arcgis.com/javascript/latest/visualization/symbols-color-ramps/webstyle-symbols-2d/) and
|
|
97
|
+
* [Esri Web Style Symbols (3D)](https://developers.arcgis.com/javascript/latest/visualization/symbols-color-ramps/webstyle-symbols-3d/) can be referenced here.
|
|
98
98
|
* Note that the 2D web style symbols are only supported in 2D and 3D web style symbols are only supported in 3D with an
|
|
99
|
-
* exception of [`EsriIconsStyle`](https://developers.arcgis.com/javascript/latest/
|
|
99
|
+
* exception of [`EsriIconsStyle`](https://developers.arcgis.com/javascript/latest/visualization/symbols-color-ramps/webstyle-symbols-3d/#icons) which can be used in both 2D and 3D.
|
|
100
100
|
*
|
|
101
101
|
* Requires [portal](https://developers.arcgis.com/javascript/latest/references/core/symbols/WebStyleSymbol/#portal) property to be set.
|
|
102
102
|
* Can not be used in conjunction with [styleUrl](https://developers.arcgis.com/javascript/latest/references/core/symbols/WebStyleSymbol/#styleUrl).
|
|
103
103
|
*
|
|
104
104
|
* See class description for example.
|
|
105
105
|
*
|
|
106
|
-
* @see [Guide - WebStyleSymbol reference list](https://developers.arcgis.com/javascript/latest/
|
|
106
|
+
* @see [Guide - WebStyleSymbol reference list](https://developers.arcgis.com/javascript/latest/visualization/symbols-color-ramps/webstyle-symbols-3d/)
|
|
107
107
|
*/
|
|
108
108
|
accessor styleName: string | null | undefined;
|
|
109
109
|
/**
|
|
@@ -6,7 +6,7 @@ export interface Callout3DProperties {}
|
|
|
6
6
|
* When symbols have an offset from their position, it's important to still see what the real location is.
|
|
7
7
|
* This can be achieved with callouts:
|
|
8
8
|
*
|
|
9
|
-
* 
|
|
10
10
|
*
|
|
11
11
|
* Callouts are graphics that help users understand where a label or a symbol (usually a point) is located
|
|
12
12
|
* on the map, when the symbols have an offset from their initial position.
|
|
@@ -34,18 +34,18 @@ export interface LineCallout3DProperties extends Callout3DProperties {
|
|
|
34
34
|
* For example when displaying points of interest in a city, visualizing them with a callout line helps to understand where the points
|
|
35
35
|
* are actually located:
|
|
36
36
|
*
|
|
37
|
-
* 
|
|
38
38
|
*
|
|
39
39
|
* This visualization can be created on a [PointSymbol3D](https://developers.arcgis.com/javascript/latest/references/core/symbols/PointSymbol3D/) or a
|
|
40
40
|
* [LabelSymbol3D](https://developers.arcgis.com/javascript/latest/references/core/symbols/LabelSymbol3D/). After defining the [PointSymbol3D.symbolLayers](https://developers.arcgis.com/javascript/latest/references/core/symbols/PointSymbol3D/#symbolLayers),
|
|
41
41
|
* an offset should be defined by setting the [PointSymbol3D.verticalOffset](https://developers.arcgis.com/javascript/latest/references/core/symbols/PointSymbol3D/#verticalOffset) property. The symbols are now shifted vertically,
|
|
42
42
|
* but we still need to add the callout, otherwise it can be very confusing to understand where the points are located:
|
|
43
43
|
*
|
|
44
|
-
* 
|
|
45
45
|
*
|
|
46
46
|
* Setting the `callout` property of type `line` on the symbol will create the line that connects the symbol with its actual position:
|
|
47
47
|
*
|
|
48
|
-
* 
|
|
49
49
|
*
|
|
50
50
|
* @since 4.4
|
|
51
51
|
* @see [Sample: Point styles for cities](https://developers.arcgis.com/javascript/latest/sample-code/visualization-point-styles/)
|