trait Implicits extends TileCodecs with ConstantTileCodecs with TileFeatureCodec with CRSCodec with ExtentCodec with ProjectedExtentCodec with TemporalProjectedExtentCodec with KeyCodecs
- Alphabetic
- By Inheritance
- Implicits
- KeyCodecs
- TemporalProjectedExtentCodec
- ProjectedExtentCodec
- ExtentCodec
- CRSCodec
- TileFeatureCodec
- ConstantTileCodecs
- TileCodecs
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
implicit
def
bitArrayTileCodec: AvroRecordCodec[BitArrayTile]
- Definition Classes
- TileCodecs
-
implicit
def
bitConstantTileCodec: AvroRecordCodec[BitConstantTile]
- Definition Classes
- ConstantTileCodecs
-
implicit
def
byteArrayTileCodec: AvroRecordCodec[ByteArrayTile]
- Definition Classes
- TileCodecs
-
implicit
def
byteConstantTileCodec: AvroRecordCodec[ByteConstantTile]
- Definition Classes
- ConstantTileCodecs
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- implicit def constantTileUnionCodec: AvroUnionCodec[ConstantTile]
-
implicit
def
crsCodec: AvroRecordCodec[CRS]
- Definition Classes
- CRSCodec
-
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
-
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
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
implicit
def
extentCodec: AvroRecordCodec[Extent]
- Definition Classes
- ExtentCodec
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
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
-
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
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
implicit
def
intArrayTileCodec: AvroRecordCodec[IntArrayTile]
- Definition Classes
- TileCodecs
-
implicit
def
intConstantTileCodec: AvroRecordCodec[IntConstantTile]
- Definition Classes
- ConstantTileCodecs
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
implicit
def
multibandTileCodec: AvroRecordCodec[MultibandTile]
- Definition Classes
- TileCodecs
-
implicit
def
multibandTileFeatureCodec[T <: MultibandTile, D](implicit arg0: AvroRecordCodec[T], arg1: AvroRecordCodec[D]): AvroRecordCodec[TileFeature[T, D]]
- Definition Classes
- TileFeatureCodec
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
implicit
def
paddedTileCodec: AvroRecordCodec[PaddedTile]
- Definition Classes
- TileCodecs
-
implicit
def
projectedExtentCodec: AvroRecordCodec[ProjectedExtent]
- Definition Classes
- ProjectedExtentCodec
-
implicit
def
shortArrayTileCodec: AvroRecordCodec[ShortArrayTile]
- Definition Classes
- TileCodecs
-
implicit
def
shortConstantTileCodec: AvroRecordCodec[ShortConstantTile]
- Definition Classes
- ConstantTileCodecs
- def simpleTileUnionCodec: AvroUnionCodec[Tile]
-
implicit
def
spaceTimeKeyAvroFormat: AvroRecordCodec[SpaceTimeKey]
- Definition Classes
- KeyCodecs
-
implicit
def
spatialKeyAvroFormat: AvroRecordCodec[SpatialKey]
- Definition Classes
- KeyCodecs
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
implicit
def
temporalProjectedExtentCodec: AvroRecordCodec[TemporalProjectedExtent]
- Definition Classes
- TemporalProjectedExtentCodec
-
implicit
def
tileFeatureCodec[T <: Tile, D](implicit arg0: AvroRecordCodec[T], arg1: AvroRecordCodec[D]): AvroRecordCodec[TileFeature[T, D]]
- Definition Classes
- TileFeatureCodec
- implicit def tileUnionCodec: AvroUnionCodec[Tile]
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- implicit def tupleCodec[A, B](implicit arg0: AvroRecordCodec[A], arg1: AvroRecordCodec[B]): TupleCodec[A, B]
-
implicit
def
uByteArrayTileCodec: AvroRecordCodec[UByteArrayTile]
- Definition Classes
- TileCodecs
-
implicit
def
uByteConstantTileCodec: AvroRecordCodec[UByteConstantTile]
- Definition Classes
- ConstantTileCodecs
-
implicit
def
uShortArrayTileCodec: AvroRecordCodec[UShortArrayTile]
- Definition Classes
- TileCodecs
-
implicit
def
uShortConstantTileCodec: AvroRecordCodec[UShortConstantTile]
- Definition Classes
- ConstantTileCodecs
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()