API / geotoolkit / welllog / LogLithology / LogLithology
welllog.LogLithology.LogLithology
Type Aliases
Type Aliases
Ƭ Hits: Object
Defines hit test result
| Name | Type | Description |
|---|---|---|
selectedranges | LithologyRangeDesc[] | the selected ranges array |
Ƭ LithologyRangeDesc: Object
Defines lithology range description object
| Name | Type | Description |
|---|---|---|
depthrange | Range | the depth range |
geometry | GraphicsPath | the range geometry |
id? | number | string | the range identifier |
index | number | the zero-based index of this range. If this range is gap (empty space between adjacent ranges given by NaN depth) returns the next range index |
isgap | boolean | the flag indicating if this range is gap (empty space between adjacent ranges given by NaN depth) or not |
Ƭ Options: Options & { bordermode?: BorderMode ; depths?: number[] ; fillstyles?: Type[] ; ids?: (string | number)[] ; labelfillmode?: LabelFillMode ; labelfillstyle?: Type ; left?: LogCurve | LogReferenceLine | number ; linestyles?: Type[] | null ; linetypes?: LineType[] ; minheightforlabel?: number ; nameorientation?: NameOrientation ; names?: string[] ; namevisible?: boolean ; right?: LogCurve | LogReferenceLine | number ; text?: string ; textellipsis?: boolean ; textexpand?: boolean ; textposition?: AnchorType ; textsizemode?: SizeMode ; textstyle?: Type ; textstyles?: Type[] ; titles?: string[] }
an array of the depths or properties object
Ƭ OptionsOut: OptionsOut & { bordermode: BorderMode ; depths: number[] ; fillstyles: FillStyle[] ; ids?: (string | number)[] ; labelfillmode: LabelFillMode ; labelfillstyle: FillStyle | null ; linestyles: LineStyle[] ; linetypes: LineType[] ; minheightforlabel: number ; nameorientation: NameOrientation ; names: string[] ; namevisible: boolean ; text: string ; textellipsis: boolean ; textexpand: boolean ; textposition: AnchorType ; textsizemode: SizeMode ; textstyle: TextStyle | null ; textstyles: TextStyle[] ; titles: string[] }
properties object