Package net.sf.myway.gps.garmin.datatype

Examples of net.sf.myway.gps.garmin.datatype.Semicircle


   *
   * @param offset
   * @return Semicircle
   */
  public Semicircle getSemicircle(final int offset) {
    return new Semicircle(getLong(offset), getLong(offset + 4));
  }
View Full Code Here

TOP

Related Classes of net.sf.myway.gps.garmin.datatype.Semicircle

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.