Packages

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
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)

Abstract Value Members

  1. abstract def createTube: Iterator[SimpleFeature]

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val GEOM_PROP: String
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def buffer(simpleFeatures: Iterator[SimpleFeature], meters: Double): Iterator[SimpleFeature]
  7. val bufferDistance: Double
  8. def bufferGeom(geom: Geometry, meters: Double): Geometry
  9. val builder: SimpleFeatureBuilder
  10. val calc: GeodeticCalculator
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  12. val dtgField: String
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. val geoFac: GeometryFactory
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def getEndTime(sf: SimpleFeature): Date
  18. def getGeom(sf: SimpleFeature): Geometry
  19. def getStartTime(sf: SimpleFeature): Date
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. lazy val logger: Logger
    Attributes
    protected
    Definition Classes
    LazyLogging
    Annotations
    @transient()
  23. def makeIDLSafeLineString(input1: Coordinate, input2: Coordinate): Geometry

    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.

  24. val maxBins: Int
  25. def metersToDegrees(meters: Double, point: Point): Double
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. def transform(tubeFeatures: SimpleFeatureCollection, dtgField: String): Iterator[SimpleFeature]
  32. val tubeFeatures: SimpleFeatureCollection
  33. val tubeType: SimpleFeatureType
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from LazyLogging

Inherited from AnyRef

Inherited from Any

Ungrouped