RasterDemCustomEncoding class final Style

Decodes tiles using the redFactor, blueFactor, greenFactor, baseShift parameters.

Inheritance

Constructors

RasterDemCustomEncoding.new({double redFactor = 1, double blueFactor = 1, double greenFactor = 1, double baseShift = 0})
Create a RasterDemCustomEncoding.
const

Properties

baseShift double
Value that will be added to the encoding mix when decoding.
final
blueFactor double
Value that will be multiplied by the blue channel value when decoding.
final
greenFactor double
Value that will be multiplied by the green channel value when decoding.
final
hashCode int
The hash code for this object.
no setterinherited
redFactor double
Value that will be multiplied by the red channel value when decoding.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited