QueryVectorSource
Extends:
A source for a VectorLayer which address is controlled by the urlapi and which is not shown in the LayerSelector
Constructor Summary
| Public Constructor | ||
| public |
constructor(options: QuerySourceOptions) |
|
Member Summary
| Private Members | ||
| private |
|
|
| private |
|
|
Method Summary
| Public Methods | ||
| public |
addFeatures(features: *) |
|
| public |
getQueryValues(): string[] |
|
| public |
setQueryValues(values: string[]) |
|
Inherited Summary
| From class SourceServerVector | ||
| public |
|
|
| public |
format_: * |
|
| public |
localised_: * |
|
| public |
|
|
| protected |
urlTemplate: URL |
|
| private |
indicates if the source needs to be emptied |
|
| private |
|
|
| private |
|
|
| private |
|
|
| private |
|
|
| private |
urlProjection_: module:ol/proj~ProjectionLike |
|
| public |
addProxyToHrefTags(text: HTMLElement): HTMLElement makes all urls in href-tags inside of a xmlDocument use the proxy address. |
|
| public |
getUrlTemplate(): URL |
|
| public |
|
|
| public |
setRefresh(refresh: number) This sets the refresh rate. |
|
| public |
setUrlTemplate(urlTemplate: URL) |
|
Public Constructors
public constructor(options: QuerySourceOptions) source
Override:
SourceServerVector#constructorParams:
| Name | Type | Attribute | Description |
| options | QuerySourceOptions |
