API / geotoolkit / welllog / widgets / RestrictVisibleRangeStrategy / RestrictVisibleRangeStrategy
widgets.RestrictVisibleRangeStrategy.RestrictVisibleRangeStrategy
RestrictVisibleRangeStrategy input transformation adjustment is restricted based on the options supplied.
RestrictVisibleRangeStrategy adjust transformation the way data model's visible model limits do not go beyond specified model limits.
↳
RestrictVisibleRangeStrategy
Constructors
Methods
Css Properties
| Name | Type | Description |
|---|---|---|
enabled | boolean | Enable flag |
range | Range | Depth range |
range-high | number | Upper range boundary |
range-low | number | Lower range boundary |
range-max | number | |
range-min | number |
Constructors
• new RestrictVisibleRangeStrategy(options?)
| Name | Type |
|---|---|
Optional options | Options |
ScaleScrollStrategy.constructor
Methods
▸ adjustTransformation(trackContainer, newTr): Transformation
Adjusts input transformation
| Name | Type | Description |
|---|---|---|
trackContainer | LogTrackContainer | model |
newTr | Transformation | transformation to adjust |
adjusted transformation
ScaleScrollStrategy.adjustTransformation
▸ getClassName(): string
string
ScaleScrollStrategy.getClassName
▸ getProperties(): OptionsOut
Gets properties
properties
ScaleScrollStrategy.getProperties
▸ getRange(): Range
Returns restricted depth range
▸ isEnabled(): boolean
Returns enable state
boolean
enable state
▸ setEnabled(enabled): RestrictVisibleRangeStrategy
Set enable state
| Name | Type | Description |
|---|---|---|
enabled | boolean | sets the enabled state |
this
ScaleScrollStrategy.setEnabled
▸ setProperties(properties): RestrictVisibleRangeStrategy
Sets the projection properties
| Name | Type | Description |
|---|---|---|
properties | Options | properties |
this
ScaleScrollStrategy.setProperties
▸ setRange(range): RestrictVisibleRangeStrategy
Set restricted depth range
| Name | Type |
|---|---|
range | Options |
▸ setRange(range): RestrictVisibleRangeStrategy
Set restricted depth range
| Name | Type |
|---|---|
range | Range |
▸ Static getClassName(): string
string