|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface PixSampler.StatMode
Defines how statistics are to be acquired from a pixel or set of pixels.
Method Summary | |
---|---|
Object |
getResult(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. |
Method Detail |
---|
uk.ac.starlink.table.ColumnInfo getResultInfo(uk.ac.starlink.table.ColumnInfo baseInfo)
baseInfo
- input data metadata
Object getResult(Object[] values)
values
- array of input values
boolean isPoint()
getResult(java.lang.Object[])
method.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |