Trait/Object

geotrellis.store

Implicits

Related Docs: object Implicits | package store

Permalink

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

Linear Supertypes
Known Subclasses
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

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. object KeyIndexJsonFormatFactory

    Permalink
    Definition Classes
    KeyIndexFormats
  5. final def asInstanceOf[T0]: T0

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

    Permalink
    Definition Classes
    TileCodecs
  7. implicit def bitConstantTileCodec: AvroRecordCodec[BitConstantTile]

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

    Permalink
    Definition Classes
    TileCodecs
  9. implicit def byteConstantTileCodec: AvroRecordCodec[ByteConstantTile]

    Permalink
    Definition Classes
    ConstantTileCodecs
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. implicit def constantTileUnionCodec: AvroUnionCodec[ConstantTile]

    Permalink
    Definition Classes
    Implicits
  12. implicit def crsCodec: AvroRecordCodec[CRS]

    Permalink
    Definition Classes
    CRSCodec
  13. implicit val crsDecoder: Decoder[CRS]

    Permalink
    Definition Classes
    CrsFormats
  14. implicit val crsEncoder: Encoder[CRS]

    Permalink
    Definition Classes
    CrsFormats
  15. implicit def doubleArrayTileCodec: AvroRecordCodec[DoubleArrayTile]

    Permalink

    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
  16. implicit def doubleConstantTileCodec: AvroRecordCodec[DoubleConstantTile]

    Permalink

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  19. implicit def extentCodec: AvroRecordCodec[Extent]

    Permalink
    Definition Classes
    ExtentCodec
  20. def finalize(): Unit

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

    Permalink

    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
  22. implicit def floatConstantTileCodec: AvroRecordCodec[FloatConstantTile]

    Permalink

    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
  23. implicit val floatingLayoutSchemeEncoder: Encoder[FloatingLayoutScheme]

    Permalink
    Definition Classes
    Implicits
  24. implicit val floatingSchemeDecoder: Decoder[FloatingLayoutScheme]

    Permalink
    Definition Classes
    Implicits
  25. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  27. val hilbert: String

    Permalink
    Definition Classes
    KeyIndexFormats
  28. implicit val hilbertSpaceTimeKeyIndexDecoder: Decoder[HilbertSpaceTimeKeyIndex]

    Permalink
    Definition Classes
    KeyIndexFormats
  29. implicit val hilbertSpatialKeyIndexDecoder: Decoder[HilbertSpatialKeyIndex]

    Permalink
    Definition Classes
    KeyIndexFormats
  30. implicit val hilbertSpatialKeyIndexEncoder: Encoder[HilbertSpatialKeyIndex]

    Permalink
    Definition Classes
    KeyIndexFormats
  31. implicit val hilbertSpaсeTimeKeyIndexEncoder: Encoder[HilbertSpaceTimeKeyIndex]

    Permalink
    Definition Classes
    KeyIndexFormats
  32. implicit def intArrayTileCodec: AvroRecordCodec[IntArrayTile]

    Permalink
    Definition Classes
    TileCodecs
  33. implicit def intConstantTileCodec: AvroRecordCodec[IntConstantTile]

    Permalink
    Definition Classes
    ConstantTileCodecs
  34. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  35. implicit val jsonCrsDecoder: Decoder[JsonCRS]

    Permalink
    Definition Classes
    CrsFormats
  36. implicit val jsonCrsEncoder: Encoder[JsonCRS]

    Permalink
    Definition Classes
    CrsFormats
  37. implicit def keyIndexDecoder[K](implicit arg0: ClassTag[K]): Decoder[KeyIndex[K]]

    Permalink
    Definition Classes
    KeyIndexFormats
  38. implicit def keyIndexEncoder[K](implicit arg0: ClassTag[K]): Encoder[KeyIndex[K]]

    Permalink
    Definition Classes
    KeyIndexFormats
  39. implicit val layoutSchemeDecoder: Decoder[LayoutScheme]

    Permalink
    Definition Classes
    Implicits
  40. implicit val layoutSchemeEncoder: Encoder[LayoutScheme]

    Permalink
    Definition Classes
    Implicits
  41. implicit val linkedCRSDecoder: Decoder[LinkedCRS]

    Permalink
    Definition Classes
    CrsFormats
  42. implicit val linkedCRSEncoder: Encoder[LinkedCRS]

    Permalink
    Definition Classes
    CrsFormats
  43. implicit def multibandTileCodec: AvroRecordCodec[MultibandTile]

    Permalink
    Definition Classes
    TileCodecs
  44. implicit def multibandTileFeatureCodec[T <: MultibandTile, D](implicit arg0: AvroRecordCodec[T], arg1: AvroRecordCodec[D]): AvroRecordCodec[TileFeature[T, D]]

    Permalink
    Definition Classes
    TileFeatureCodec
  45. implicit val namedCRSDecoder: Decoder[NamedCRS]

    Permalink
    Definition Classes
    CrsFormats
  46. implicit val namedCRSEncoder: Encoder[NamedCRS]

    Permalink
    Definition Classes
    CrsFormats
  47. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  48. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  49. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  50. implicit def paddedTileCodec: AvroRecordCodec[PaddedTile]

    Permalink
    Definition Classes
    TileCodecs
  51. implicit def projectedExtentCodec: AvroRecordCodec[ProjectedExtent]

    Permalink
    Definition Classes
    ProjectedExtentCodec
  52. implicit val rowMajorSpatialKeyIndexDecoder: Decoder[RowMajorSpatialKeyIndex]

    Permalink
    Definition Classes
    KeyIndexFormats
  53. implicit val rowMajorSpatialKeyIndexEncoder: Encoder[RowMajorSpatialKeyIndex]

    Permalink
    Definition Classes
    KeyIndexFormats
  54. val rowmajor: String

    Permalink
    Definition Classes
    KeyIndexFormats
  55. implicit val schemaDecoder: Decoder[Schema]

    Permalink
    Definition Classes
    Implicits
  56. implicit val schemaEncoder: Encoder[Schema]

    Permalink
    Definition Classes
    Implicits
  57. implicit def shortArrayTileCodec: AvroRecordCodec[ShortArrayTile]

    Permalink
    Definition Classes
    TileCodecs
  58. implicit def shortConstantTileCodec: AvroRecordCodec[ShortConstantTile]

    Permalink
    Definition Classes
    ConstantTileCodecs
  59. def simpleTileUnionCodec: AvroUnionCodec[Tile]

    Permalink
    Definition Classes
    Implicits
  60. implicit def spaceTimeKeyAvroFormat: AvroRecordCodec[SpaceTimeKey]

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

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

    Permalink
    Definition Classes
    AnyRef
  63. implicit def temporalProjectedExtentCodec: AvroRecordCodec[TemporalProjectedExtent]

    Permalink
    Definition Classes
    TemporalProjectedExtentCodec
  64. implicit def tileFeatureCodec[T <: Tile, D](implicit arg0: AvroRecordCodec[T], arg1: AvroRecordCodec[D]): AvroRecordCodec[TileFeature[T, D]]

    Permalink
    Definition Classes
    TileFeatureCodec
  65. implicit def tileUnionCodec: AvroUnionCodec[Tile]

    Permalink
    Definition Classes
    Implicits
  66. def toString(): String

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

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

    Permalink
    Definition Classes
    TileCodecs
  69. implicit def uByteConstantTileCodec: AvroRecordCodec[UByteConstantTile]

    Permalink
    Definition Classes
    ConstantTileCodecs
  70. implicit def uShortArrayTileCodec: AvroRecordCodec[UShortArrayTile]

    Permalink
    Definition Classes
    TileCodecs
  71. implicit def uShortConstantTileCodec: AvroRecordCodec[UShortConstantTile]

    Permalink
    Definition Classes
    ConstantTileCodecs
  72. implicit val uriDecoder: Decoder[URI]

    Permalink
    Definition Classes
    Implicits
  73. implicit val uriEncoder: Encoder[URI]

    Permalink
    Definition Classes
    Implicits
  74. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  77. implicit def withCrsDecoder[T](implicit arg0: Decoder[T]): Decoder[WithCrs[T]]

    Permalink
    Definition Classes
    CrsFormats
  78. implicit def withCrsEncoder[T](implicit arg0: Encoder[T]): Encoder[WithCrs[T]]

    Permalink
    Definition Classes
    CrsFormats
  79. implicit val zSpaceTimeKeyIndexDecoder: Decoder[ZSpaceTimeKeyIndex]

    Permalink
    Definition Classes
    KeyIndexFormats
  80. implicit val zSpaceTimeKeyIndexEncoder: Encoder[ZSpaceTimeKeyIndex]

    Permalink
    Definition Classes
    KeyIndexFormats
  81. implicit val zSpatialKeyIndexDecoder: Decoder[ZSpatialKeyIndex]

    Permalink
    Definition Classes
    KeyIndexFormats
  82. implicit val zSpatialKeyIndexEncoder: Encoder[ZSpatialKeyIndex]

    Permalink
    Definition Classes
    KeyIndexFormats
  83. implicit val zomedDateTimeDecoder: Decoder[ZonedDateTime]

    Permalink
    Definition Classes
    Implicits
  84. implicit val zonedDateTimeEncoder: Encoder[ZonedDateTime]

    Permalink
    Definition Classes
    Implicits
  85. implicit val zoomedLayoutSchemeDecoder: Decoder[ZoomedLayoutScheme]

    Permalink
    Definition Classes
    Implicits
  86. implicit val zoomedLayoutSchemeEncoder: Encoder[ZoomedLayoutScheme]

    Permalink
    Definition Classes
    Implicits
  87. val zorder: String

    Permalink
    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