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.Objectice_isA in class Ice.ObjectImplpublic boolean ice_isA(java.lang.String s,
                       Ice.Current __current)
ice_isA in interface Ice.Objectice_isA in class Ice.ObjectImplpublic java.lang.String[] ice_ids()
ice_ids in interface Ice.Objectice_ids in class Ice.ObjectImplpublic java.lang.String[] ice_ids(Ice.Current __current)
ice_ids in interface Ice.Objectice_ids in class Ice.ObjectImplpublic java.lang.String ice_id()
ice_id in interface Ice.Objectice_id in class Ice.ObjectImplpublic java.lang.String ice_id(Ice.Current __current)
ice_id in interface Ice.Objectice_id in class Ice.ObjectImplpublic static java.lang.String ice_staticId()
protected void __writeImpl(IceInternal.BasicStream __os)
__writeImpl in class Ice.ObjectImplprotected void __readImpl(IceInternal.BasicStream __is)
__readImpl in class Ice.ObjectImplpublic ShapeStats clone()
clone in interface Ice.Objectclone in class Ice.ObjectImpl