mirage2d 1.1.78 → 1.1.80

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.
@@ -170,6 +170,7 @@ export declare class SpatialAnalysis {
170
170
  * @returns
171
171
  */
172
172
  static lineCrossesSplit(layer: GraphicLayer, lineList: Array<Feature<Geometry>>, callback: Function): void;
173
+ static lineErase(layer: GraphicLayer, coordinate: number[], bufferExtent: number, lineList: Array<Feature<Geometry>>, callback: Function): void;
173
174
  /**
174
175
  * 转为geoJson格式
175
176
  * @param {Feature<Geometry>} Feature
@@ -183,7 +184,7 @@ export declare class SpatialAnalysis {
183
184
  * @param {Feature<Geometry>} Feature
184
185
  * @return {GeoJSONFeature} "EPSG:4326" Object.
185
186
  */
186
- static featureTo4326(Feature: Feature<Geometry>): Object;
187
+ static featureTo4326(Feature: Feature<Geometry>): any;
187
188
  /**
188
189
  * 转为geoJson数组格式
189
190
  * @param {Feature<Geometry>[]} Feature