UNPKG

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.

17 lines (16 loc) 381 B
import Viewer from "../viewer/Viewer"; export default class ContourLine { _viewer: Viewer; options: any; constructor(); get viewer(): Viewer; addContourLine(options: any): void; removeContourLine(): void; destroy(): void; /** * * @param viewer */ install(viewer: Viewer): void; uninstall(viewer: any): void; }