GeoDataManagerChangeEvent
geovisto-map / GeoDataManagerChangeEvent
Class: GeoDataManagerChangeEvent\<TSource>
This class provides the data change event object.
Author
Jiri Hynek
Extends
MapChangeEvent
\<IGeoDataManager
,TSource
>
Type parameters
• TSource extends IMapObject
= IMapObject
Implements
Constructors
new GeoDataManagerChangeEvent()
new GeoDataManagerChangeEvent\<
TSource
>(source
,data
):GeoDataManagerChangeEvent
\<TSource
>
It initializes event.
Parameters
• source: TSource
• data: IGeoDataManager
Returns
GeoDataManagerChangeEvent
\<TSource
>
Overrides
Source
model/internal/event/geodata/GeoDataManagerChangeEvent.ts:16
Methods
getChangedObject()
getChangedObject():
IGeoDataManager
Return the changed object.
Returns
Implementation of
IGeoDataManagerChangeEvent.getChangedObject
Inherited from
MapChangeEvent
.getChangedObject
Source
model/internal/event/generic/MapChangeEvent.ts:26
getSource()
getSource():
TSource
It return source map object of the event.
Returns
TSource
Implementation of
IGeoDataManagerChangeEvent.getSource
Inherited from
Source
model/internal/event/generic/MapEvent.ts:32
getType()
getType():
string
It returns string which identifies the event.
Returns
string
Implementation of
IGeoDataManagerChangeEvent.getType
Inherited from
Source
model/internal/event/generic/MapEvent.ts:25
TYPE()
static
TYPE():string
Type of the event.
Returns
string
Source
model/internal/event/geodata/GeoDataManagerChangeEvent.ts:23