Class GpxImageDirectionPositionSettings

    • Constructor Detail

      • GpxImageDirectionPositionSettings

        public GpxImageDirectionPositionSettings​(boolean setImageDirection,
                                                 double imageDirectionAngleOffset,
                                                 double shiftImageX,
                                                 double shiftImageY,
                                                 double elevationShift)
        Constructs a new GpxImageDirectionPositionSettings.
        Parameters:
        setImageDirection - determines if image direction must be set towards the next GPX waypoint
        imageDirectionAngleOffset - direction angle offset in degrees
        shiftImageX - image shift on X axis relative to the direction in meters
        shiftImageY - image shift on Y axis relative to the direction in meters
        elevationShift - image elevation shift in meters
    • Method Detail

      • isSetImageDirection

        public boolean isSetImageDirection()
        Determines if image direction must be set towards the next GPX waypoint
        Returns:
        true if image direction must be set towards the next GPX waypoint
      • getImageDirectionAngleOffset

        public double getImageDirectionAngleOffset()
        Returns direction angle offset in degrees
        Returns:
        direction angle offset in degrees
      • getShiftImageX

        public double getShiftImageX()
        Returns image shift on X axis relative to the direction in meters
        Returns:
        image shift on X axis relative to the direction in meters
      • getShiftImageY

        public double getShiftImageY()
        Returns image shift on Y axis relative to the direction in meters
        Returns:
        image shift on Y axis relative to the direction in meters
      • getElevationShift

        public double getElevationShift()
        Returns image elevation shift in meters
        Returns:
        image elevation shift in meters