Skip to main content

flywave-vectortile-datasource

Home > @flywave/flywave-vectortile-datasource

flywave-vectortile-datasource package

VectorTileDataProvider

Remarks

Classes

Class

Description

DecodeInfo

GeoJsonDataProvider

GeoJson .

OmvDebugLabelsTile

OmvFeatureFilterDescriptionBuilder

Builds an OmvFilterDescription (internal type) that specifies an [[OmvFeatureFilter]] as well as an [[OmvFeatureModifier]].

OmvRestClient

REST client supporting getting protobuf OMV Tile from REST-based servers.

RBushTiler

VectorTileDataEmitter

VectorTileDataSource

VectorTileDataSource is used for the visualization of vector tiles.

Enumerations

Enumeration

Description

APIFormat

AuthenticationMethod

FeatureModifierId

Feature Modifier ids to choose which OmvFeatureModifer should be used in OmvDecoder.

OmvGeometryType

Interfaces

Interface

Description

AuthenticationMethodInfo

GeoJsonDataProviderOptions

OmvFeatureFilter

The OmvFeatureFilter is designed to work in an OmvVisitor/visitOmv combination (for example, OmvDecoder).

OmvFeatureFilterDescription

Internal type of a complete [[OmvFeatureFilter]] description, should not be publicly available.

OmvFeatureModifier

The OmvFeatureModifier can be used to filter individual features.

OmvFilterDescription

Internal type of a single filter description, Should not be publicly available.

OmvFilterFeatureAttribute

Definition of a filter for a feature attribute

OmvFilterString

Definition of a filter.

OmvLayerFilterDescription

Internal type of a layer filter description, Should not be publicly available.

OmvRestClientParameters

VectorTileDataSourceParameters

VectorTileFactory

Namespaces

Namespace

Description

OmvFeatureFilterDescriptionBuilder

OmvFilterString

Adding the match condition type and the matching function to the namespace of OmvFilterString.

Variables

Variable

Description

AuthenticationTypeAccessToken

AuthenticationTypeBearer

Authentication method, where token will be provided as HTTP Header:

Authorization: Bearer $authenticationToken

AuthenticationTypeTomTomV1

TomTomV1 API compatible authorization method, where token will be provided as HTTP Header:

Authorization: Bearer $authenticationToken

Type Aliases

Type Alias

Description

AuthenticationCodeProvider

Authentication token/code provider used by [[OmvRestClient]] before each call to currently valid authentication code/token.

OmvWithCustomDataProvider

OmvWithRestClientParams