forward (self,
latlonh,
lon=None,
height=0,
M=False,
name='')
|
|
DEPRECATED, use method LocalCartesian.forward.
- Arguments:
latlonh - Either a LatLon , a Ltp, an Ecef9Tuple or scalar (geodetic)
latitude (degrees ).
lon - Optional scalar (geodetic) longitude for
scalar latlonh
(degrees ).
height - Optional height (meter ), vertically above (or below)
the surface of the ellipsoid.
M - Optionally, return the rotation EcefMatrix (bool ).
name - Optional name (str ).
- Returns:
- Incorrectly, an Ecef9Tuple
(x, y, z, lat, lon, height, C,
M, datum) with local (x, y, z)
coordinates for the given geodetic ones (lat, lon,
height) , case C=0 always, optionally
concatenated EcefMatrix M and
datum .
- Decorators:
- Raises:
LocalError - If latlonh not scalar ,
LatLon , Ltp, Ecef9Tuple or invalid or if
lon not scalar for
scalar latlonh or invalid or if
height invalid.
- Overrides:
ltp.LocalCartesian.forward
|