public class ShapeStats
extends Ice.ObjectImpl
Modifier and Type | Field and Description |
---|---|
static java.lang.String[] |
__ids |
long[] |
channelIds |
double[] |
max |
double[] |
mean |
double[] |
min |
long[] |
pointsCount |
static long |
serialVersionUID |
long |
shapeId |
double[] |
stdDev |
double[] |
sum |
Constructor and Description |
---|
ShapeStats() |
ShapeStats(long shapeId,
long[] channelIds,
long[] pointsCount,
double[] min,
double[] max,
double[] sum,
double[] mean,
double[] stdDev) |
Modifier and Type | Method and Description |
---|---|
protected void |
__readImpl(IceInternal.BasicStream __is) |
protected void |
__writeImpl(IceInternal.BasicStream __os) |
ShapeStats |
clone() |
static Ice.ObjectFactory |
ice_factory() |
java.lang.String |
ice_id() |
java.lang.String |
ice_id(Ice.Current __current) |
java.lang.String[] |
ice_ids() |
java.lang.String[] |
ice_ids(Ice.Current __current) |
boolean |
ice_isA(java.lang.String s) |
boolean |
ice_isA(java.lang.String s,
Ice.Current __current) |
static java.lang.String |
ice_staticId() |
public static final java.lang.String[] __ids
public long shapeId
public long[] channelIds
public long[] pointsCount
public double[] min
public double[] max
public double[] sum
public double[] mean
public double[] stdDev
public static final long serialVersionUID
public ShapeStats()
public ShapeStats(long shapeId, long[] channelIds, long[] pointsCount, double[] min, double[] max, double[] sum, double[] mean, double[] stdDev)
public static Ice.ObjectFactory ice_factory()
public boolean ice_isA(java.lang.String s)
ice_isA
in interface Ice.Object
ice_isA
in class Ice.ObjectImpl
public boolean ice_isA(java.lang.String s, Ice.Current __current)
ice_isA
in interface Ice.Object
ice_isA
in class Ice.ObjectImpl
public java.lang.String[] ice_ids()
ice_ids
in interface Ice.Object
ice_ids
in class Ice.ObjectImpl
public java.lang.String[] ice_ids(Ice.Current __current)
ice_ids
in interface Ice.Object
ice_ids
in class Ice.ObjectImpl
public java.lang.String ice_id()
ice_id
in interface Ice.Object
ice_id
in class Ice.ObjectImpl
public java.lang.String ice_id(Ice.Current __current)
ice_id
in interface Ice.Object
ice_id
in class Ice.ObjectImpl
public static java.lang.String ice_staticId()
protected void __writeImpl(IceInternal.BasicStream __os)
__writeImpl
in class Ice.ObjectImpl
protected void __readImpl(IceInternal.BasicStream __is)
__readImpl
in class Ice.ObjectImpl
public ShapeStats clone()
clone
in interface Ice.Object
clone
in class Ice.ObjectImpl