Class/Object

org.locationtech.geomesa.process.tube

TubeBuilder

Related Docs: object TubeBuilder | package tube

Permalink

abstract class TubeBuilder extends LazyLogging

Build a tube for input to a TubeSelect by buffering and binning the input tubeFeatures into SimpleFeatures that can be used as inputs to Geomesa queries

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

Instance Constructors

  1. new TubeBuilder(tubeFeatures: SimpleFeatureCollection, bufferDistance: Double, maxBins: Int)

    Permalink

Abstract Value Members

  1. abstract def createTube: Iterator[SimpleFeature]

    Permalink

Concrete 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 GEOM_PROP: String

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def buffer(simpleFeatures: Iterator[SimpleFeature], meters: Double): Iterator[SimpleFeature]

    Permalink
  7. val bufferDistance: Double

    Permalink
  8. def bufferGeom(geom: Geometry, meters: Double): Geometry

    Permalink
  9. val builder: SimpleFeatureBuilder

    Permalink
  10. val calc: GeodeticCalculator

    Permalink
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. val dtgField: String

    Permalink
  13. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. val geoFac: GeometryFactory

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. def getEndTime(sf: SimpleFeature): Date

    Permalink
  19. def getGeom(sf: SimpleFeature): Geometry

    Permalink
  20. def getStartTime(sf: SimpleFeature): Date

    Permalink
  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. def makeIDLSafeLineString(input1: Coordinate, input2: Coordinate): Geometry

    Permalink

    Return an Array containing either 1 or 2 LineStrings that straddle but do not cross the IDL.

    Return an Array containing either 1 or 2 LineStrings that straddle but do not cross the IDL.

    input1

    The first point in the segment

    input2

    The second point in the segment

    returns

    an array of LineString containing either 1 or 2 LineStrings that do not span the IDL.

  25. val maxBins: Int

    Permalink
  26. def metersToDegrees(meters: Double, point: Point): Double

    Permalink
  27. final def ne(arg0: AnyRef): Boolean

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  32. def transform(tubeFeatures: SimpleFeatureCollection, dtgField: String): Iterator[SimpleFeature]

    Permalink
  33. val tubeFeatures: SimpleFeatureCollection

    Permalink
  34. val tubeType: SimpleFeatureType

    Permalink
  35. final def wait(): Unit

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

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

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

Inherited from LazyLogging

Inherited from AnyRef

Inherited from Any

Ungrouped