API / geotoolkit / welllog / data / LogDrillingSectionContainer / LogDrillingSectionContainer
data.LogDrillingSectionContainer.LogDrillingSectionContainer
Define container of the drilling sections
Constructors
Constructors
• new LogDrillingSectionContainer(options?)
Constructor
| Name | Type | Description |
|---|---|---|
Optional options | Options | An object containing the properties to set |
Methods
▸ addSection(section): LogDrillingSectionContainer
Add Section
| Name | Type | Description |
|---|---|---|
section | LogDrillingSection | section |
this
▸ getClassName(): string
string
▸ getProperties(): OptionsOut
Gets all the properties pertaining to this object
properties object
▸ getSectionsArray(from, to): LogDrillingSection[]
Get Sections Array
| Name | Type | Description |
|---|---|---|
from | number | from |
to | number | to |
▸ setProperties(properties?): LogDrillingSectionContainer
Sets all the properties pertaining to this object
| Name | Type | Description |
|---|---|---|
Optional properties | Options | An object containing the properties to set |
▸ Static getClassName(): string
string