Expand description
Constructors§
§new TriangulatorPolylines(): TriangulatorPolylines
new TriangulatorPolylines(): TriangulatorPolylines
Properties§
Methods§
Source§buildMesh(
geojson: FeatureCollection,
origin: number[],
): [ILayerGeometry[], ILayerComponent[]]
buildMesh(
geojson: FeatureCollection,
origin: number[],
): [ILayerGeometry[], ILayerComponent[]]
Builds a mesh from GeoJSON features representing polylines.
Class for triangulating polylines from GeoJSON features. It provides methods to convert different geometry types into polyline meshes.