Trait

org.locationtech.geomesa.features.avro.serde

ASFDeserializer

Related Doc: package serde

Permalink

trait ASFDeserializer extends AnyRef

Trait that encapsulates the methods needed to deserialize an AvroSimpleFeature

Annotations
@deprecated
Deprecated

Deprecated with no replacement

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ASFDeserializer
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. val buffers: SoftThreadLocal[(ByteBuffer, Array[Byte])]

    Permalink
    Attributes
    protected
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def consumeBool(in: Decoder): Unit

    Permalink
  8. def consumeBytes(in: Decoder): Unit

    Permalink
  9. def consumeDate(in: Decoder): Unit

    Permalink
  10. def consumeDouble(in: Decoder): Unit

    Permalink
  11. def consumeFloat(in: Decoder): Unit

    Permalink
  12. def consumeGeometry(in: Decoder): Unit

    Permalink
  13. def consumeInt(in: Decoder): Unit

    Permalink
  14. def consumeList(in: Decoder): Unit

    Permalink
  15. def consumeLong(in: Decoder): Unit

    Permalink
  16. def consumeMap(in: Decoder): Unit

    Permalink
  17. def consumeString(in: Decoder): Unit

    Permalink
  18. def consumeUUID(in: Decoder): Unit

    Permalink
  19. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  28. def setBool(sf: ScalaSimpleFeature, field: Int, in: Decoder): Unit

    Permalink
  29. def setBytes(sf: ScalaSimpleFeature, field: Int, in: Decoder): Unit

    Permalink
  30. def setDate(sf: ScalaSimpleFeature, field: Int, in: Decoder): Unit

    Permalink
  31. def setDouble(sf: ScalaSimpleFeature, field: Int, in: Decoder): Unit

    Permalink
  32. def setFloat(sf: ScalaSimpleFeature, field: Int, in: Decoder): Unit

    Permalink
  33. def setGeometry(sf: ScalaSimpleFeature, field: Int, in: Decoder): Unit

    Permalink
  34. def setInt(sf: ScalaSimpleFeature, field: Int, in: Decoder): Unit

    Permalink
  35. def setList(sf: ScalaSimpleFeature, field: Int, in: Decoder): Unit

    Permalink
  36. def setLong(sf: ScalaSimpleFeature, field: Int, in: Decoder): Unit

    Permalink
  37. def setMap(sf: ScalaSimpleFeature, field: Int, in: Decoder): Unit

    Permalink
  38. def setString(sf: ScalaSimpleFeature, field: Int, in: Decoder): Unit

    Permalink
  39. def setUUID(sf: ScalaSimpleFeature, field: Int, in: Decoder): Unit

    Permalink
  40. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  41. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  42. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped