trait Implicits extends TileCodecs with ConstantTileCodecs with TileFeatureCodec with CRSCodec with ExtentCodec with ProjectedExtentCodec with TemporalProjectedExtentCodec with KeyCodecs

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Implicits
  2. KeyCodecs
  3. TemporalProjectedExtentCodec
  4. ProjectedExtentCodec
  5. ExtentCodec
  6. CRSCodec
  7. TileFeatureCodec
  8. ConstantTileCodecs
  9. TileCodecs
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. implicit def bitArrayTileCodec: AvroRecordCodec[BitArrayTile]
    Definition Classes
    TileCodecs
  6. implicit def bitConstantTileCodec: AvroRecordCodec[BitConstantTile]
    Definition Classes
    ConstantTileCodecs
  7. implicit def byteArrayTileCodec: AvroRecordCodec[ByteArrayTile]
    Definition Classes
    TileCodecs
  8. implicit def byteConstantTileCodec: AvroRecordCodec[ByteConstantTile]
    Definition Classes
    ConstantTileCodecs
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  10. implicit def constantTileUnionCodec: AvroUnionCodec[ConstantTile]
  11. implicit def crsCodec: AvroRecordCodec[CRS]
    Definition Classes
    CRSCodec
  12. implicit def doubleArrayTileCodec: AvroRecordCodec[DoubleArrayTile]

    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
    TileCodecs
  13. 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
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  16. implicit def extentCodec: AvroRecordCodec[Extent]
    Definition Classes
    ExtentCodec
  17. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. implicit def floatArrayTileCodec: AvroRecordCodec[FloatArrayTile]

    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
    TileCodecs
  19. 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
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. implicit def intArrayTileCodec: AvroRecordCodec[IntArrayTile]
    Definition Classes
    TileCodecs
  23. implicit def intConstantTileCodec: AvroRecordCodec[IntConstantTile]
    Definition Classes
    ConstantTileCodecs
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. implicit def multibandTileCodec: AvroRecordCodec[MultibandTile]
    Definition Classes
    TileCodecs
  26. implicit def multibandTileFeatureCodec[T <: MultibandTile, D](implicit arg0: AvroRecordCodec[T], arg1: AvroRecordCodec[D]): AvroRecordCodec[TileFeature[T, D]]
    Definition Classes
    TileFeatureCodec
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. implicit def paddedTileCodec: AvroRecordCodec[PaddedTile]
    Definition Classes
    TileCodecs
  31. implicit def projectedExtentCodec: AvroRecordCodec[ProjectedExtent]
    Definition Classes
    ProjectedExtentCodec
  32. implicit def shortArrayTileCodec: AvroRecordCodec[ShortArrayTile]
    Definition Classes
    TileCodecs
  33. implicit def shortConstantTileCodec: AvroRecordCodec[ShortConstantTile]
    Definition Classes
    ConstantTileCodecs
  34. def simpleTileUnionCodec: AvroUnionCodec[Tile]
  35. implicit def spaceTimeKeyAvroFormat: AvroRecordCodec[SpaceTimeKey]
    Definition Classes
    KeyCodecs
  36. implicit def spatialKeyAvroFormat: AvroRecordCodec[SpatialKey]
    Definition Classes
    KeyCodecs
  37. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  38. implicit def temporalProjectedExtentCodec: AvroRecordCodec[TemporalProjectedExtent]
    Definition Classes
    TemporalProjectedExtentCodec
  39. implicit def tileFeatureCodec[T <: Tile, D](implicit arg0: AvroRecordCodec[T], arg1: AvroRecordCodec[D]): AvroRecordCodec[TileFeature[T, D]]
    Definition Classes
    TileFeatureCodec
  40. implicit def tileUnionCodec: AvroUnionCodec[Tile]
  41. def toString(): String
    Definition Classes
    AnyRef → Any
  42. implicit def tupleCodec[A, B](implicit arg0: AvroRecordCodec[A], arg1: AvroRecordCodec[B]): TupleCodec[A, B]
  43. implicit def uByteArrayTileCodec: AvroRecordCodec[UByteArrayTile]
    Definition Classes
    TileCodecs
  44. implicit def uByteConstantTileCodec: AvroRecordCodec[UByteConstantTile]
    Definition Classes
    ConstantTileCodecs
  45. implicit def uShortArrayTileCodec: AvroRecordCodec[UShortArrayTile]
    Definition Classes
    TileCodecs
  46. implicit def uShortConstantTileCodec: AvroRecordCodec[UShortConstantTile]
    Definition Classes
    ConstantTileCodecs
  47. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from KeyCodecs

Inherited from ProjectedExtentCodec

Inherited from ExtentCodec

Inherited from CRSCodec

Inherited from TileFeatureCodec

Inherited from ConstantTileCodecs

Inherited from TileCodecs

Inherited from AnyRef

Inherited from Any

Ungrouped