Package

org.locationtech.geomesa.process

tube

Permalink

package tube

Visibility
  1. Public
  2. All

Type Members

  1. class InterpolatedGapFill extends TubeBuilder with LazyLogging

    Permalink

    Class to create an interpolated line-gap filled tube

  2. class LineGapFill extends TubeBuilder with LazyLogging

    Permalink

    Build a tube with gap filling that draws a line between time-ordered features from the given tubeFeatures

  3. class NoGapFill extends TubeBuilder with LazyLogging

    Permalink

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

  4. abstract class TubeBuilder extends LazyLogging

    Permalink

    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

  5. case class TubeResult(results: SimpleFeatureCollection) extends AbstractCalcResult with Product with Serializable

    Permalink
  6. class TubeSelectProcess extends GeoMesaProcess with LazyLogging

    Permalink
    Annotations
    @DescribeProcess()
  7. class TubeVisitor extends GeoMesaProcessVisitor with LazyLogging

    Permalink

Value Members

  1. object GapFill extends Enumeration

    Permalink
  2. object TubeBuilder

    Permalink

Ungrouped