VerticalProfile class abstract

Vertical Profile class

This message is used to store historic profiles for water parameters: Temperature, Salinity, Chlorophyll...

Inheritance
Implemented types

Constructors

VerticalProfile([void updates(VerticalProfileBuilder b)?])
factory

Properties

abbrev String
no setteroverride
dst int
no setterinherited
dstEnt int
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
lat double
Latitude where the profile was calculated.
no setter
lon double
Longitude where the profile was calculated.
no setter
msgId int
no setteroverride
numSamples int
no setter
parameter VerticalProfileEnumParameter
Water parameter used to calculate the vertical profile.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
samples List<ProfileSample>
no setter
src int
no setterinherited
srcEnt int
no setterinherited
sync int
no setterinherited
timestamp DateTime?
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(VerticalProfileBuilder)) VerticalProfile
Rebuilds the instance.
inherited
toBuilder() VerticalProfileBuilder
Converts the instance to a builder B.
inherited
toJson([bool includeHeader = true]) Map<String, dynamic>
To JSON object
override
toString() String
A string representation of this object.
inherited

Operators

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

Constants

staticId → const int