Terrestrial Reference Frame (TRF) converter between two reference
frames observed at an epoch.
|
|
__init__(self,
refName1,
refName2,
epoch=None,
xform=None,
rates=None,
name='')
New trfXform. |
|
|
|
|
|
|
|
|
|
|
|
|
|
inverse(self,
name='')
Return the inverse of this Xform. |
|
|
|
|
toEpoch(self,
epoch)
Convert this Xform to epoch, if needed. |
|
|
|
|
toRefFrame(self,
point,
epoch=None,
datum=Datum(name='GRS80', ellipsoid=Ellipsoids.GRS80, transform=Tran...,
**epoch2_name)
Convert a cartesian or geodetic point using this Xform's
refName1, refName2, epoch and
Transform. |
|
|
|
|
toRepr(self,
**unused)
Return the represention of this Xform (str). |
|
|
|
|
toStr(self,
epoch=None,
**unused)
Return this Xform as "fromRef@epoch_toRef"
(str). |
|
|
|
|
toTransform(self,
epoch1,
epoch2=None,
inverse=False)
Combine this Xform observed at epoch1 into a
Helmert TransformXform, optionally at epoch2 or
epoch1. |
|
|
|
Inherited from named._Named:
__imatmul__,
__matmul__,
__rmatmul__,
__str__,
attrs,
classof,
copy,
dup,
methodname,
rename,
toStr2
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__setattr__,
__sizeof__,
__subclasshook__
|