projects/angular-cesium/src/lib/angular-cesium/models/description.ts
Methods |
draw |
draw(context: any, id: string, contextEntity: any)
|
Returns :
void
|
remove | ||||||
remove(id: string)
|
||||||
Parameters :
Returns :
void
|
removeAll |
removeAll()
|
Returns :
void
|
export interface IDescription {
draw(context: any, id: string, contextEntity: any): void;
remove(id: string): void;
removeAll(): void;
}