Class GeoPoint

java.lang.Object
  |
  +--GeoPoint

public class GeoPoint
extends Object

Class GeoPoint

This class allows a geographic point to be represented and handled.
This geographic point can be either the first or the second end of a strip.
Company: ONERA/DCSD/CD

See Also:
Strip.geoPoint0, Strip.geoPoint1, Strip, InstanceProblem

Constructor Summary
GeoPoint(double X, double Y, double Te, double Tl)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeoPoint

public GeoPoint(double X,
                double Y,
                double Te,
                double Tl)