Packages

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val DefaultCapacity: Int
  5. val DescriptorKey: String
  6. val FeatureIdField: String
  7. val OptionsKey: String
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(vector: SimpleFeatureVector, underlying: StructVector): SimpleFeatureVector

    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

  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  11. def create(sft: SimpleFeatureType, dictionaries: Map[String, ArrowDictionary], encoding: SimpleFeatureEncoding = SimpleFeatureEncoding.Min, capacity: Int = DefaultCapacity): SimpleFeatureVector

    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

  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def getFeatureType(vector: StructVector): (SimpleFeatureType, SimpleFeatureEncoding)

    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

  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def isGeometryVector(vector: FieldVector): Boolean
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. def wrap(vector: StructVector, dictionaries: Map[String, ArrowDictionary]): SimpleFeatureVector

    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.

  28. object SimpleFeatureEncoding extends Serializable

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped