API / geotoolkit / welllog / log2d / LocalExtremumDecimationStrategy / LocalExtremumDecimationStrategy
log2d.LocalExtremumDecimationStrategy.LocalExtremumDecimationStrategy
This decimation strategy creates decimated row as extremum values of each internal rows
↳
LocalExtremumDecimationStrategy
Constructors
Constructors
• new LocalExtremumDecimationStrategy(isMinimum?)
Creates decimation strategy
| Name | Type | Description |
|---|---|---|
Optional isMinimum | boolean | if true, decimated row will be created as minimum values, else as maximum values |
AbstractDecimationStrategy.constructor
Methods
▸ addRow(row): void
This method need to be called for each row of dense area
| Name | Type | Description |
|---|---|---|
row | Log2DDataRow | row of area |
void
AbstractDecimationStrategy.addRow
▸ getClassName(): string
string
AbstractDecimationStrategy.getClassName
▸ getDecimatedRow(): Log2DDataRow
Get decimated row from previous added rows from beginning
AbstractDecimationStrategy.getDecimatedRow
▸ reset(firstRow): void
This method need to be called in the beginning of dense area
| Name | Type | Description |
|---|---|---|
firstRow | Log2DDataRow | first row of area |
void
AbstractDecimationStrategy.reset
▸ Static getClassName(): string
string