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
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- TubeBuilder
- LazyLogging
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new TubeBuilder(tubeFeatures: SimpleFeatureCollection, bufferDistance: Double, maxBins: Int)
Abstract Value Members
- abstract def createTube: Iterator[SimpleFeature]
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val GEOM_PROP: String
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def buffer(simpleFeatures: Iterator[SimpleFeature], meters: Double): Iterator[SimpleFeature]
- val bufferDistance: Double
- def bufferGeom(geom: Geometry, meters: Double): Geometry
- val builder: SimpleFeatureBuilder
- val calc: GeodeticCalculator
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val dtgField: String
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- val geoFac: GeometryFactory
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getEndTime(sf: SimpleFeature): Date
- def getGeom(sf: SimpleFeature): Geometry
- def getStartTime(sf: SimpleFeature): Date
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
lazy val
logger: Logger
- Attributes
- protected
- Definition Classes
- LazyLogging
-
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.
- val maxBins: Int
- def metersToDegrees(meters: Double, point: Point): Double
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def transform(tubeFeatures: SimpleFeatureCollection, dtgField: String): Iterator[SimpleFeature]
- val tubeFeatures: SimpleFeatureCollection
- val tubeType: SimpleFeatureType
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()