API / geotoolkit / schematics / widgets / ISchematicsWidget / ISchematicsWidget
widgets.ISchematicsWidget.ISchematicsWidget
Defines base interface for all schematics widgets
Interface
CompositeSchematicsWidgetDeviatedSchematicsWidgetDualSchematicsWidgetLShapedSchematicsWidgetMultiLateralSchematicsWidgetSchematicsWidget
Constructors
Methods
Methods
▸ Abstract getCenterModelLimits(): Rect
Gets WellBoreNode's model limits
▸ getClassName(): string
string
▸ Abstract getLabelingStrategy(): LabelingStrategy
Gets labeling strategy (if any)
▸ Abstract getOptions(): Record<string, any>
Gets widget options
Record<string, any>
widget options
▸ Abstract getViewMode(): ViewMode
Gets well bore view mode
viewMode
▸ Abstract setData(data): ISchematicsWidget
Sets data
| Name | Type | Description |
|---|---|---|
data | any | wellbore data to set |
this
▸ Abstract setOptions(options): ISchematicsWidget
Sets widget options
| Name | Type | Description |
|---|---|---|
options | Record<string, any> | widget options |
this
▸ Abstract setViewMode(viewMode): Object
Sets well bore view mode
| Name | Type | Description |
|---|---|---|
viewMode | ViewMode | ViewModeInfo | well bore view mode |
Object
"model limits to bounds" depths mapping
| Name | Type | Description |
|---|---|---|
boundsdepths | number[] | bounds depths |
modellimitsdepths | number[] | model limits depths |
▸ Static getClassName(): string
string