API / geotoolkit / scene / exports / IExportable / IExportable
exports.IExportable.IExportable
Define an interface to provide exportable elements. It is used to provide custom layouting for printing and exporting to various graphic formats.
Interface
Constructors
Methods
▸ Abstract beginExport(options?): void
Used to prepare object before exporting
| Name | Type |
|---|---|
Optional options | Record<string, any> |
void
▸ Abstract endExport(): void
Used to restore object's state after exporting
void
▸ getClassName(): string
string
▸ Abstract getExportElement(options?): AbstractDocumentElement
Returns exportable element
| Name | Type |
|---|---|
Optional options | Record<string, any> |
return exportable element
▸ Static getClassName(): string
string