You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
417 B
10 lines
417 B
/**
|
|
* Check if the linestring is a boundary.
|
|
* @param {Array<number>} flatCoordinates Flat coordinates.
|
|
* @param {number} offset Offset.
|
|
* @param {number} end End.
|
|
* @param {number} stride Stride.
|
|
* @return {boolean} The linestring is a boundary.
|
|
*/
|
|
export function lineStringIsClosed(flatCoordinates: Array<number>, offset: number, end: number, stride: number): boolean;
|
|
//# sourceMappingURL=topology.d.ts.map
|