AMD:
require(["esri/unionTypes"], (unionTypes) => { /* code goes here */ });
ESM:
import * as unionTypes from "@arcgis/core/unionTypes.js";
Object:
esri/unionTypes
Since: ArcGIS Maps SDK for JavaScript 4.32
A module for importing union types for use in TypeScript.
Type Definitions
-
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.