Method Summary
| Public Methods | ||
| public |
configureMap(mapConfig: *): undefined This method is called once when the map is configured |
|
| public |
configureUI(mapConfig: *): undefined This method is called every time the ui is recreated |
|
| public |
createControl(controlType: string, options: g4uControlOptions, receiver: ComposedControl | G4UMap): undefined | Control This method is called if the ControlFactory cant construct controls of this type |
|
| public |
createLayer(type: string, options: g4uLayerOptions, superType: SuperType, skipIdCheck: boolean): undefined | ol.layer.Base This method is called if the LayerFactory cant construct layers of this type |
|
| public |
Thsi method is called if the map enables userActionTracking |
|
| public |
|
|
| public |
|
|
Public Methods
public configureMap(mapConfig: *): undefined source
This method is called once when the map is configured
Params:
| Name | Type | Attribute | Description |
| mapConfig | * |
public configureUI(mapConfig: *): undefined source
This method is called every time the ui is recreated
Params:
| Name | Type | Attribute | Description |
| mapConfig | * |
public createControl(controlType: string, options: g4uControlOptions, receiver: ComposedControl | G4UMap): undefined | Control source
This method is called if the ControlFactory cant construct controls of this type
Params:
| Name | Type | Attribute | Description |
| controlType | string | ||
| options | g4uControlOptions | ||
| receiver | ComposedControl | G4UMap |
public createLayer(type: string, options: g4uLayerOptions, superType: SuperType, skipIdCheck: boolean): undefined | ol.layer.Base source
This method is called if the LayerFactory cant construct layers of this type
Params:
| Name | Type | Attribute | Description |
| type | string | ||
| options | g4uLayerOptions | ||
| superType | SuperType | ||
| skipIdCheck | boolean |
