Uses of Class
org.bremersee.garmin.forerunnerlogbook.v1.model.PositionT
Packages that use PositionT
-
Uses of PositionT in org.bremersee.garmin.forerunnerlogbook.v1.model
Fields in org.bremersee.garmin.forerunnerlogbook.v1.model declared as PositionTModifier and TypeFieldDescriptionprotected PositionTLapT.beginPositionprotected PositionTLapT.endPositionprotected PositionTTrackpointT.positionMethods in org.bremersee.garmin.forerunnerlogbook.v1.model that return PositionTModifier and TypeMethodDescriptionObjectFactory.createPositionT()Create an instance ofPositionTLapT.getBeginPosition()Gets the value of the beginPosition property.LapT.getEndPosition()Gets the value of the endPosition property.TrackpointT.getPosition()Gets the value of the position property.Methods in org.bremersee.garmin.forerunnerlogbook.v1.model with parameters of type PositionTModifier and TypeMethodDescriptionvoidLapT.setBeginPosition(PositionT value) Sets the value of the beginPosition property.voidLapT.setEndPosition(PositionT value) Sets the value of the endPosition property.voidTrackpointT.setPosition(PositionT value) Sets the value of the position property.