Object/Trait

org.locationtech.geomesa.fs.storage.orc.utils

OrcInputFormatReader

Related Docs: trait OrcInputFormatReader | package utils

Permalink

object OrcInputFormatReader

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

Type Members

  1. class BooleanInputFormatReader extends InputFormatReaderAdapter with ConvertInputFormatBoolean

    Permalink
  2. class BytesInputFormatReader extends InputFormatReaderAdapter with ConvertInputFormatBytes

    Permalink
  3. trait ConvertInputFormatBoolean extends ConvertInputFormatValue

    Permalink
  4. trait ConvertInputFormatBytes extends ConvertInputFormatValue

    Permalink
  5. trait ConvertInputFormatDate extends ConvertInputFormatValue

    Permalink
  6. trait ConvertInputFormatDouble extends ConvertInputFormatValue

    Permalink
  7. trait ConvertInputFormatFloat extends ConvertInputFormatValue

    Permalink
  8. trait ConvertInputFormatInt extends ConvertInputFormatValue

    Permalink
  9. trait ConvertInputFormatLong extends ConvertInputFormatValue

    Permalink
  10. trait ConvertInputFormatString extends ConvertInputFormatValue

    Permalink
  11. trait ConvertInputFormatUuid extends ConvertInputFormatValue

    Permalink
  12. trait ConvertInputFormatValue extends AnyRef

    Permalink
  13. class DateInputFormatReader extends InputFormatReaderAdapter with ConvertInputFormatDate

    Permalink
  14. class DoubleInputFormatReader extends InputFormatReaderAdapter with ConvertInputFormatDouble

    Permalink
  15. class FidInputFormatReader extends OrcInputFormatReader with ConvertInputFormatString

    Permalink
  16. class FloatInputFormatReader extends InputFormatReaderAdapter with ConvertInputFormatFloat

    Permalink
  17. class GeometryWkbInputFormatReader extends InputFormatReaderAdapter

    Permalink
  18. trait InputFormatReaderAdapter extends OrcInputFormatReader with ConvertInputFormatValue

    Permalink
  19. class IntInputFormatReader extends InputFormatReaderAdapter with ConvertInputFormatInt

    Permalink
  20. class LineStringInputFormatReader extends OrcInputFormatReader with ConvertInputFormatDouble

    Permalink

    Reads a linestring attribute from a vector and sets it in a simple feature.

    Reads a linestring attribute from a vector and sets it in a simple feature. A linestring is modeled as a list of points.

    See also

    PointReader

  21. class ListInputFormatReader extends OrcInputFormatReader

    Permalink
  22. class LongInputFormatReader extends InputFormatReaderAdapter with ConvertInputFormatLong

    Permalink
  23. class MapInputFormatReader extends OrcInputFormatReader

    Permalink
  24. class MultiLineStringInputFormatReader extends OrcInputFormatReader with ConvertInputFormatDouble

    Permalink

    Reads a multi-linestring attribute from a vector and sets it in a simple feature.

    Reads a multi-linestring attribute from a vector and sets it in a simple feature. A multi-linestring is modeled as a list of lines.

    See also

    LineStringReader

  25. class MultiPointInputFormatReader extends OrcInputFormatReader with ConvertInputFormatDouble

    Permalink

    Reads a multi-point attribute from a vector and sets it in a simple feature.

    Reads a multi-point attribute from a vector and sets it in a simple feature. A multi-point is modeled as a list of points.

    See also

    PointReader

  26. class MultiPolygonInputFormatReader extends OrcInputFormatReader with ConvertInputFormatDouble

    Permalink

    Reads a multi-polygon attribute from a vector and sets it in a simple feature.

    Reads a multi-polygon attribute from a vector and sets it in a simple feature. A multi-polygon is modeled as a list of polygons.

    See also

    PolygonReader

  27. class PointInputFormatReader extends OrcInputFormatReader with ConvertInputFormatDouble

    Permalink

    Reads a point attribute from a vector and sets it in a simple feature

  28. class PolygonInputFormatReader extends OrcInputFormatReader with ConvertInputFormatDouble

    Permalink

    Reads a polygon attribute from a vector and sets it in a simple feature.

    Reads a polygon attribute from a vector and sets it in a simple feature. A polygon is modeled as a list of lines, with the first value being the shell, and any subsequent values being interior holes.

    See also

    LineStringReader

  29. class SequenceInputFormatReader extends OrcInputFormatReader

    Permalink
  30. class StringInputFormatReader extends InputFormatReaderAdapter with ConvertInputFormatString

    Permalink
  31. class UuidInputFormatReader extends InputFormatReaderAdapter with ConvertInputFormatUuid

    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. def apply(sft: SimpleFeatureType, columns: Option[Set[Int]] = None, fid: Boolean = true): OrcInputFormatReader

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  11. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  12. final def isInstanceOf[T0]: Boolean

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped