API / geotoolkit / welllog / widgets / RestrictVisibleDepthLimitsStrategy / RestrictVisibleDepthLimitsStrategy
widgets.RestrictVisibleDepthLimitsStrategy.RestrictVisibleDepthLimitsStrategy
RestrictVisibleDepthLimitsStrategy input transformation adjustment is restricted based on the options supplied.
RestrictVisibleDepthLimitsStrategy adjust transformation the way data model's visible depth limits do not go beyond entire depth limits.
RestrictVisibleModelLimitsStrategy↳
RestrictVisibleDepthLimitsStrategy
Constructors
Css Properties
| Name | Type | Description |
|---|---|---|
enabled | boolean | Enable flag |
minvisiblehorizontalpart | number | Minimum visible horizontal part of model [0;1] |
minvisibleverticalpart | number | Minimum visible vertical part of model [0;1] |
nohorizontalscalescroll | boolean | Flag to set nohorizontalscalescroll |
noverticalscalescroll | boolean | Flag to set noverticalscalescroll |
Constructors
• new RestrictVisibleDepthLimitsStrategy(options?)
| Name | Type |
|---|---|
Optional options | Options |
RestrictVisibleModelLimitsStrategy.constructor
Methods
▸ adjustTransformation(trackContainer, newTr): Transformation
Adjusts input transformation
| Name | Type | Description |
|---|---|---|
trackContainer | LogTrackContainer | model |
newTr | Transformation | transformation to adjust |
adjusted transformation
RestrictVisibleModelLimitsStrategy.adjustTransformation
▸ getClassName(): string
string
RestrictVisibleModelLimitsStrategy.getClassName
▸ getProperties(): OptionsOut
Gets properties
properties
RestrictVisibleModelLimitsStrategy.getProperties
▸ isEnabled(): boolean
Returns enable state
boolean
enable state
RestrictVisibleModelLimitsStrategy.isEnabled
▸ setEnabled(enabled): RestrictVisibleDepthLimitsStrategy
Set enable state
| Name | Type | Description |
|---|---|---|
enabled | boolean | sets the enabled state |
RestrictVisibleDepthLimitsStrategy
this
RestrictVisibleModelLimitsStrategy.setEnabled
▸ setProperties(properties): RestrictVisibleDepthLimitsStrategy
Sets the projection properties
| Name | Type | Description |
|---|---|---|
properties | Options | properties |
RestrictVisibleDepthLimitsStrategy
this
RestrictVisibleModelLimitsStrategy.setProperties
▸ Static getClassName(): string
string