ESM:
import * as unionTypes from "@arcgis/core/unionTypes.js";
CDN:
const unionTypes = await $arcgis.import("@arcgis/core/unionTypes.js");
Object:
@arcgis/core/unionTypes
Since: ArcGIS Maps SDK for JavaScript 4.32
A module for importing union types for use in TypeScript.
Type Definitions
-
AnalysisUnion
AnalysisUnion AreaMeasurementAnalysis |DimensionAnalysis |DirectLineMeasurementAnalysis |LineOfSightAnalysis |SliceAnalysis |ViewshedAnalysis
-
Union of all possible analysis types that can be added to a SceneView.
-
AnalysisViewUnion
AnalysisViewUnion AreaMeasurementAnalysisView3D |DimensionAnalysisView3D |DirectLineMeasurementAnalysisView3D |LineOfSightAnalysisView3D |SliceAnalysisView3D |ViewshedAnalysisView3D
-
Union of all possible analsysis views that can be created in a SceneView.
-
FillSymbol2DUnion
FillSymbol2DUnion PictureFillSymbol |SimpleFillSymbol
-
Union of 2D fill symbols.
-
Union of all geometries.
-
MarkerSymbol2DUnion
MarkerSymbol2DUnion PictureMarkerSymbol |SimpleMarkerSymbol
-
Union of 2D marker symbols.
-
PointCloudRendererUnion
PointCloudRendererUnion PointCloudClassBreaksRenderer |PointCloudRGBRenderer |PointCloudStretchRenderer |PointCloudUniqueValueRenderer
-
Union of point cloud renderers.
-
RasterRendererUnion
RasterRendererUnion FlowRenderer |ClassBreaksRenderer |UniqueValueRenderer |RasterColormapRenderer |RasterStretchRenderer |VectorFieldRenderer |RasterShadedReliefRenderer
-
Union of raster renderers.
-
RendererUnion
RendererUnion HeatmapRenderer |RendererWithVisualVariablesUnion
-
Union of renderers.
-
RendererWithVisualVariablesUnion
RendererWithVisualVariablesUnion SimpleRenderer |ClassBreaksRenderer |UniqueValueRenderer |DotDensityRenderer |DictionaryRenderer |PieChartRenderer
-
Union of renderers with visual variables.
-
Symbol2D3DUnion
Symbol2D3DUnion Symbol2DUnion |Symbol3DUnion
-
Union of 2D and 3D symbols.
-
Symbol2DUnion
Symbol2DUnion PictureFillSymbol |PictureMarkerSymbol |SimpleFillSymbol |SimpleLineSymbol |SimpleMarkerSymbol |TextSymbol |CIMSymbol
-
Union of 2D symbols.
-
Symbol3DLayerUnion
Symbol3DLayerUnion ExtrudeSymbol3DLayer |FillSymbol3DLayer |WaterSymbol3DLayer |IconSymbol3DLayer |LineSymbol3DLayer |ObjectSymbol3DLayer |PathSymbol3DLayer |TextSymbol3DLayer
-
Union of 3D symbol layers.
-
Symbol3DUnion
Symbol3DUnion LabelSymbol3D |LineSymbol3D |MeshSymbol3D |PointSymbol3D |PolygonSymbol3D
-
Union of 3D symbols.
-
SymbolUnion
SymbolUnion Symbol2D3DUnion |WebStyleSymbol
-
Union of symbols.