mirage2d 1.1.96 → 1.1.98

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.
@@ -246,10 +246,10 @@ export declare class MirageMap extends baseMap {
246
246
  */
247
247
  hideMultiWindow(): void;
248
248
  /**
249
- * @description: 设置地图参数
250
- * @param {string} key
251
- * @param {string} val
252
- */
249
+ * @description: 设置地图参数
250
+ * @param {string} key
251
+ * @param {string} val
252
+ */
253
253
  setOptions(key: string, val: any): void;
254
254
  destroy(): void;
255
255
  }
@@ -1,5 +1,5 @@
1
1
  import { baseGraphicLayer } from "../../base/baseGraphicLayer";
2
- import { IGraphicLayerOption } from "../../base/baseOptionType";
2
+ import { IArcGisFeatureOption } from "../../base/baseOptionType";
3
3
  export declare class ArcGisFeatureServiceLayer extends baseGraphicLayer {
4
- constructor(layerid: string, options?: IGraphicLayerOption);
4
+ constructor(layerid: string, options?: IArcGisFeatureOption);
5
5
  }
@@ -171,6 +171,18 @@ export declare class SpatialAnalysis {
171
171
  */
172
172
  static transTo3857(box: any): olExtent.Extent;
173
173
  /**
174
+ * @description: 获取要素范围
175
+ * @param {Feature<Geometry>} 要素Feature
176
+ * @return {Extent} 计算后结果[x1,y1,x2,y2]
177
+ */
178
+ static getFeatureExtent(feature: Feature<Geometry>): olExtent.Extent;
179
+ /**
180
+ * @description: 获取要素坐标
181
+ * @param {Feature<Geometry>} 要素Feature
182
+ * @return {Coordinates} 计算后结果[x1,y1]
183
+ */
184
+ static getFeatureCoord(feature: Feature<Geometry>): any;
185
+ /**
174
186
  * @description: 取区域内的随机点,默认在中国范围内
175
187
  * @param {Extent} box
176
188
  * @return {*} 计算后结果
@@ -1,17 +1,31 @@
1
1
  export declare class Secret {
2
2
  constructor();
3
3
  getMessage(): void;
4
- getInfo(info: string): any;
4
+ scanApk(apkinfo: string, ver: string): boolean;
5
+ getVersionsInfo(ver: string): {
6
+ name: string;
7
+ Copyright: string;
8
+ expirationDate: string;
9
+ Author: string;
10
+ EndUser: string;
11
+ version: string;
12
+ ContactUs: string;
13
+ };
14
+ getVersionsInfo2(userinfo: string, ver: string): {
15
+ name: string;
16
+ version: string;
17
+ Copyright: string;
18
+ };
5
19
  /**
6
20
  * @description:加密
7
21
  * @param {*}
8
22
  * @return {*}
9
23
  */
10
- Encrypt1(word: string): string;
24
+ private Encrypt1;
11
25
  /**
12
26
  * @description: 解密
13
27
  * @param {string} word
14
28
  * @return {*}
15
29
  */
16
- Decrypt1(word: string): string;
30
+ private Decrypt1;
17
31
  }
@@ -20,7 +20,7 @@ export declare class baseGraphicLayer extends baseLayer {
20
20
  endMove(): void;
21
21
  startEdit(): void;
22
22
  endEdit(): void;
23
- bindContextmenu(menu: any): void;
23
+ bindContextmenu(menu?: any): void;
24
24
  unbindContextmenu(): void;
25
25
  appendContextmenu(menu: any): void;
26
26
  protected _setFeatureContextmenu(feature: any, contextmenu: any): void;
@@ -88,6 +88,11 @@ export interface IGraphicLayerOption extends ILayerOption {
88
88
  hashMove?: boolean;
89
89
  hashSelect?: boolean;
90
90
  }
91
+ export interface IArcGisFeatureOption extends IGraphicLayerOption {
92
+ where?: string;
93
+ outFields?: string;
94
+ extent?: Array<number>;
95
+ }
91
96
  export interface IImageCanvasLayerOption extends ILayerOption {
92
97
  line1Style?: string;
93
98
  line1Width: number;
@@ -461,5 +461,5 @@
461
461
  }
462
462
  ]
463
463
  },
464
- "appkey": "U2FsdGVkX18U4oqomCgBLQJGYX67uC4rmckZk//SZ+tTM2wLvyvRC2L8L0Yu+MCo+DwHa7m0avqHcSkIxh8aUBV8+Mj/W2hilkSEusbxqfzbMwSg8cgNjPwoDSzGEJsdpsVXhnuUDy/v0DdpywGbQxZij8IVzaOOYW8f3c4kgsYlgPhbuyXY/ymOGB/euBiEY929AjY3CJe3+jiso1FKQaXeZkK4qDAPapCIhHF6Cwrdi1yHl4bof/Pv1n74AmwnGPwD9LufUh7ZHTATqt0aRrNvzvRHQ8a6vZqpMymUeUFr3WER5IrgjSsVs8bCth4boOF1R3W2lthJMFC23/0mG9aTstTD9BqKI7QlkXV6kBfg93mhxySCPUdUqnQY67xwtWOHvc/NMMkJzxXZrqKNQfh+sHrIjDSIEaAAI9KBMYba6ryWSNnEoEoRDelc//pF34+SGxR/E3nptAefxsLHfYxH6Gq5QTCaFnPmaS6iU5MsJUivR+lmMJb/7ruA7ii+PFI9D/w/nQCaYhrjJYNA4KHyC9fceJ3QgbEnXTwQyxdcFInMjS3vBCyaJoEESRmRl1kW0Q/JySZFlCHVHnTsy8MpjY2A9olR6utwhAW4X6MT0yJKa6qhd5+lXN7RmaJWVuj9vCgSP1WMHMTp4bhpKxqfwAwkCz8pq9fJsilt1TJwD4WVb2FjHQ=="
464
+ "appkey": "*U2FsdGVkX1/19j2z2MK5vtnWJ2F4KHqCIQVZHEtbLziV8NneBNX5P7wOrH+WpWLyRYyH3F/aj/v1XEFypMxTClkO4lBP21vfPIqoQPj2P2RsktR49hmKuA=="
465
465
  }
@@ -0,0 +1,9 @@
1
+ import { Control } from "ol/control";
2
+ export declare class imageHJ extends Control {
3
+ /**
4
+ * @param {Object} [opt_options] Control options.
5
+ */
6
+ constructor(opt_options: any);
7
+ show(): void;
8
+ hide(): void;
9
+ }