Last updated

API / geotoolkit / welllog / log2d / AbstractDecimationStrategy / AbstractDecimationStrategy

Class: AbstractDecimationStrategy

log2d.AbstractDecimationStrategy.AbstractDecimationStrategy

Abstract decimation strategy for dense areas of Log2DVisual

Hierarchy

Table of contents

Constructors
Methods

Contents

Constructors

new AbstractDecimationStrategy()

Protected new AbstractDecimationStrategy()

Creates decimation strategy

Methods

addRow

Abstract addRow(row): void

This method need to be called for each row of dense area

Parameters

Name Type Description
rowAbstractDataRowrow of area

Returns

void


getClassName

getClassName(): string

Returns

string


getDecimatedRow

Abstract getDecimatedRow(): AbstractDataRow

Get decimated row from previous added rows from beginning

Returns

AbstractDataRow


reset

Abstract reset(firstRow): void

This method need to be called in the beginning of dense area

Parameters

Name Type Description
firstRowAbstractDataRowfirst row of area

Returns

void


getClassName

Static getClassName(): string

Returns

string