bcgis-type
Version:
The SDK is based on Cesium for secondary development of 2, 3D all-in-one WebGis application framework, the framework optimizes the use of Cesium and add some additional features, designed for developers to quickly build WebGis applications.
32 lines (31 loc) • 2.79 kB
TypeScript
declare const Cartesian2: typeof globalThis.Cesium.Cartesian2;
declare const Cartesian3: typeof globalThis.Cesium.Cartesian3;
declare const Matrix3: typeof globalThis.Cesium.Matrix3;
declare const Matrix4: typeof globalThis.Cesium.Matrix4;
declare const Material: typeof globalThis.Cesium.Material;
declare const SceneMode: typeof globalThis.Cesium.SceneMode;
declare const SkyBox: typeof globalThis.Cesium.SkyBox;
declare const Color: typeof globalThis.Cesium.Color;
declare const Rect: typeof globalThis.Cesium.Rectangle;
declare const ShadowMode: typeof globalThis.Cesium.ShadowMode;
declare const JulianDate: typeof globalThis.Cesium.JulianDate;
declare const HeightReference: typeof globalThis.Cesium.HeightReference;
declare const HorizontalOrigin: typeof globalThis.Cesium.HorizontalOrigin;
declare const VerticalOrigin: typeof globalThis.Cesium.VerticalOrigin;
declare const CallbackProperty: typeof globalThis.Cesium.CallbackProperty;
declare const ClassificationType: typeof globalThis.Cesium.ClassificationType;
declare const TilesetStyle: typeof globalThis.Cesium.Cesium3DTileStyle;
declare const GeographicTilingScheme: typeof globalThis.Cesium.GeographicTilingScheme;
declare const WebMercatorTilingScheme: typeof globalThis.Cesium.WebMercatorTilingScheme;
declare const ColorMaterialProperty: typeof globalThis.Cesium.ColorMaterialProperty;
declare const ImageMaterialProperty: typeof globalThis.Cesium.ImageMaterialProperty;
declare const PolylineDashMaterialProperty: typeof globalThis.Cesium.PolylineDashMaterialProperty;
declare const PolylineGlowMaterialProperty: typeof globalThis.Cesium.PolylineGlowMaterialProperty;
declare const PolylineOutlineMaterialProperty: typeof globalThis.Cesium.PolylineOutlineMaterialProperty;
declare const PolylineArrowMaterialProperty: typeof globalThis.Cesium.PolylineArrowMaterialProperty;
declare const writeTextToCanvas: typeof globalThis.Cesium.writeTextToCanvas;
declare const CustomShaderMode: typeof globalThis.Cesium.CustomShaderMode;
declare const CustomShaderTranslucencyMode: typeof globalThis.Cesium.CustomShaderTranslucencyMode;
declare const CustomShader: typeof globalThis.Cesium.CustomShader;
declare const UniformType: typeof globalThis.Cesium.UniformType;
export { Cartesian2, Cartesian3, Matrix3, Matrix4, Material, SceneMode, SkyBox, Color, Rect, ShadowMode, JulianDate, HeightReference, HorizontalOrigin, VerticalOrigin, CallbackProperty, ClassificationType, TilesetStyle, GeographicTilingScheme, WebMercatorTilingScheme, ColorMaterialProperty, ImageMaterialProperty, PolylineDashMaterialProperty, PolylineGlowMaterialProperty, PolylineOutlineMaterialProperty, PolylineArrowMaterialProperty, writeTextToCanvas, CustomShaderMode, CustomShaderTranslucencyMode, CustomShader, UniformType, };