API / geotoolkit / map / layers / AbstractLayer / AbstractLayer
layers.AbstractLayer.AbstractLayer
Type Aliases
Ƭ EventMap: EventMap & { ModelLimitsChanged: Rect }
Ƭ Formatter: IFormatter | TooltipFormatterCallback
Ƭ Options: Options & OptionsBase & { source?: AbstractSource ; system?: GeodeticSystem | AbstractSystem ; tooltip?: { formatter?: Formatter ; visible?: boolean } ; url?: string | string[] }
options
Ƭ OptionsBase: Object
options
| Name | Type | Description |
|---|---|---|
alpha? | number | the alpha of the layer |
layerfilter? | IFilter | layer drawing filter (default "layerfilter=null" means layer is drawn) |
limits? | Rect | limits of this layer |
Ƭ OptionsOut: OptionsOut & OptionsBase & { source?: AbstractSource ; system?: GeodeticSystem | AbstractSystem ; url?: string | string[] }
options
Ƭ TooltipFormatterCallback: (data: (AbstractFeature | Node)[], tooltip?: string, pt?: Point) => string | HTMLElement
▸ (data, tooltip?, pt?): string | HTMLElement
| Name | Type |
|---|---|
data | (AbstractFeature | Node)[] |
Optional tooltip | string |
Optional pt | Point |
string | HTMLElement