object ConstantTileCodecs extends ConstantTileCodecs
- Alphabetic
- By Inheritance
- ConstantTileCodecs
- ConstantTileCodecs
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
implicit
def
bitConstantTileCodec: AvroRecordCodec[BitConstantTile]
- Definition Classes
- ConstantTileCodecs
-
implicit
def
byteConstantTileCodec: AvroRecordCodec[ByteConstantTile]
- Definition Classes
- ConstantTileCodecs
-
implicit
def
doubleConstantTileCodec: AvroRecordCodec[DoubleConstantTile]
Avro serialization doesn't support Float.NaN or Double.NaN.
Avro serialization doesn't support Float.NaN or Double.NaN. Whereas a union of number and null is sufficient in cases where the nodata value for some domain is can be serialized (Int.MinValue is just another integer and, therefore, serializable without difficulty), we are in need of an alternative strategy for floating point serialization.
To this end, we've serialized with a union of boolean and floating point values. noDataValue can either be: 1. true (and, therefore, ConstantNoData) 2. false (NoNoData) - OR - 3. a floating point value (which is a UserDefinedNoDataValue's value)
- Definition Classes
- ConstantTileCodecs
-
implicit
def
floatConstantTileCodec: AvroRecordCodec[FloatConstantTile]
Avro serialization doesn't support Float.NaN or Double.NaN.
Avro serialization doesn't support Float.NaN or Double.NaN. Whereas a union of number and null is sufficient in cases where the nodata value for some domain is can be serialized (Int.MinValue is just another integer and, therefore, serializable without difficulty), we are in need of an alternative strategy for floating point serialization.
To this end, we've serialized with a union of boolean and floating point values. noDataValue can either be: 1. true (and, therefore, ConstantNoData) 2. false (NoNoData) - OR - 3. a floating point value (which is a UserDefinedNoDataValue's value)
- Definition Classes
- ConstantTileCodecs
-
implicit
def
intConstantTileCodec: AvroRecordCodec[IntConstantTile]
- Definition Classes
- ConstantTileCodecs
-
implicit
def
shortConstantTileCodec: AvroRecordCodec[ShortConstantTile]
- Definition Classes
- ConstantTileCodecs
-
implicit
def
uByteConstantTileCodec: AvroRecordCodec[UByteConstantTile]
- Definition Classes
- ConstantTileCodecs
-
implicit
def
uShortConstantTileCodec: AvroRecordCodec[UShortConstantTile]
- Definition Classes
- ConstantTileCodecs