flywave-vectortile-datasource.vectortiledataemitter.processlinefeature
Home > @flywave/flywave-vectortile-datasource > VectorTileDataEmitter > processLineFeature
VectorTileDataEmitter.processLineFeature() method
Creates the line geometries for the given feature.
Signature:
processLineFeature(layer: string, extents: number, geometry: ILineGeometry[], context: AttrEvaluationContext, techniques: IndexedTechnique[]): void;
Parameters
Parameter | Type | Description |
|---|---|---|
layer | string | Tile's layer to be processed. |
extents | number | Tile's layer extents. |
geometry | ILineGeometry[] | The current feature containing the main geometry. |
context | AttrEvaluationContext | |
techniques | IndexedTechnique[] | The array of [[Technique]] that will be applied to the geometry. |
Returns:
void