Class

org.locationtech.geomesa.process.tube

TubeVisitor

Related Doc: package tube

Permalink

class TubeVisitor extends GeoMesaProcessVisitor with LazyLogging

Linear Supertypes
LazyLogging, GeoMesaProcessVisitor, index.process.GeoMesaProcessVisitor, FeatureAttributeVisitor, FeatureCalc, FeatureVisitor, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TubeVisitor
  2. LazyLogging
  3. GeoMesaProcessVisitor
  4. GeoMesaProcessVisitor
  5. FeatureAttributeVisitor
  6. FeatureCalc
  7. FeatureVisitor
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TubeVisitor(tubeFeatures: SimpleFeatureCollection, featureCollection: SimpleFeatureCollection, filter: Filter = Filter.INCLUDE, maxSpeed: Long, maxTime: Long, bufferSize: Double, maxBins: Int, gapFill: GapFill = GapFill.NOFILL)

    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. val bufferSize: Double

    Permalink
  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 execute(source: SimpleFeatureSource, query: Query): Unit

    Permalink
    Definition Classes
    TubeVisitor → GeoMesaProcessVisitor
  10. val featureCollection: SimpleFeatureCollection

    Permalink
  11. val filter: Filter

    Permalink
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. val gapFill: GapFill

    Permalink
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def getExpressions(): List[Expression]

    Permalink
    Definition Classes
    GeoMesaProcessVisitor → FeatureAttributeVisitor
  16. def getResult(): CalcResult

    Permalink
    Definition Classes
    TubeVisitor → FeatureCalc
  17. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  19. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  20. val maxBins: Int

    Permalink
  21. val maxSpeed: Long

    Permalink
  22. val maxTime: Long

    Permalink
  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. var resultCalc: TubeResult

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  29. val tubeFeatures: SimpleFeatureCollection

    Permalink
  30. def visit(feature: Feature): Unit

    Permalink
    Definition Classes
    TubeVisitor → FeatureVisitor
  31. final def wait(): Unit

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

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

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

Inherited from LazyLogging

Inherited from GeoMesaProcessVisitor

Inherited from index.process.GeoMesaProcessVisitor

Inherited from FeatureAttributeVisitor

Inherited from FeatureCalc

Inherited from FeatureVisitor

Inherited from AnyRef

Inherited from Any

Ungrouped