Object/Class

org.locationtech.geomesa.utils.bin

BinaryOutputEncoder

Related Docs: class BinaryOutputEncoder | package bin

Permalink

object BinaryOutputEncoder extends LazyLogging

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

Type Members

  1. case class EncodedValues(trackId: Int, lat: Float, lon: Float, dtg: Long, label: Long) extends Product with Serializable

    Permalink
  2. case class EncodingOptions(geomField: Option[Int], dtgField: Option[Int], trackIdField: Option[Int], labelField: Option[Int] = None, axisOrder: Option[AxisOrder] = None) extends Product with Serializable

    Permalink
  3. class FeatureLimitingIterator extends CloseableIterator[SimpleFeature]

    Permalink

    BIN queries pack multiple records into each feature.

    BIN queries pack multiple records into each feature. To count the records, we have to count the total bytes coming back, instead of the number of features

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. val BIN_ATTRIBUTE_INDEX: Int

    Permalink
  5. val BinEncodedSft: SimpleFeatureType

    Permalink
  6. def apply(sft: SimpleFeatureType, options: EncodingOptions): BinaryOutputEncoder

    Permalink
  7. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def convertToDate(date: Date): Long

    Permalink
  10. def convertToDate(f: SimpleFeature, i: Int): Long

    Permalink
  11. def convertToLabel(label: AnyRef): Long

    Permalink
  12. def convertToLabel(f: SimpleFeature, i: Int): Long

    Permalink
  13. def convertToTrack(track: AnyRef): Int

    Permalink
  14. def convertToTrack(f: SimpleFeature, i: Int): Int

    Permalink
  15. def decode(encoded: Array[Byte]): EncodedValues

    Permalink
  16. def decode(encoded: Array[Byte], callback: BinaryOutputCallback): Unit

    Permalink

    Decodes a byte array

    Decodes a byte array

    encoded

    encoded byte array

    callback

    callback for results

  17. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  23. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  24. final def ne(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

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

Inherited from LazyLogging

Inherited from AnyRef

Inherited from Any

Ungrouped