Last updated

API / geotoolkit / map / layers / AbstractLayer / AbstractLayer

Namespace: AbstractLayer

layers.AbstractLayer.AbstractLayer

Table of contents

Type Aliases

Contents

Type Aliases

EventMap

Ƭ EventMap: EventMap & { ModelLimitsChanged: Rect }


Formatter

Ƭ Formatter: IFormatter | TooltipFormatterCallback


Options

Ƭ Options: Options & OptionsBase & { source?: AbstractSource ; system?: GeodeticSystem | AbstractSystem ; tooltip?: { formatter?: Formatter ; visible?: boolean } ; url?: string | string[] }

options


OptionsBase

Ƭ OptionsBase: Object

options

Type declaration

NameTypeDescription
alpha?numberthe alpha of the layer
layerfilter?IFilterlayer drawing filter (default "layerfilter=null" means layer is drawn)
limits?Rectlimits of this layer

OptionsOut

Ƭ OptionsOut: OptionsOut & OptionsBase & { source?: AbstractSource ; system?: GeodeticSystem | AbstractSystem ; url?: string | string[] }

options


TooltipFormatterCallback

Ƭ TooltipFormatterCallback: (data: (AbstractFeature | Node)[], tooltip?: string, pt?: Point) => string | HTMLElement

Type declaration

▸ (data, tooltip?, pt?): string | HTMLElement

Parameters
Name Type
data(AbstractFeature | Node)[]
Optional tooltipstring
Optional ptPoint
Returns

string | HTMLElement