@regionerne/gis-komponent 0.0.83 → 0.0.85
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.
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { Feature } from 'ol';
|
|
2
2
|
import { Vector as VectorSource } from 'ol/source';
|
|
3
|
-
import { LineString } from 'ol/geom';
|
|
3
|
+
import { LineString, Geometry } from 'ol/geom';
|
|
4
|
+
import { Coordinate } from 'ol/coordinate';
|
|
4
5
|
import * as i0 from "@angular/core";
|
|
5
6
|
export declare class GeometrySplitService {
|
|
6
7
|
private geoJsonFormat;
|
|
@@ -12,6 +13,7 @@ export declare class GeometrySplitService {
|
|
|
12
13
|
* @param bufferMeters Width of the buffer in meters (default: 1).
|
|
13
14
|
*/
|
|
14
15
|
splitPolygonsWithBufferedLine(lineFeature: Feature<LineString>, vectorSource: VectorSource, bufferMeters?: number): void;
|
|
16
|
+
isPointStrictlyInside(geom: Geometry, coord: Coordinate): boolean;
|
|
15
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<GeometrySplitService, never>;
|
|
16
18
|
static ɵprov: i0.ɵɵInjectableDeclaration<GeometrySplitService>;
|
|
17
19
|
}
|