Object

org.locationtech.geomesa.features.avro

AvroSimpleFeatureUtils

Related Doc: package avro

Permalink

object AvroSimpleFeatureUtils extends LazyLogging

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. 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. def addSchemaToBuilder(builder: SimpleFeatureTypeBuilder, field: Field, typeOverride: Option[Type] = None): Unit

    Permalink
  11. final def asInstanceOf[T0]: T0

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

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

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

    Permalink

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

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

    Permalink

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

  16. def decodeUUID(bb: ByteBuffer): UUID

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

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

  19. def encodeUUID(uuid: UUID): ByteBuffer

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  27. lazy val logger: Logger

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

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

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

    Permalink
    Definition Classes
    AnyRef
  31. 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
  32. def schemaToSft(schema: Schema, sftName: String, geomAttr: Option[String], dateAttr: Option[String]): SimpleFeatureType

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

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

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

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

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

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

Inherited from LazyLogging

Inherited from AnyRef

Inherited from Any

Ungrouped