SampleSet class

The sampling dataset class represents the container for storing sampling points.

The sampling points stored in a sampling dataset must be from the same data collector (but their raw data collectors can be different). This class is usually used to insert or read sampling data in batches.

Constructors

SampleSet(DataCollector dataCollector, List<SamplePoint> samplePoints)
SampleSet.fromMap(Map map)
factory

Properties

dataCollector DataCollector
getter/setter pair
getDataType DataType?
no setter
hashCode int
The hash code for this object.
no setteroverride
pairs Map<String, dynamic>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
samplePoints List<SamplePoint>
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override