package tube
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
class
InterpolatedGapFill extends TubeBuilder with LazyLogging
Class to create an interpolated line-gap filled tube
-
class
LineGapFill extends TubeBuilder with LazyLogging
Build a tube with gap filling that draws a line between time-ordered features from the given tubeFeatures
-
class
NoGapFill extends TubeBuilder with LazyLogging
Build a tube with no gap filling - only buffering and binning
-
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
- case class TubeResult(results: SimpleFeatureCollection) extends AbstractCalcResult with Product with Serializable
-
class
TubeSelectProcess extends GeoMesaProcess with LazyLogging
- Annotations
- @DescribeProcess()
- class TubeVisitor extends GeoMesaProcessVisitor with LazyLogging
Value Members
- object GapFill extends Enumeration
- object TubeBuilder