ino-cesium 0.0.21-beta.2 → 0.0.21-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ino-cesium-full.js +1 -1
- package/dist/ino-cesium.d.ts +2 -2
- package/dist/ino-cesium.js +1 -1
- package/package.json +8 -8
package/dist/ino-cesium.d.ts
CHANGED
|
@@ -2495,7 +2495,7 @@ declare class RadereScanPrimitive extends BasePrimitive<any> {
|
|
|
2495
2495
|
private options;
|
|
2496
2496
|
constructor(options: IRaderScanPrimitiveOptions);
|
|
2497
2497
|
getGeometry(): Cesium.CircleGeometry;
|
|
2498
|
-
getPrimitive(): Cesium.
|
|
2498
|
+
getPrimitive(): Cesium.PrimitiveCollection | Cesium.GroundPolylinePrimitive | Cesium.Primitive | Cesium.GroundPrimitive | Cesium.PointPrimitiveCollection | Cesium.LabelCollection | undefined;
|
|
2499
2499
|
setAppearance(appearance?: Cesium.Appearance): void;
|
|
2500
2500
|
}
|
|
2501
2501
|
|
|
@@ -2625,7 +2625,7 @@ declare class CircleAperturePrimitive extends BasePrimitive<any> {
|
|
|
2625
2625
|
private options;
|
|
2626
2626
|
constructor(options: ICircleAperturePrimitiveOptions);
|
|
2627
2627
|
getGeometry(): Cesium.CircleGeometry;
|
|
2628
|
-
getPrimitive(): Cesium.
|
|
2628
|
+
getPrimitive(): Cesium.PrimitiveCollection | Cesium.GroundPolylinePrimitive | Cesium.Primitive | Cesium.GroundPrimitive | Cesium.PointPrimitiveCollection | Cesium.LabelCollection | undefined;
|
|
2629
2629
|
setAppearance(appearance?: Cesium.Appearance): void;
|
|
2630
2630
|
}
|
|
2631
2631
|
|