Class

org.locationtech.geomesa.process.tube

InterpolatedGapFill

Related Doc: package tube

Permalink

class InterpolatedGapFill extends TubeBuilder with LazyLogging

Class to create an interpolated line-gap filled tube

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

Instance Constructors

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

    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. val GEOM_PROP: String

    Permalink
    Definition Classes
    TubeBuilder
  5. final def asInstanceOf[T0]: T0

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

    Permalink
    Definition Classes
    TubeBuilder
  7. val bufferDistance: Double

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

    Permalink
    Definition Classes
    TubeBuilder
  9. val builder: SimpleFeatureBuilder

    Permalink
    Definition Classes
    TubeBuilder
  10. val calc: GeodeticCalculator

    Permalink
    Definition Classes
    TubeBuilder
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def createTube: Iterator[SimpleFeature]

    Permalink
    Definition Classes
    InterpolatedGapFillTubeBuilder
  13. val df: DateTimeFormatter

    Permalink
    Definition Classes
    TubeBuilder
  14. val dtgField: String

    Permalink
    Definition Classes
    TubeBuilder
  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. val geoFac: GeometryFactory

    Permalink
    Definition Classes
    TubeBuilder
  19. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    TubeBuilder
  21. def getGeom(sf: SimpleFeature): Geometry

    Permalink
    Definition Classes
    TubeBuilder
  22. def getStartTime(sf: SimpleFeature): Date

    Permalink
    Definition Classes
    TubeBuilder
  23. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  24. val id: AtomicInteger

    Permalink
  25. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  26. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  27. 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.

    Definition Classes
    TubeBuilder
  28. val maxBins: Int

    Permalink
    Definition Classes
    TubeBuilder
  29. def metersToDegrees(meters: Double, point: Point): Double

    Permalink
    Definition Classes
    TubeBuilder
  30. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  31. def nextId: String

    Permalink
  32. final def notify(): Unit

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

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

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

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

    Permalink
    Definition Classes
    TubeBuilder
  37. val tubeFeatures: SimpleFeatureCollection

    Permalink
    Definition Classes
    TubeBuilder
  38. val tubeType: SimpleFeatureType

    Permalink
    Definition Classes
    TubeBuilder
  39. final def wait(): Unit

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

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

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

Inherited from TubeBuilder

Inherited from LazyLogging

Inherited from AnyRef

Inherited from Any

Ungrouped