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

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

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

  22. def getName(): Name
    Definition Classes
    ArrowSimpleFeature → Property
  23. def getProperties(name: String): Collection[Property]
    Definition Classes
    ArrowSimpleFeature → ComplexAttribute
  24. def getProperties(name: Name): Collection[Property]
    Definition Classes
    ArrowSimpleFeature → ComplexAttribute
  25. def getProperties(): Collection[Property]
    Definition Classes
    ArrowSimpleFeature → ComplexAttribute
  26. def getProperty(name: String): Property
    Definition Classes
    ArrowSimpleFeature → ComplexAttribute
  27. def getProperty(name: Name): Property
    Definition Classes
    ArrowSimpleFeature → ComplexAttribute
  28. 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

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

Deprecated Value Members

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

Inherited from SimpleFeature

Inherited from Feature

Inherited from ComplexAttribute

Inherited from Attribute

Inherited from Property

Inherited from AnyRef

Inherited from Any

Ungrouped