TcxTrackpoint class
- Annotations
-
- @XmlRootElement.new(namespace: namespaceTrainingCenterDatabaseV2)
- @XmlSerializable.new(fieldRename: annotation.FieldRename.pascal)
Constructors
- TcxTrackpoint({required DateTime time, TcxSensorState? sensorState, TcxExtensions? extensions, double? distanceMeters, TcxCadenceValue? cadence, double? altitudeMeters, TcxHeartRateInBeatsPerMinute? heartRateBpm, TcxPosition? position})
- TcxTrackpoint.fromXmlElement(XmlElement element)
-
factory
Properties
- altitudeMeters ↔ double?
-
getter/setter pair
- cadence ↔ TcxCadenceValue?
-
getter/setter pair
- distanceMeters ↔ double?
-
getter/setter pair
- extensions ↔ TcxExtensions?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- heartRateBpm ↔ TcxHeartRateInBeatsPerMinute?
-
getter/setter pair
- position ↔ TcxPosition?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sensorState ↔ TcxSensorState?
-
getter/setter pair
- time ↔ DateTime
-
getter/setter pair
Methods
-
buildXmlChildren(
XmlBuilder builder, {Map< String, String> namespaces = const {}}) → void -
buildXmlElement(
XmlBuilder builder, {Map< String, String> namespaces = const {}}) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
toXmlAttributes(
{Map< String, String?> namespaces = const {}}) → List<XmlAttribute> -
toXmlChildren(
{Map< String, String?> namespaces = const {}}) → List<XmlNode> -
toXmlElement(
{Map< String, String?> namespaces = const {}}) → XmlElement
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited