object ArrowAttributeReader
- Alphabetic
- By Inheritance
- ArrowAttributeReader
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
- class ArrowBooleanReader extends ArrowAttributeReader
- class ArrowByteReader extends ArrowAttributeReader
- class ArrowDateMillisReader extends ArrowDateReader
- trait ArrowDateReader extends ArrowAttributeReader
- class ArrowDateSecondsReader extends ArrowDateReader
-
class
ArrowDictionaryByteReader extends ArrowDictionaryReader
Reads dictionary encoded bytes and converts them to the actual values
-
class
ArrowDictionaryIntReader extends ArrowDictionaryReader
Reads dictionary encoded ints and converts them to the actual values
-
trait
ArrowDictionaryReader extends ArrowAttributeReader
Transparently reads dictionary encoded values
-
class
ArrowDictionaryShortReader extends ArrowDictionaryReader
Reads dictionary encoded shorts and converts them to the actual values
- class ArrowDoubleReader extends ArrowAttributeReader
- class ArrowFeatureIdMinimalReader extends ArrowIntReader
- class ArrowFeatureIdUuidReader extends ArrowUuidReader
- class ArrowFloatReader extends ArrowAttributeReader
-
class
ArrowGeometryReader extends ArrowAttributeReader
Reads geometries - delegates to our JTS geometry vectors
- class ArrowIntReader extends ArrowAttributeReader
-
class
ArrowLineStringReader extends ArrowAttributeReader
Subclass with special methods for reading coordinate directly
-
class
ArrowListDictionaryByteReader extends ArrowListDictionaryReader
Reads lists of dictionary encoded bytes and converts them to the actual values
-
class
ArrowListDictionaryIntReader extends ArrowListDictionaryReader
Reads lists of dictionary encoded ints and converts them to the actual values
-
trait
ArrowListDictionaryReader extends ArrowAttributeReader
Transparently reads lists of dictionary encoded values
-
class
ArrowListDictionaryShortReader extends ArrowListDictionaryReader
Reads lists of dictionary encoded shorts and converts them to the actual values
- class ArrowListReader extends ArrowAttributeReader
- class ArrowLongReader extends ArrowAttributeReader
- class ArrowMapReader extends ArrowAttributeReader
-
class
ArrowPointReader extends ArrowAttributeReader
Subclass with special methods for reading coordinate directly
- class ArrowStringReader extends ArrowAttributeReader
- class ArrowUuidReader extends ArrowAttributeReader
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
apply(bindings: Seq[ObjectType], vector: FieldVector, dictionary: Option[ArrowDictionary], encoding: SimpleFeatureEncoding): ArrowAttributeReader
Creates an attribute reader for a single attribute
Creates an attribute reader for a single attribute
- bindings
object bindings, the attribute type plus any subtypes (e.g. for lists or maps)
- vector
the simple feature vector to read from
- dictionary
the dictionary for the attribute, if any
- encoding
encoding options
- returns
reader
- def apply(descriptor: AttributeDescriptor, vector: FieldVector, dictionary: Option[ArrowDictionary], encoding: SimpleFeatureEncoding): ArrowAttributeReader
-
def
apply(sft: SimpleFeatureType, vector: StructVector, dictionaries: Map[String, ArrowDictionary], encoding: SimpleFeatureEncoding = SimpleFeatureEncoding.Min): Seq[ArrowAttributeReader]
Creates a sequence of attribute readers based on the attributes of the simple feature type.
Creates a sequence of attribute readers based on the attributes of the simple feature type. There will be one reader per attribute.
- sft
simple feature type
- vector
simple feature vector to read from
- dictionaries
dictionaries, if any
- encoding
encoding options
- returns
sequence of readers
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
id(sft: SimpleFeatureType, vector: StructVector, encoding: SimpleFeatureEncoding = SimpleFeatureEncoding.Min): ArrowAttributeReader
Reads an ID
Reads an ID
- sft
simple feature type
- vector
simple feature vector to read from
- encoding
encoding options
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- object ArrowDateReader
-
object
ArrowFeatureIdIncrementingReader extends ArrowAttributeReader
Returns an incrementing Long to use as a feature id
- object ArrowGeometryReader
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated