@arcgis/core
Version:
ArcGIS Maps SDK for JavaScript: A complete 2D and 3D mapping and data visualization API
54 lines (52 loc) • 3.26 kB
TypeScript
import "./interfaces";
export type CIMSymbol = __esri.symbols.CIMSymbol;
export const CIMSymbol: typeof __esri.symbols.CIMSymbol;
export type ExtrudeSymbol3DLayer = __esri.symbols.ExtrudeSymbol3DLayer;
export const ExtrudeSymbol3DLayer: typeof __esri.symbols.ExtrudeSymbol3DLayer;
export type FillSymbol3DLayer = __esri.symbols.FillSymbol3DLayer;
export const FillSymbol3DLayer: typeof __esri.symbols.FillSymbol3DLayer;
export type WaterSymbol3DLayer = __esri.symbols.WaterSymbol3DLayer;
export const WaterSymbol3DLayer: typeof __esri.symbols.WaterSymbol3DLayer;
export type Font = __esri.symbols.Font;
export const Font: typeof __esri.symbols.Font;
export type IconSymbol3DLayer = __esri.symbols.IconSymbol3DLayer;
export const IconSymbol3DLayer: typeof __esri.symbols.IconSymbol3DLayer;
export type LabelSymbol3D = __esri.symbols.LabelSymbol3D;
export const LabelSymbol3D: typeof __esri.symbols.LabelSymbol3D;
export type LineSymbol3D = __esri.symbols.LineSymbol3D;
export const LineSymbol3D: typeof __esri.symbols.LineSymbol3D;
export type LineSymbol3DLayer = __esri.symbols.LineSymbol3DLayer;
export const LineSymbol3DLayer: typeof __esri.symbols.LineSymbol3DLayer;
export type MeshSymbol3D = __esri.symbols.MeshSymbol3D;
export const MeshSymbol3D: typeof __esri.symbols.MeshSymbol3D;
export type ObjectSymbol3DLayer = __esri.symbols.ObjectSymbol3DLayer;
export const ObjectSymbol3DLayer: typeof __esri.symbols.ObjectSymbol3DLayer;
export type PathSymbol3DLayer = __esri.symbols.PathSymbol3DLayer;
export const PathSymbol3DLayer: typeof __esri.symbols.PathSymbol3DLayer;
export type PictureFillSymbol = __esri.symbols.PictureFillSymbol;
export const PictureFillSymbol: typeof __esri.symbols.PictureFillSymbol;
export type PictureMarkerSymbol = __esri.symbols.PictureMarkerSymbol;
export const PictureMarkerSymbol: typeof __esri.symbols.PictureMarkerSymbol;
export type PointSymbol3D = __esri.symbols.PointSymbol3D;
export const PointSymbol3D: typeof __esri.symbols.PointSymbol3D;
export type PolygonSymbol3D = __esri.symbols.PolygonSymbol3D;
export const PolygonSymbol3D: typeof __esri.symbols.PolygonSymbol3D;
export type SimpleFillSymbol = __esri.symbols.SimpleFillSymbol;
export const SimpleFillSymbol: typeof __esri.symbols.SimpleFillSymbol;
export type SimpleLineSymbol = __esri.symbols.SimpleLineSymbol;
export const SimpleLineSymbol: typeof __esri.symbols.SimpleLineSymbol;
export type SimpleMarkerSymbol = __esri.symbols.SimpleMarkerSymbol;
export const SimpleMarkerSymbol: typeof __esri.symbols.SimpleMarkerSymbol;
export type TextSymbol = __esri.symbols.TextSymbol;
export const TextSymbol: typeof __esri.symbols.TextSymbol;
export type TextSymbol3DLayer = __esri.symbols.TextSymbol3DLayer;
export const TextSymbol3DLayer: typeof __esri.symbols.TextSymbol3DLayer;
export type WebStyleSymbol = __esri.symbols.WebStyleSymbol;
export const WebStyleSymbol: typeof __esri.symbols.WebStyleSymbol;
export type FillSymbol = __esri.symbols.FillSymbol;
export type MarkerSymbol = __esri.symbols.MarkerSymbol;
export type Symbol2D = __esri.symbols.Symbol2D;
export type Symbol3DLayer = __esri.symbols.Symbol3DLayer;
export type Symbol3D = __esri.symbols.Symbol3D;
export type Symbol2D3D = __esri.symbols.Symbol2D3D;
export type Symbol = __esri.symbols.Symbol;