Object

org.locationtech.geomesa.features.avro

AvroSimpleFeatureUtils

Related Doc: package avro

Permalink

object AvroSimpleFeatureUtils extends LazyLogging

Annotations
@deprecated
Deprecated

replaced with org.locationtech.geomesa.features.avro.serialization.AvroField

Linear Supertypes
LazyLogging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AvroSimpleFeatureUtils
  2. LazyLogging
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. case class Binding(clazz: Class[_], conv: (AnyRef) ⇒ Any) extends Product with Serializable

    Permalink
  2. implicit final class RichBuilder extends AnyVal

    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. def addField(assembler: FieldAssembler[Schema], name: String, ct: Class[_], nillable: Boolean): FieldAssembler[Schema]

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def createTypeMap(sft: SimpleFeatureType, nameEncoder: FieldNameEncoder): Map[String, Binding]

    Permalink
  8. def decodeList(bb: ByteBuffer): List[_]

    Permalink

    Decodes a byte buffer created with @see encodeList back into a list

  9. def decodeMap(bb: ByteBuffer): Map[_, _]

    Permalink

    Decodes a byte buffer created with @see encodeMap back into a map.

  10. def decodeUUID(bb: ByteBuffer): UUID

    Permalink
  11. def encodeList(list: List[_], binding: Class[_]): ByteBuffer

    Permalink

    Encodes a list of primitives or Dates into a byte buffer.

    Encodes a list of primitives or Dates into a byte buffer. The list items must be all of the same class.

  12. def encodeMap(map: Map[_, _], keyBinding: Class[_], valueBinding: Class[_]): ByteBuffer

    Permalink

    Encodes a map of primitives or Dates into a byte buffer.

    Encodes a map of primitives or Dates into a byte buffer. The map keys must be all of the same class, and the map values must all be of the same class.

  13. def encodeUUID(uuid: UUID): ByteBuffer

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. def generateSchema(sft: SimpleFeatureType, withUserData: Boolean, withFeatureId: Boolean, namespace: String = AVRO_NAMESPACE): Schema

    Permalink
  18. final def getClass(): Class[_]

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

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

    Permalink
    Definition Classes
    Any
  21. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  22. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  25. val primitiveTypes: List[Class[_ >: Boolean with Boolean with Float with Float with Double with Double with Long with Long with Int with Integer with String]]

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

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

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

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

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

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

Deprecated Value Members

  1. val AVRO_NAMESPACE: String

    Permalink
    Annotations
    @deprecated
    Deprecated

    Replaced with org.locationtech.geomesa.features.avro.AvroNamespace

  2. val AVRO_SIMPLE_FEATURE_USERDATA: String

    Permalink
    Annotations
    @deprecated
    Deprecated

    Replaced with UserDataField.name

  3. val AVRO_SIMPLE_FEATURE_VERSION: String

    Permalink
    Annotations
    @deprecated
    Deprecated

    Replaced with VersionField.name

  4. val FEATURE_ID_AVRO_FIELD_NAME: String

    Permalink
    Annotations
    @deprecated
    Deprecated

    Replaced with FidField.name

  5. val VERSION: Int

    Permalink
    Annotations
    @deprecated
    Deprecated

    Replaced with org.locationtech.geomesa.features.avro.SerializationVersions.DefaultVersion and MaxVersion

Inherited from LazyLogging

Inherited from AnyRef

Inherited from Any

Ungrouped