return new TcxRoute(this, characteristics, name, (List<Wgs84Position>) positions);
}
protected Short getHeartBeatRate(Wgs84Position position) {
if (position != null) {
WptType wpt = position.getOrigin(WptType.class);
if (wpt != null) {
Double heartBeatRate = getHeartBeatRate(wpt);
if (heartBeatRate != null)
return heartBeatRate.shortValue();
}