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) 629 B
declare class AttackArrowGraphics { _positions: any; headHeightFactor: number; headWidthFactor: number; neckHeightFactor: number; neckWidthFactor: number; headTailFactor: number; constructor(options?: any); set positions(positions: any); get positions(): any; get hierarchy(): Cesium.PolygonHierarchy; _getArrowHeadPoints(points: any, tailLeft: any, tailRight: any): any[]; protected _getArrowBodyPoints(points: any, neckLeft: any, neckRight: any, tailWidthFactor: any): any[]; _createHierarchy(): Cesium.PolygonHierarchy; } export default AttackArrowGraphics;