A 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 TRF converter. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
inverse(self,
name='')
Return this Xform {inversed}, refName1 and
-2 swapped. |
|
|
|
rename(self,
name='')
Change this Xform's name. |
|
|
|
toEpoch(self,
epoch)
Convert this Xform to epoch , if needed. |
|
|
|
toHelmert(self,
factor=0.001)
Return the Helmert transform from this Xform scaled accordingly. |
|
|
|
toRefFrame(self,
point,
datum=Datum(name='GRS80', ellipsoid=Ellipsoids.GRS80, transform=Tran... ,
**epoch_epoch2_name)
Convert an ellipsoidal point from this Xform's refName1
and epoch to this Xform's refName2 and
epoch2 or epoch . |
|
|
|
toRepr(self,
**unused)
Return the represention of this Xform (str ). |
|
|
|
toStr(self,
epoch=None,
**unused)
Return this Xform as
"refName1@epochxrefName2"
(str ). |
|
|
|
toTransform(self,
epoch=None,
epoch2=None,
inverse=False)
Combine this Xform observed at epoch into a
Helmert TransformXform, optionally at epoch2 or
epoch . |
|
|
Inherited from named._Named :
__imatmul__ ,
__matmul__ ,
__rmatmul__ ,
attrs ,
classof ,
copy ,
dup ,
methodname ,
renamed ,
toStr2
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__subclasshook__
|