|
@@ -20,15 +20,12 @@ import {
|
|
WHOLE_LINE_POINT_MERGE_DIST,
|
|
WHOLE_LINE_POINT_MERGE_DIST,
|
|
} from "./constant";
|
|
} from "./constant";
|
|
import {
|
|
import {
|
|
- generateWholeLineLineId,
|
|
|
|
generateWholeLinePointId,
|
|
generateWholeLinePointId,
|
|
- getWholeLineLinesRawByPoint,
|
|
|
|
getWholeLineLinesRawByPointId,
|
|
getWholeLineLinesRawByPointId,
|
|
getWholeLinePoint,
|
|
getWholeLinePoint,
|
|
getWholeLinePoints,
|
|
getWholeLinePoints,
|
|
getWholeLinePolygonLines,
|
|
getWholeLinePolygonLines,
|
|
getWholeLinePolygonLinesByPoint,
|
|
getWholeLinePolygonLinesByPoint,
|
|
- wholeLineAddLineByPointIds,
|
|
|
|
wholeLineLineAddPoint,
|
|
wholeLineLineAddPoint,
|
|
wholeLineReplacePoint,
|
|
wholeLineReplacePoint,
|
|
} from "./whole-line-base";
|
|
} from "./whole-line-base";
|