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
ConstructorsConstructorDescriptionDeprecated.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 theILcdPointaLLHOrigin.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 TypeMethodDescriptionbooleanDeprecated.voidgeoc2topocSFCT(ILcdPoint aXYZPoint, ILcd3DEditablePoint aXYZOut) Deprecated.Coordinate conversion from earth centered, earth fixed cartesian coordinates to topocentric coordinates.Deprecated.Gets theILcdEllipsoidw.r.t. which the topocentric coordinate system is defined.Deprecated.Gets the lonLatHeight point that is the origin of the topocentric coordinate axes.inthashCode()Deprecated.voidllh2topocSFCT(ILcdPoint aLLHPoint, ILcd3DEditablePoint aXYZOut) Deprecated.Coordinate conversion from lon-lat-height geodetic coordinate, the height being the ellipsoidal height, to topocentric coordinates.voidtopoc2geocSFCT(ILcdPoint aXYZPoint, ILcd3DEditablePoint aXYZOut) Deprecated.Coordinate conversion from topocentric coordinates to earth centered, earth fixed cartesian coordinates.voidtopoc2llhSFCT(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-ILcdEllipsoidon 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 theILcdPointaLLHOrigin.- Parameters:
aEllipsoid-ILcdEllipsoidon which the topocentric coordinate system is based.aLLHOrigin- the origin of the topocentric coordinate system.
-
-
Method Details
-
getEllipsoid
Deprecated.Description copied from interface:ILcdTopocentricCoordSysTransformationGets theILcdEllipsoidw.r.t. which the topocentric coordinate system is defined.- Specified by:
getEllipsoidin interfaceILcdTopocentricCoordSysTransformation- Returns:
- the
ILcdEllipsoidw.r.t. which the topocentric coordinate system is defined.
-
getOrigin
Deprecated.Description copied from interface:ILcdTopocentricCoordSysTransformationGets the lonLatHeight point that is the origin of the topocentric coordinate axes.- Specified by:
getOriginin interfaceILcdTopocentricCoordSysTransformation- Returns:
- the lonLatHeight point that is the origin of the topocentric coordinate axes.
-
topoc2geocSFCT
Deprecated.Description copied from interface:ILcdTopocentricCoordSysTransformationCoordinate conversion from topocentric coordinates to earth centered, earth fixed cartesian coordinates.- Specified by:
topoc2geocSFCTin interfaceILcdTopocentricCoordSysTransformation- Parameters:
aXYZPoint- topocentric cartesian coordinates.aXYZOut- Geocentric cartesian coordinates to be set.
-
geoc2topocSFCT
Deprecated.Description copied from interface:ILcdTopocentricCoordSysTransformationCoordinate conversion from earth centered, earth fixed cartesian coordinates to topocentric coordinates.- Specified by:
geoc2topocSFCTin interfaceILcdTopocentricCoordSysTransformation- Parameters:
aXYZPoint- earth centered earth fixed cartesian coordinates.aXYZOut- topocentric cartesian coordinates to be set.
-
llh2topocSFCT
Deprecated.Description copied from interface:ILcdTopocentricCoordSysTransformationCoordinate conversion from lon-lat-height geodetic coordinate, the height being the ellipsoidal height, to topocentric coordinates.- Specified by:
llh2topocSFCTin 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:ILcdTopocentricCoordSysTransformationCoordinate conversion from topocentric coordinates to lon-lat-height geodetic coordinates, the height being the ellipsoidal height.- Specified by:
topoc2llhSFCTin interfaceILcdTopocentricCoordSysTransformation- Parameters:
aXYZPoint- topocentric cartesian coordinates.aLLHOut- Geodetic coordinates to be set.
-
toString
Deprecated. -
equals
Deprecated. -
hashCode
public int hashCode()Deprecated.
-
TLcdTopocentricCoordSysTransformationinstead.