Class TLcdTopocentricCoordSysTransfo2

java.lang.Object
com.luciad.transformation.TLcdTopocentricCoordSysTransfo2
All Implemented Interfaces:
ILcdTopocentricCoordSysTransformation, Serializable

public class TLcdTopocentricCoordSysTransfo2 extends Object implements ILcdTopocentricCoordSysTransformation
Deprecated.
This class is broken. Use TLcdTopocentricCoordSysTransformation instead.
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
    Default topocentric cartesian coordinate system is based on the WGS_1984 ellipsoid and the origin located on the equator and the greenwich meridian.
    TLcdTopocentricCoordSysTransfo2(double aLongitude, double aLatitude, double aHeight)
    Deprecated.
    Constructs a topocentric cartesian coordinate system is based on the WGS_1984 ellipsoid and the origin located on the given (lon,lat,height) point.
    TLcdTopocentricCoordSysTransfo2(ILcdEllipsoid aEllipsoid, double aLon, double aLat, double aHeight)
    Deprecated.
    Constructs a topocentric cartesian coordinate system is based on the WGS_1984 ellipsoid and the origin located on the given (lon,lat,height) point.
    Deprecated.
    Topocentric cartesian coordinate system based on the specified ellipsoid and the origin located at the ILcdPoint aLLHOrigin.
    Deprecated.
    Constructs a topocentric cartesian coordinate system is based on the WGS_1984 ellipsoid and the origin located on the given lonLatHeight point.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    equals(Object aTopocentricCoordSys)
    Deprecated.
     
    void
    Deprecated.
    Coordinate conversion from earth centered, earth fixed cartesian coordinates to topocentric coordinates.
    Deprecated.
    Gets the ILcdEllipsoid w.r.t. which the topocentric coordinate system is defined.
    Deprecated.
    Gets the lonLatHeight point that is the origin of the topocentric coordinate axes.
    int
    Deprecated.
     
    void
    Deprecated.
    Coordinate conversion from lon-lat-height geodetic coordinate, the height being the ellipsoidal height, to topocentric coordinates.
    void
    Deprecated.
    Coordinate conversion from topocentric coordinates to earth centered, earth fixed cartesian coordinates.
    void
    Deprecated.
    Coordinate conversion from topocentric coordinates to lon-lat-height geodetic coordinates, the height being the ellipsoidal height.
    Deprecated.
     

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • TLcdTopocentricCoordSysTransfo2

      public TLcdTopocentricCoordSysTransfo2()
      Deprecated.
      Default topocentric cartesian coordinate system is based on the WGS_1984 ellipsoid and the origin located on the equator and the greenwich meridian.
    • TLcdTopocentricCoordSysTransfo2

      public TLcdTopocentricCoordSysTransfo2(ILcdPoint aLLHOrigin)
      Deprecated.
      Constructs a topocentric cartesian coordinate system is based on the WGS_1984 ellipsoid and the origin located on the given lonLatHeight point.
      Parameters:
      aLLHOrigin - origin of the topocentric coordinate system.
    • TLcdTopocentricCoordSysTransfo2

      public TLcdTopocentricCoordSysTransfo2(double aLongitude, double aLatitude, double aHeight)
      Deprecated.
      Constructs a topocentric cartesian coordinate system is based on the WGS_1984 ellipsoid and the origin located on the given (lon,lat,height) point.
      Parameters:
      aLongitude - longitude of the origin of the topocentric coordinate system.
      aLatitude - latitude of the origin of the topocentric coordinate system.
      aHeight - height of the origin of the topocentric coordinate system above the ellipsoid.
    • TLcdTopocentricCoordSysTransfo2

      public TLcdTopocentricCoordSysTransfo2(ILcdEllipsoid aEllipsoid, double aLon, double aLat, double aHeight)
      Deprecated.
      Constructs a topocentric cartesian coordinate system is based on the WGS_1984 ellipsoid and the origin located on the given (lon,lat,height) point.
      Parameters:
      aEllipsoid - ILcdEllipsoid on which the topocentric coordinate system is based.
      aLon - longitude of the origin of the topocentric coordinate system.
      aLat - latitude of the origin of the topocentric coordinate system.
      aHeight - ellipsoidal height of the origin.
    • TLcdTopocentricCoordSysTransfo2

      public TLcdTopocentricCoordSysTransfo2(ILcdEllipsoid aEllipsoid, ILcdPoint aLLHOrigin)
      Deprecated.
      Topocentric cartesian coordinate system based on the specified ellipsoid and the origin located at the ILcdPoint aLLHOrigin.
      Parameters:
      aEllipsoid - ILcdEllipsoid on which the topocentric coordinate system is based.
      aLLHOrigin - the origin of the topocentric coordinate system.
  • Method Details