API / geotoolkit / welllog / data / ApparentDipData / ApparentDipData
data.ApparentDipData.ApparentDipData
Define data object for apparent dip data
Constructors
Css Properties
| Name | Type | Description |
|---|---|---|
angles | Range | Angle range |
angles-high | number | Upper range boundary |
angles-low | number | Lower range boundary |
angles-max | number | |
angles-min | number | |
azimuth | number | Azimuth of apparent dip |
depth | number | Centered depth of the apparent dip |
height | number | Height of apparent dip |
Constructors
• new ApparentDipData(options?)
Constructor
| Name | Type | Description |
|---|---|---|
Optional options | Options | sample |
Methods
▸ getAngles(): Range
Get angles range
▸ getAzimuth(): number
Get azimuth
number
▸ getClassName(): string
string
▸ getDepth(): number
Get depth
number
▸ getHeight(): number
Get height
number
▸ getProperties(): OptionsOut
Gets all the properties pertaining to this object
properties object
▸ setProperties(properties?): ApparentDipData
Set properties
| Name | Type | Description |
|---|---|---|
Optional properties | Options | properties |
▸ Static getClassName(): string
string