API / geotoolkit / schematics / builder / IViewModeBuilder / IViewModeBuilder
builder.IViewModeBuilder.IViewModeBuilder
Schematics view mode builder interface
Interface
Constructors
Methods
Methods
▸ Abstract build(it, limits?): Object
Builds view mode
| Name | Type | Description |
|---|---|---|
it | Iterator<ComponentNode> | component nodes iterator |
Optional limits | Rect | limits to layout components within |
Object
| Name | Type | Description |
|---|---|---|
boundsdepths | number[] | bounds depths |
modellimitsdepths | number[] | model limits depths |
▸ Abstract getOptions(): Record<string, any>
Record<string, any>
▸ Abstract setOptions(options): IViewModeBuilder
| Name | Type |
|---|---|
options | Record<string, any> |