class ResultCallback extends Result with BinaryOutputCallback
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ResultCallback
- BinaryOutputCallback
- Result
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ResultCallback(buffer: ByteBuffer, overflow: ByteBuffer, encoder: BinaryOutputEncoder, binSize: Int, sort: Boolean)
Value Members
-
def
aggregate(sf: SimpleFeature): Int
Aggregate a feature.
Aggregate a feature. May be called anytime after
init
- sf
simple feature
- returns
number of entries aggregated
- Definition Classes
- ResultCallback → Result
-
def
apply(trackId: Int, lat: Float, lon: Float, dtg: Long, label: Long): Unit
- Definition Classes
- ResultCallback → BinaryOutputCallback
-
def
apply(trackId: Int, lat: Float, lon: Float, dtg: Long): Unit
- Definition Classes
- ResultCallback → BinaryOutputCallback
-
def
cleanup(): Unit
Dispose of any resources used by the scan.
Dispose of any resources used by the scan. If the result is re-used,
init
will be called again before anything else- Definition Classes
- ResultCallback → Result
-
def
encode(): Array[Byte]
Encode current aggregation and reset the result.
Encode current aggregation and reset the result. May be called anytime after
init
- Definition Classes
- ResultCallback → Result
-
def
init(): Unit
Initialize the result for a scan
Initialize the result for a scan
- Definition Classes
- ResultCallback → Result