Last updated

API / geotoolkit / welllog / data / LogDrillingSectionContainer / LogDrillingSectionContainer

Class: LogDrillingSectionContainer

data.LogDrillingSectionContainer.LogDrillingSectionContainer

Define container of the drilling sections

Table of contents

Constructors
Methods

Contents

Constructors

new LogDrillingSectionContainer(options)

new LogDrillingSectionContainer(options?)

Constructor

Parameters

Name Type Description
Optional optionsOptionsAn object containing the properties to set
Methods

addSection

addSection(section): LogDrillingSectionContainer

Add Section

Parameters

Name Type Description
sectionLogDrillingSectionsection

Returns

LogDrillingSectionContainer

this


getClassName

getClassName(): string

Returns

string


getProperties

getProperties(): OptionsOut

Gets all the properties pertaining to this object

Returns

OptionsOut

properties object


getSectionsArray

getSectionsArray(from, to): LogDrillingSection[]

Get Sections Array

Parameters

Name Type Description
fromnumberfrom
tonumberto

Returns

LogDrillingSection[]


setProperties

setProperties(properties?): LogDrillingSectionContainer

Sets all the properties pertaining to this object

Parameters

Name Type Description
Optional propertiesOptionsAn object containing the properties to set

Returns

LogDrillingSectionContainer


getClassName

Static getClassName(): string

Returns

string