Packages

class NoGapFill extends TubeBuilder with LazyLogging

Build a tube with no gap filling - only buffering and binning

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

Instance Constructors

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

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
    Definition Classes
    TubeBuilder
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def buffer(simpleFeatures: Iterator[SimpleFeature], meters: Double): Iterator[SimpleFeature]
    Definition Classes
    TubeBuilder
  7. val bufferDistance: Double
    Definition Classes
    TubeBuilder
  8. def bufferGeom(geom: Geometry, meters: Double): Geometry
    Definition Classes
    TubeBuilder
  9. val builder: SimpleFeatureBuilder
    Definition Classes
    TubeBuilder
  10. val calc: GeodeticCalculator
    Definition Classes
    TubeBuilder
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  12. def createTube: Iterator[SimpleFeature]
    Definition Classes
    NoGapFillTubeBuilder
  13. val dtgField: String
    Definition Classes
    TubeBuilder
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  16. val geoFac: GeometryFactory
    Definition Classes
    TubeBuilder
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def getEndTime(sf: SimpleFeature): Date
    Definition Classes
    TubeBuilder
  19. def getGeom(sf: SimpleFeature): Geometry
    Definition Classes
    TubeBuilder
  20. def getStartTime(sf: SimpleFeature): Date
    Definition Classes
    TubeBuilder
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. lazy val logger: Logger
    Attributes
    protected
    Definition Classes
    LazyLogging
    Annotations
    @transient()
  24. 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.

    Definition Classes
    TubeBuilder
  25. val maxBins: Int
    Definition Classes
    TubeBuilder
  26. def metersToDegrees(meters: Double, point: Point): Double
    Definition Classes
    TubeBuilder
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. def timeBinAndUnion(features: Iterable[SimpleFeature], maxBins: Int): Iterator[SimpleFeature]
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. def transform(tubeFeatures: SimpleFeatureCollection, dtgField: String): Iterator[SimpleFeature]
    Definition Classes
    TubeBuilder
  34. val tubeFeatures: SimpleFeatureCollection
    Definition Classes
    TubeBuilder
  35. val tubeType: SimpleFeatureType
    Definition Classes
    TubeBuilder
  36. def unionFeatures(orderedFeatures: Seq[SimpleFeature], id: String): SimpleFeature
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  39. 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 TubeBuilder

Inherited from LazyLogging

Inherited from AnyRef

Inherited from Any

Ungrouped