Object/Trait

org.locationtech.geomesa.index.iterators

DensityScan

Related Docs: trait DensityScan | package iterators

Permalink

object DensityScan extends LazyLogging

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

Type Members

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

    Permalink
  2. class DensityScanResult extends Result

    Permalink
  3. sealed trait GeometryRenderer extends AnyRef

    Permalink

    Renderer for geometries

  4. type GridIterator = (SimpleFeature) ⇒ Iterator[(Double, Double, Double)]

    Permalink
  5. class LineStringRenderer extends GeometryRenderer

    Permalink

    Writes a density record from a feature that has a line geometry

  6. class MultiLineStringRenderer extends GeometryRenderer

    Permalink

    Writes a density record from a feature that has a multi-line geometry

  7. class MultiPointRenderer extends GeometryRenderer

    Permalink

    Writes a density record from a feature that has a multi-point geometry

  8. class MultiPolygonRenderer extends GeometryRenderer

    Permalink

    Writes a density record from a feature that has a polygon geometry

  9. class MultiRenderer extends GeometryRenderer

    Permalink

    Writes a density record from a feature that has an arbitrary geometry

  10. class PointRenderer extends GeometryRenderer

    Permalink

    Writes a density record from a feature that has a point geometry

  11. class PolygonRenderer extends GeometryRenderer

    Permalink

    Writes a density record from a feature that has a polygon geometry

  12. sealed trait Weigher extends AnyRef

    Permalink

    Gets the weight for a simple feature

  13. class WeightByExpression extends Weigher

    Permalink

    Evaluates an arbitrary expression against the simple feature to return a weight

  14. class WeightByNonNumber extends Weigher

    Permalink

    Tries to convert a non-double attribute into a double

  15. class WeightByNumber extends Weigher

    Permalink

    Gets the weight for a feature from a numeric attribute

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 BatchSize: SystemProperty

    Permalink
  5. object Configuration

    Permalink
  6. val DensitySft: SimpleFeatureType

    Permalink
  7. val DensityValueKey: ClassKey

    Permalink
  8. object EqualWeight extends Weigher with Product with Serializable

    Permalink
  9. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def configure(sft: SimpleFeatureType, index: GeoMesaFeatureIndex[_, _], filter: Option[Filter], hints: Hints): Map[String, String]

    Permalink
  12. def decodeResult(gridSnap: GridSnap)(sf: SimpleFeature): Iterator[(Double, Double, Double)]

    Permalink

    Decodes a result feature into an iterator of (x, y, weight)

  13. def decodeResult(envelope: Envelope, gridWidth: Int, gridHeight: Int): GridIterator

    Permalink

    Returns a mapping of simple features (returned from a density query) to weighted points in the form of (x, y, weight)

  14. def encodeResult(result: RenderingGrid): Array[Byte]

    Permalink

    Encodes a sparse matrix into a byte array

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  19. def getRenderer(sft: SimpleFeatureType, weight: Option[String]): GeometryRenderer

    Permalink

    Gets a renderer for the associated geometry binding

    Gets a renderer for the associated geometry binding

    sft

    simple feature type

  20. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  22. lazy val logger: Logger

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

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

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

    Permalink
    Definition Classes
    AnyRef
  26. def propertyNames(hints: Hints, sft: SimpleFeatureType): Seq[String]

    Permalink

    Get the attributes used by a density query

    Get the attributes used by a density query

    hints

    query hints

    sft

    simple feature type

  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