Skip to main content

flywave-vectortile-datasource.vectortiledataemitter.processpointfeature

Home > @flywave/flywave-vectortile-datasource > VectorTileDataEmitter > processPointFeature

VectorTileDataEmitter.processPointFeature() method

Creates the Point of Interest geometries for the given feature.

Signature:

processPointFeature(layer: string, extents: number, geometry: THREE.Vector3[], context: AttrEvaluationContext, techniques: IndexedTechnique[]): void;

Parameters

Parameter

Type

Description

layer

string

Tile's layer to be processed.

extents

number

Tile's layer extents.

geometry

THREE.Vector3[]

The feature geometry in local webMercator coordinates.

context

AttrEvaluationContext

techniques

IndexedTechnique[]

The array of [[Technique]] that will be applied to the geometry.

Returns:



void