Object/Class

org.locationtech.geomesa.arrow.vector

SimpleFeatureVector

Related Docs: class SimpleFeatureVector | package vector

Permalink

object SimpleFeatureVector

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

Type Members

  1. case class SimpleFeatureEncoding(fids: Option[Encoding], geometry: Encoding, date: Encoding) 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 DefaultCapacity: Int

    Permalink
  5. val DescriptorKey: String

    Permalink
  6. val FeatureIdField: String

    Permalink
  7. val OptionsKey: String

    Permalink
  8. object SimpleFeatureEncoding extends Serializable

    Permalink
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. def clone(vector: SimpleFeatureVector, underlying: StructVector)(implicit allocator: BufferAllocator): SimpleFeatureVector

    Permalink

    Create a simple feature vector using a new arrow vector

    Create a simple feature vector using a new arrow vector

    vector

    simple feature vector to copy

    underlying

    arrow vector

    allocator

    buffer allocator

  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def create(sft: SimpleFeatureType, dictionaries: Map[String, ArrowDictionary], encoding: SimpleFeatureEncoding = SimpleFeatureEncoding.Min, capacity: Int = DefaultCapacity)(implicit allocator: BufferAllocator): SimpleFeatureVector

    Permalink

    Create a new simple feature vector

    Create a new simple feature vector

    sft

    simple feature type

    dictionaries

    map of field names to dictionary values, used for dictionary encoding fields. All values must be provided up front.

    encoding

    options for encoding

    capacity

    initial capacity for number of features able to be stored in vectors

    allocator

    buffer allocator

  13. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  17. def getFeatureType(vector: StructVector): (SimpleFeatureType, SimpleFeatureEncoding)

    Permalink

    Reads the feature type and feature encoding from an existing arrow vector

    Reads the feature type and feature encoding from an existing arrow vector

    vector

    vector

  18. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  19. def isGeometryVector(vector: FieldVector): Boolean

    Permalink
  20. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  24. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. def wrap(vector: StructVector, dictionaries: Map[String, ArrowDictionary])(implicit allocator: BufferAllocator): SimpleFeatureVector

    Permalink

    Creates a simple feature vector based on an existing arrow vector

    Creates a simple feature vector based on an existing arrow vector

    vector

    arrow vector

    dictionaries

    map of field names to dictionary values, used for dictionary encoding fields. All values must be provided up front.

    allocator

    buffer allocator

Inherited from AnyRef

Inherited from Any

Ungrouped