Last updated

API / geotoolkit / axis / PieceLinearValueTransformer / ExtrapolationType

Enumeration: ExtrapolationType

axis.PieceLinearValueTransformer.ExtrapolationType

Enum of extrapolation types (Out-of-range input value's transformed value)

Table of contents

Enumeration Members

Contents

Enumeration Members

Boundary

Boundary = "Boundary"

Transformed value is equal to corresponding boundary's output value


Extrapolated

Extrapolated = "Extrapolated"

Transformed value is a linearly extrapolated value based on corresponding boundary's piece mapping.


NaN

NaN = "NaN"

Transformed value is NaN