public static interface PixSampler.StatMode
Modifier and Type | Method | Description |
---|---|---|
java.lang.Object |
getResult(java.lang.Object[] values) |
Returns the result of some statistical operation on a set of
supplied values.
|
uk.ac.starlink.table.ColumnInfo |
getResultInfo(uk.ac.starlink.table.ColumnInfo baseInfo) |
Provides a column metadata object describing the output of this
mode, given the metadata of the input.
|
boolean |
isPoint() |
Indicates whether this operation is point-like.
|
uk.ac.starlink.table.ColumnInfo getResultInfo(uk.ac.starlink.table.ColumnInfo baseInfo)
baseInfo
- input data metadatajava.lang.Object getResult(java.lang.Object[] values)
values
- array of input valuesboolean isPoint()
getResult(java.lang.Object[])
method.Copyright © 2018 Central Laboratory of the Research Councils. All Rights Reserved.