API / geotoolkit / welllog / log2d / EmptyDecimationStrategy / EmptyDecimationStrategy
log2d.EmptyDecimationStrategy.EmptyDecimationStrategy
This decimation strategy implements default behavior of Log2DVisual
↳
EmptyDecimationStrategy
Constructors
Constructors
• new EmptyDecimationStrategy()
Creates decimation strategy
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