Packages

class ArrowSimpleFeature extends SimpleFeature

Simple feature backed by an arrow vector. Attributes are lazily evaluated - this allows filters to only examine the relevant arrow vectors for optimized reads, but also means that they are tied to the underlying vectors

Linear Supertypes
SimpleFeature, Feature, ComplexAttribute, Attribute, Property, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ArrowSimpleFeature
  2. SimpleFeature
  3. Feature
  4. ComplexAttribute
  5. Attribute
  6. Property
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ArrowSimpleFeature(sft: SimpleFeatureType, idReader: ArrowAttributeReader, attributeReaders: Array[ArrowAttributeReader], index: Int)

    sft

    simple feature type

    idReader

    id reader

    attributeReaders

    attribute readers

    index

    index of the feature in the arrow vector

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(obj: Any): Boolean
    Definition Classes
    ArrowSimpleFeature → AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  9. def getAttribute(name: String): AnyRef
    Definition Classes
    ArrowSimpleFeature → SimpleFeature
  10. def getAttribute(name: Name): AnyRef
    Definition Classes
    ArrowSimpleFeature → SimpleFeature
  11. def getAttribute(i: Int): AnyRef
    Definition Classes
    ArrowSimpleFeature → SimpleFeature
  12. def getAttributeCount(): Int
    Definition Classes
    ArrowSimpleFeature → SimpleFeature
  13. def getAttributes(): List[AnyRef]
    Definition Classes
    ArrowSimpleFeature → SimpleFeature
  14. def getBounds(): BoundingBox
    Definition Classes
    ArrowSimpleFeature → Feature
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def getDefaultGeometry(): AnyRef
    Definition Classes
    ArrowSimpleFeature → SimpleFeature
  17. def getDefaultGeometryProperty(): GeometryAttribute
    Definition Classes
    ArrowSimpleFeature → Feature
  18. def getDescriptor(): AttributeDescriptor
    Definition Classes
    ArrowSimpleFeature → Attribute → Property
  19. def getFeatureType(): SimpleFeatureType
    Definition Classes
    ArrowSimpleFeature → SimpleFeature
  20. def getID(): String
    Definition Classes
    ArrowSimpleFeature → SimpleFeature
  21. def getIdentifier(): FeatureId
    Definition Classes
    ArrowSimpleFeature → Feature → Attribute
  22. def getIndex: Int

    Gets the index of this feature, for use with the attribute reader

  23. def getName(): Name
    Definition Classes
    ArrowSimpleFeature → Property
  24. def getProperties(name: String): Collection[Property]
    Definition Classes
    ArrowSimpleFeature → ComplexAttribute
  25. def getProperties(name: Name): Collection[Property]
    Definition Classes
    ArrowSimpleFeature → ComplexAttribute
  26. def getProperties(): Collection[Property]
    Definition Classes
    ArrowSimpleFeature → ComplexAttribute
  27. def getProperty(name: String): Property
    Definition Classes
    ArrowSimpleFeature → ComplexAttribute
  28. def getProperty(name: Name): Property
    Definition Classes
    ArrowSimpleFeature → ComplexAttribute
  29. def getReader(i: Int): ArrowAttributeReader

    Gets the underlying arrow reader for this feature

    Gets the underlying arrow reader for this feature

    i

    attribute to be read

    returns

    reader

  30. def getType(): SimpleFeatureType
    Definition Classes
    ArrowSimpleFeature → SimpleFeature → Feature → ComplexAttribute → Attribute → Property
  31. def getUserData(): Map[AnyRef, AnyRef]
    Definition Classes
    ArrowSimpleFeature → Property
  32. def getValue(): Collection[Property]
    Definition Classes
    ArrowSimpleFeature → ComplexAttribute → Property
  33. def hasUserData(): Boolean
    Definition Classes
    Property
  34. def hashCode(): Int
    Definition Classes
    ArrowSimpleFeature → AnyRef → Any
  35. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  36. def isNillable(): Boolean
    Definition Classes
    ArrowSimpleFeature → Property
  37. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  38. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  39. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  40. def setAttribute(index: Int, value: AnyRef): Unit
    Definition Classes
    ArrowSimpleFeature → SimpleFeature
  41. def setAttribute(name: String, value: AnyRef): Unit
    Definition Classes
    ArrowSimpleFeature → SimpleFeature
  42. def setAttribute(name: Name, value: AnyRef): Unit
    Definition Classes
    ArrowSimpleFeature → SimpleFeature
  43. def setAttributes(vals: Array[AnyRef]): Unit
    Definition Classes
    ArrowSimpleFeature → SimpleFeature
  44. def setAttributes(vals: List[AnyRef]): Unit
    Definition Classes
    ArrowSimpleFeature → SimpleFeature
  45. def setDefaultGeometry(geo: AnyRef): Unit
    Definition Classes
    ArrowSimpleFeature → SimpleFeature
  46. def setDefaultGeometryProperty(geoAttr: GeometryAttribute): Unit
    Definition Classes
    ArrowSimpleFeature → Feature
  47. def setValue(values: Collection[Property]): Unit
    Definition Classes
    ArrowSimpleFeature → ComplexAttribute
  48. def setValue(newValue: AnyRef): Unit
    Definition Classes
    ArrowSimpleFeature → Property
  49. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  50. def toString(): String
    Definition Classes
    ArrowSimpleFeature → AnyRef → Any
  51. def validate(): Unit
    Definition Classes
    ArrowSimpleFeature → ComplexAttribute → Attribute
  52. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  53. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  54. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from SimpleFeature

Inherited from Feature

Inherited from ComplexAttribute

Inherited from Attribute

Inherited from Property

Inherited from AnyRef

Inherited from Any

Ungrouped