| 12345678910111213141516171819 |
- import { latLngDegreesToDecimal, latLngDecimalToDegrees } from './Utils';
- export declare function getShapesSelector(airspaceInfos: any, style: any, currentAirspaceIndex: any): {
- markers: import("reselect").OutputSelector<{}, any[], (res1: any, res2: any, res3: any) => any[]>;
- circles: import("reselect").OutputSelector<{}, any, (res: any) => any>;
- lines: import("reselect").OutputSelector<{}, any, (res: any) => any>;
- polygons: import("reselect").OutputSelector<{}, any[], (res1: any, res2: any) => any[]>;
- regionPoints: import("reselect").OutputSelector<{}, any[], (res1: any, res2: any, res3: any) => any[]>;
- };
- export declare function getShapes(airspaceInfos: any, style: any, currentAirspaceIndex: any): {
- markers: any[];
- circles: any;
- lines: any;
- polygons: any[];
- regionPoints: any[];
- };
- export declare function circleContent(airspaceInfo: any, type?: number): any;
- export declare function lineContent(airspaceInfo: any, type?: number): any;
- export declare function polygonContent(airspaceInfo: any, type?: number): any;
- export { latLngDegreesToDecimal, latLngDecimalToDegrees };
|