Object

org.locationtech.geomesa.features.avro

AvroSimpleFeatureUtils

Related Doc: package avro

Permalink

object AvroSimpleFeatureUtils

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AvroSimpleFeatureUtils
  2. AnyRef
  3. 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

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. val AVRO_NAMESPACE: String

    Permalink
  5. val AVRO_SIMPLE_FEATURE_USERDATA: String

    Permalink
  6. val AVRO_SIMPLE_FEATURE_VERSION: String

    Permalink
  7. val FEATURE_ID_AVRO_FIELD_NAME: String

    Permalink
  8. val VERSION: Int

    Permalink
  9. def addField(assembler: FieldAssembler[Schema], name: String, ct: Class[_], nillable: Boolean): FieldAssembler[Schema]

    Permalink
  10. final def asInstanceOf[T0]: T0

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

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

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

    Permalink

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

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

    Permalink

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

  15. def decodeUUID(bb: ByteBuffer): UUID

    Permalink
  16. 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.

  17. 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.

  18. def encodeUUID(uuid: UUID): ByteBuffer

    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. def generateSchema(sft: SimpleFeatureType, withUserData: Boolean, namespace: String = AVRO_NAMESPACE): Schema

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  29. 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
  30. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped