Aller au contenu

Message HrzProtocol.NodataValue

Defined in hrz/protocol/raster/nodata.proto.


bit_pattern: uint32 (Part of union value_type)

Little endian bit pattern.


color: HrzProtocol.Color (Part of union value_type)

Color value, for color rasters.


uint_value: uint32 (Part of union value_type)

Unsigned integer value, for integer rasters.


int_value: int32 (Part of union value_type)

Signed integer value, for integer rasters.


float_value: float (Part of union value_type)

Exact float value.


float_nan: HrzProtocol.Void (Part of union value_type)

All NaN values, for float rasters.