Object/Class

org.locationtech.geomesa.parquet.io

SimpleFeatureReadSupport

Related Docs: class SimpleFeatureReadSupport | package io

Permalink

object SimpleFeatureReadSupport

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

Type Members

  1. class BooleanConverter extends PrimitiveConverter

    Permalink
  2. class BytesConverter extends PrimitiveConverter

    Permalink
  3. class DateConverter extends PrimitiveConverter

    Permalink
  4. class DoubleConverter extends PrimitiveConverter

    Permalink
  5. class FloatConverter extends PrimitiveConverter

    Permalink
  6. class GeometryWkbConverter extends PrimitiveConverter

    Permalink
  7. class IntConverter extends PrimitiveConverter

    Permalink
  8. class LineStringConverter extends GroupConverter

    Permalink
  9. class ListConverter extends GroupConverter

    Permalink
  10. class LongConverter extends PrimitiveConverter

    Permalink
  11. class MapConverter extends GroupConverter

    Permalink
  12. class MultiLineStringConverter extends GroupConverter

    Permalink
  13. class MultiPointConverter extends GroupConverter

    Permalink
  14. class MultiPolygonConverter extends GroupConverter

    Permalink
  15. class PointConverter extends GroupConverter

    Permalink
  16. class PolygonConverter extends GroupConverter

    Permalink
  17. trait Settable extends AnyRef

    Permalink
  18. class SimpleFeatureGroupConverter extends GroupConverter with Settable

    Permalink

    Group converter that can create simple features.

    Group converter that can create simple features. Note that we should refactor this a little more and perhaps have this store raw values and then push the conversions of SimpleFeature "types" and objects into the SimpleFeatureRecordMaterializer which will mean they are only converted and then added to simple features if a record passes the parquet filters and needs to be materialized.

  19. class SimpleFeatureRecordMaterializer extends RecordMaterializer[SimpleFeature]

    Permalink
  20. class StringConverter extends PrimitiveConverter

    Permalink
  21. class UuidConverter extends PrimitiveConverter

    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. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  17. implicit def valueToSettable[T](lambda: (AnyRef) ⇒ T): Settable

    Permalink
  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( ... )
  21. def zip(x: List[Double], y: List[Double]): Array[Coordinate]

    Permalink

    Zip x and y values into coordinates

    Zip x and y values into coordinates

    x

    x values

    y

    corresponding y values

  22. def zip(x: Array[Double], y: Array[Double]): Array[Coordinate]

    Permalink

    Zip x and y values into coordinates

    Zip x and y values into coordinates

    x

    x values

    y

    corresponding y values

Inherited from AnyRef

Inherited from Any

Ungrouped