Packages

trait Implicits extends store.avro.codecs.Implicits with store.json.Implicits

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

Type Members

  1. implicit class AttributeStoreOps extends AnyRef

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]
    Definition Classes
    Implicits
  11. implicit def crsCodec: AvroRecordCodec[CRS]
    Definition Classes
    CRSCodec
  12. implicit val crsDecoder: Decoder[CRS]
    Definition Classes
    CrsFormats
  13. implicit val crsEncoder: Encoder[CRS]
    Definition Classes
    CrsFormats
  14. 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
  15. 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
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  18. implicit def extentCodec: AvroRecordCodec[Extent]
    Definition Classes
    ExtentCodec
  19. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. 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
  21. 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
  22. implicit val floatingLayoutSchemeEncoder: Encoder[FloatingLayoutScheme]
    Definition Classes
    Implicits
  23. implicit val floatingSchemeDecoder: Decoder[FloatingLayoutScheme]
    Definition Classes
    Implicits
  24. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. val hilbert: String
    Definition Classes
    KeyIndexFormats
  27. implicit val hilbertSpaceTimeKeyIndexDecoder: Decoder[HilbertSpaceTimeKeyIndex]
    Definition Classes
    KeyIndexFormats
  28. implicit val hilbertSpatialKeyIndexDecoder: Decoder[HilbertSpatialKeyIndex]
    Definition Classes
    KeyIndexFormats
  29. implicit val hilbertSpatialKeyIndexEncoder: Encoder[HilbertSpatialKeyIndex]
    Definition Classes
    KeyIndexFormats
  30. implicit val hilbertSpaсeTimeKeyIndexEncoder: Encoder[HilbertSpaceTimeKeyIndex]
    Definition Classes
    KeyIndexFormats
  31. implicit def intArrayTileCodec: AvroRecordCodec[IntArrayTile]
    Definition Classes
    TileCodecs
  32. implicit def intConstantTileCodec: AvroRecordCodec[IntConstantTile]
    Definition Classes
    ConstantTileCodecs
  33. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  34. implicit val jsonCrsDecoder: Decoder[JsonCRS]
    Definition Classes
    CrsFormats
  35. implicit val jsonCrsEncoder: Encoder[JsonCRS]
    Definition Classes
    CrsFormats
  36. implicit def keyIndexDecoder[K](implicit arg0: ClassTag[K]): Decoder[KeyIndex[K]]
    Definition Classes
    KeyIndexFormats
  37. implicit def keyIndexEncoder[K](implicit arg0: ClassTag[K]): Encoder[KeyIndex[K]]
    Definition Classes
    KeyIndexFormats
  38. implicit val layoutSchemeDecoder: Decoder[LayoutScheme]
    Definition Classes
    Implicits
  39. implicit val layoutSchemeEncoder: Encoder[LayoutScheme]
    Definition Classes
    Implicits
  40. implicit val linkedCRSDecoder: Decoder[LinkedCRS]
    Definition Classes
    CrsFormats
  41. implicit val linkedCRSEncoder: Encoder[LinkedCRS]
    Definition Classes
    CrsFormats
  42. implicit def multibandTileCodec: AvroRecordCodec[MultibandTile]
    Definition Classes
    TileCodecs
  43. implicit def multibandTileFeatureCodec[T <: MultibandTile, D](implicit arg0: AvroRecordCodec[T], arg1: AvroRecordCodec[D]): AvroRecordCodec[TileFeature[T, D]]
    Definition Classes
    TileFeatureCodec
  44. implicit val namedCRSDecoder: Decoder[NamedCRS]
    Definition Classes
    CrsFormats
  45. implicit val namedCRSEncoder: Encoder[NamedCRS]
    Definition Classes
    CrsFormats
  46. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  47. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  48. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  49. implicit def paddedTileCodec: AvroRecordCodec[PaddedTile]
    Definition Classes
    TileCodecs
  50. implicit def projectedExtentCodec: AvroRecordCodec[ProjectedExtent]
    Definition Classes
    ProjectedExtentCodec
  51. implicit val rowMajorSpatialKeyIndexDecoder: Decoder[RowMajorSpatialKeyIndex]
    Definition Classes
    KeyIndexFormats
  52. implicit val rowMajorSpatialKeyIndexEncoder: Encoder[RowMajorSpatialKeyIndex]
    Definition Classes
    KeyIndexFormats
  53. val rowmajor: String
    Definition Classes
    KeyIndexFormats
  54. implicit val schemaDecoder: Decoder[Schema]
    Definition Classes
    Implicits
  55. implicit val schemaEncoder: Encoder[Schema]
    Definition Classes
    Implicits
  56. implicit def shortArrayTileCodec: AvroRecordCodec[ShortArrayTile]
    Definition Classes
    TileCodecs
  57. implicit def shortConstantTileCodec: AvroRecordCodec[ShortConstantTile]
    Definition Classes
    ConstantTileCodecs
  58. def simpleTileUnionCodec: AvroUnionCodec[Tile]
    Definition Classes
    Implicits
  59. implicit def spaceTimeKeyAvroFormat: AvroRecordCodec[SpaceTimeKey]
    Definition Classes
    KeyCodecs
  60. implicit def spatialKeyAvroFormat: AvroRecordCodec[SpatialKey]
    Definition Classes
    KeyCodecs
  61. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  62. implicit def temporalProjectedExtentCodec: AvroRecordCodec[TemporalProjectedExtent]
    Definition Classes
    TemporalProjectedExtentCodec
  63. implicit def tileFeatureCodec[T <: Tile, D](implicit arg0: AvroRecordCodec[T], arg1: AvroRecordCodec[D]): AvroRecordCodec[TileFeature[T, D]]
    Definition Classes
    TileFeatureCodec
  64. implicit def tileUnionCodec: AvroUnionCodec[Tile]
    Definition Classes
    Implicits
  65. def toString(): String
    Definition Classes
    AnyRef → Any
  66. implicit def tupleCodec[A, B](implicit arg0: AvroRecordCodec[A], arg1: AvroRecordCodec[B]): TupleCodec[A, B]
    Definition Classes
    Implicits
  67. implicit def uByteArrayTileCodec: AvroRecordCodec[UByteArrayTile]
    Definition Classes
    TileCodecs
  68. implicit def uByteConstantTileCodec: AvroRecordCodec[UByteConstantTile]
    Definition Classes
    ConstantTileCodecs
  69. implicit def uShortArrayTileCodec: AvroRecordCodec[UShortArrayTile]
    Definition Classes
    TileCodecs
  70. implicit def uShortConstantTileCodec: AvroRecordCodec[UShortConstantTile]
    Definition Classes
    ConstantTileCodecs
  71. implicit val uriDecoder: Decoder[URI]
    Definition Classes
    Implicits
  72. implicit val uriEncoder: Encoder[URI]
    Definition Classes
    Implicits
  73. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  74. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  75. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  76. implicit def withCrsDecoder[T](implicit arg0: Decoder[T]): Decoder[WithCrs[T]]
    Definition Classes
    CrsFormats
  77. implicit def withCrsEncoder[T](implicit arg0: Encoder[T]): Encoder[WithCrs[T]]
    Definition Classes
    CrsFormats
  78. implicit val zSpaceTimeKeyIndexDecoder: Decoder[ZSpaceTimeKeyIndex]
    Definition Classes
    KeyIndexFormats
  79. implicit val zSpaceTimeKeyIndexEncoder: Encoder[ZSpaceTimeKeyIndex]
    Definition Classes
    KeyIndexFormats
  80. implicit val zSpatialKeyIndexDecoder: Decoder[ZSpatialKeyIndex]
    Definition Classes
    KeyIndexFormats
  81. implicit val zSpatialKeyIndexEncoder: Encoder[ZSpatialKeyIndex]
    Definition Classes
    KeyIndexFormats
  82. implicit val zomedDateTimeDecoder: Decoder[ZonedDateTime]
    Definition Classes
    Implicits
  83. implicit val zonedDateTimeEncoder: Encoder[ZonedDateTime]
    Definition Classes
    Implicits
  84. implicit val zoomedLayoutSchemeDecoder: Decoder[ZoomedLayoutScheme]
    Definition Classes
    Implicits
  85. implicit val zoomedLayoutSchemeEncoder: Encoder[ZoomedLayoutScheme]
    Definition Classes
    Implicits
  86. val zorder: String
    Definition Classes
    KeyIndexFormats
  87. object KeyIndexJsonFormatFactory
    Definition Classes
    KeyIndexFormats

Inherited from json.Implicits

Inherited from CrsFormats

Inherited from KeyIndexFormats

Inherited from avro.codecs.Implicits

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