Packages

object BinAggregatingScan

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BinAggregatingScan
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. abstract class BinResultsToFeatures[T] extends ResultsToFeatures[T]

    Converts bin results to features

    Converts bin results to features

    T

    result type

  2. class ResultCallback extends Result with BinaryOutputCallback

Value Members

  1. def configure(sft: SimpleFeatureType, index: GeoMesaFeatureIndex[_, _], filter: Option[Filter], trackId: String, geom: String, dtg: Option[String], label: Option[String], batchSize: Int, sort: Boolean, sampling: Option[(Float, Option[String])]): Map[String, String]
  2. def propertyNames(hints: Hints, sft: SimpleFeatureType): Seq[String]

    Get the attributes used by a BIN query

    Get the attributes used by a BIN query

    hints

    query hints

    sft

    simple feature type

  3. object Configuration