API / geotoolkit / welllog / log2d / AbstractDecimationStrategy / AbstractDecimationStrategy
log2d.AbstractDecimationStrategy.AbstractDecimationStrategy
Abstract decimation strategy for dense areas of Log2DVisual
AbstractDecimationStrategy
Constructors
Constructors
• Protected new AbstractDecimationStrategy()
Creates decimation strategy
Methods
▸ Abstract addRow(row): void
This method need to be called for each row of dense area
| Name | Type | Description |
|---|---|---|
row | AbstractDataRow | row of area |
void
▸ getClassName(): string
string
▸ Abstract getDecimatedRow(): AbstractDataRow
Get decimated row from previous added rows from beginning
▸ Abstract reset(firstRow): void
This method need to be called in the beginning of dense area
| Name | Type | Description |
|---|---|---|
firstRow | AbstractDataRow | first row of area |
void
▸ Static getClassName(): string
string