Uses of Class
org.wamblee.gps.geometry.Point

Packages that use Point
org.wamblee.gps.geometry   
org.wamblee.gps.track   
 

Uses of Point in org.wamblee.gps.geometry
 

Methods in org.wamblee.gps.geometry with parameters of type Point
static double ReferenceCoordinateSystem.distance(Point aP1, Point aP2)
          Computes the distance between two points in arbitrary coordinate systems.
 org.wamblee.general.Pair<java.lang.Double,java.lang.Double> Plane.normalizedProjection(Point aPoint)
          Returns normalized coordinates within the plane of the projection of a point.
 

Constructors in org.wamblee.gps.geometry with parameters of type Point
Plane(Point aPoint, Point aNormal)
          Constructs a plane.
 

Uses of Point in org.wamblee.gps.track
 

Subclasses of Point in org.wamblee.gps.track
 class TrackPoint
          A point from a GPS track.
 

Methods in org.wamblee.gps.track that return Point
 Point TrackImpl.getPoint(int aIndex)
           
 Point TrackSegment.getPoint(int aIndex)
          Gets the point at the given inded.
 Point FilteredTrack.getPoint(int aIndex)
           
 Point TrackSegmentImpl.getPoint(int aIndex)
           
 



Copyright © 2010. All Rights Reserved.