Package com.luciad.transformation
Class TLcdTopocentricCoordSysTransfo2
java.lang.Object
com.luciad.transformation.TLcdTopocentricCoordSysTransfo2
- All Implemented Interfaces:
ILcdTopocentricCoordSysTransformation
,Serializable
public class TLcdTopocentricCoordSysTransfo2
extends Object
implements ILcdTopocentricCoordSysTransformation
Deprecated.
- See Also:
-
Constructor Summary
ConstructorDescriptionDeprecated.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.TLcdTopocentricCoordSysTransfo2
(ILcdEllipsoid aEllipsoid, ILcdPoint aLLHOrigin) Deprecated.Topocentric cartesian coordinate system based on the specified ellipsoid and the origin located at theILcdPoint
aLLHOrigin
.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. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Deprecated.void
geoc2topocSFCT
(ILcdPoint aXYZPoint, ILcd3DEditablePoint aXYZOut) Deprecated.Coordinate conversion from earth centered, earth fixed cartesian coordinates to topocentric coordinates.Deprecated.Gets theILcdEllipsoid
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
hashCode()
Deprecated.void
llh2topocSFCT
(ILcdPoint aLLHPoint, ILcd3DEditablePoint aXYZOut) Deprecated.Coordinate conversion from lon-lat-height geodetic coordinate, the height being the ellipsoidal height, to topocentric coordinates.void
topoc2geocSFCT
(ILcdPoint aXYZPoint, ILcd3DEditablePoint aXYZOut) Deprecated.Coordinate conversion from topocentric coordinates to earth centered, earth fixed cartesian coordinates.void
topoc2llhSFCT
(ILcdPoint aXYZPoint, ILcd3DEditablePoint aLLHOut) Deprecated.Coordinate conversion from topocentric coordinates to lon-lat-height geodetic coordinates, the height being the ellipsoidal height.toString()
Deprecated.
-
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
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
Deprecated.Topocentric cartesian coordinate system based on the specified ellipsoid and the origin located at theILcdPoint
aLLHOrigin
.- Parameters:
aEllipsoid
-ILcdEllipsoid
on which the topocentric coordinate system is based.aLLHOrigin
- the origin of the topocentric coordinate system.
-
-
Method Details
-
getEllipsoid
Deprecated.Description copied from interface:ILcdTopocentricCoordSysTransformation
Gets theILcdEllipsoid
w.r.t. which the topocentric coordinate system is defined.- Specified by:
getEllipsoid
in interfaceILcdTopocentricCoordSysTransformation
- Returns:
- the
ILcdEllipsoid
w.r.t. which the topocentric coordinate system is defined.
-
getOrigin
Deprecated.Description copied from interface:ILcdTopocentricCoordSysTransformation
Gets the lonLatHeight point that is the origin of the topocentric coordinate axes.- Specified by:
getOrigin
in interfaceILcdTopocentricCoordSysTransformation
- Returns:
- the lonLatHeight point that is the origin of the topocentric coordinate axes.
-
topoc2geocSFCT
Deprecated.Description copied from interface:ILcdTopocentricCoordSysTransformation
Coordinate conversion from topocentric coordinates to earth centered, earth fixed cartesian coordinates.- Specified by:
topoc2geocSFCT
in interfaceILcdTopocentricCoordSysTransformation
- Parameters:
aXYZPoint
- topocentric cartesian coordinates.aXYZOut
- Geocentric cartesian coordinates to be set.
-
geoc2topocSFCT
Deprecated.Description copied from interface:ILcdTopocentricCoordSysTransformation
Coordinate conversion from earth centered, earth fixed cartesian coordinates to topocentric coordinates.- Specified by:
geoc2topocSFCT
in interfaceILcdTopocentricCoordSysTransformation
- Parameters:
aXYZPoint
- earth centered earth fixed cartesian coordinates.aXYZOut
- topocentric cartesian coordinates to be set.
-
llh2topocSFCT
Deprecated.Description copied from interface:ILcdTopocentricCoordSysTransformation
Coordinate conversion from lon-lat-height geodetic coordinate, the height being the ellipsoidal height, to topocentric coordinates.- Specified by:
llh2topocSFCT
in interfaceILcdTopocentricCoordSysTransformation
- Parameters:
aLLHPoint
- point in geodetic coordinates, with height being ellipsoidal height.aXYZOut
- topocentric cartesian coordinates to be set.
-
topoc2llhSFCT
Deprecated.Description copied from interface:ILcdTopocentricCoordSysTransformation
Coordinate conversion from topocentric coordinates to lon-lat-height geodetic coordinates, the height being the ellipsoidal height.- Specified by:
topoc2llhSFCT
in interfaceILcdTopocentricCoordSysTransformation
- Parameters:
aXYZPoint
- topocentric cartesian coordinates.aLLHOut
- Geodetic coordinates to be set.
-
toString
Deprecated. -
equals
Deprecated. -
hashCode
public int hashCode()Deprecated.
-
TLcdTopocentricCoordSysTransformation
instead.