geotrellis.spark.io.avro.codecs

Implicits

object Implicits extends Implicits

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Implicits
  2. Implicits
  3. KeyCodecs
  4. TileCodecs
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. implicit def bitArrayTileCodec: AvroRecordCodec[BitArrayTile]

    Definition Classes
    TileCodecs
  8. implicit def byteArrayTileCodec: AvroRecordCodec[ByteArrayTile]

    Definition Classes
    TileCodecs
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. implicit def doubleArrayTileCodec: AvroRecordCodec[DoubleArrayTile]

    Avro serialization doesn't support Float.

    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
    TileCodecs
  11. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. implicit def floatArrayTileCodec: AvroRecordCodec[FloatArrayTile]

    Avro serialization doesn't support Float.

    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
    TileCodecs
  15. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  17. implicit def intArrayTileCodec: AvroRecordCodec[IntArrayTile]

    Definition Classes
    TileCodecs
  18. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  19. implicit def multibandTileCodec: AvroRecordCodec[MultibandTile]

    Definition Classes
    TileCodecs
  20. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  23. implicit def shortArrayTileCodec: AvroRecordCodec[ShortArrayTile]

    Definition Classes
    TileCodecs
  24. implicit def spaceTimeKeyAvroFormat: AvroRecordCodec[SpaceTimeKey]

    Definition Classes
    KeyCodecs
  25. implicit def spatialKeyAvroFormat: AvroRecordCodec[SpatialKey]

    Definition Classes
    KeyCodecs
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  27. implicit def tileUnionCodec: AvroUnionCodec[Tile]

    Definition Classes
    Implicits
  28. def toString(): String

    Definition Classes
    AnyRef → Any
  29. implicit def tupleCodec[A, B](implicit arg0: AvroRecordCodec[A], arg1: AvroRecordCodec[B]): TupleCodec[A, B]

    Definition Classes
    Implicits
  30. implicit def uByteArrayTileCodec: AvroRecordCodec[UByteArrayTile]

    Definition Classes
    TileCodecs
  31. implicit def uShortArrayTileCodec: AvroRecordCodec[UShortArrayTile]

    Definition Classes
    TileCodecs
  32. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Implicits

Inherited from KeyCodecs

Inherited from TileCodecs

Inherited from AnyRef

Inherited from Any

Ungrouped