|
Roc2(self,
earth=None)
Compute this cartesian's normal and pseudo, z-based
radius of curvature. |
|
|
|
__init__(self,
x_xyz,
y=None,
z=None,
datum=None,
**ll_name)
New Cartesian... . |
|
|
|
cassini(self,
pointB,
pointC,
alpha,
beta,
useZ=False)
3-Point resection between this and 2 other points using Cassini's method. |
|
|
|
collins(self,
pointB,
pointC,
alpha,
beta,
useZ=False)
DEPRECATED, use method collins5. |
|
|
|
collins5(self,
pointB,
pointC,
alpha,
beta,
useZ=False)
3-Point resection between this and 2 other points using Collins' method. |
|
|
|
|
|
destinationXyz(self,
delta,
Cartesian=None,
**name_Cartesian_kwds)
Calculate the destination using a local delta from this
cartesian. |
|
|
|
hartzell(self,
los=False,
earth=None)
Compute the intersection of a Line-Of-Sight from this cartesian
Point-Of-View (pov) and this cartesian's datum ellipsoid
surface. |
|
|
|
height3(self,
earth=None,
height=None,
**Cartesian_and_kwds)
Compute the cartesian at a height above or below this certesian's
datum ellipsoid surface. |
|
|
|
height4(self,
earth=None,
normal=True,
**Cartesian_and_kwds)
Compute the projection of this point on and the height above or below
this datum's ellipsoid surface. |
|
|
|
pierlot(self,
point2,
point3,
alpha12,
alpha23,
useZ=False,
eps=2.220446049250313e-16)
3-Point resection between this and two other points using Pierlot's method ToTal with
approximate limits for the (pseudo-)singularities. |
|
|
|
pierlotx(self,
point2,
point3,
alpha1,
alpha2,
alpha3,
useZ=False)
3-Point resection between this and two other points using Pierlot's method ToTal with
exact limits for the (pseudo-)singularities. |
|
|
|
tienstra(self,
pointB,
pointC,
alpha,
beta=None,
gamma=None,
useZ=False)
DEPRECATED, use method tienstra7. |
|
|
|
tienstra7(self,
pointB,
pointC,
alpha,
beta=None,
gamma=None,
useZ=False)
3-Point resection between this and two other points using Tienstra's formula. |
|
|
|
to2ab(self)
DEPRECATED, use property philam . |
|
|
|
to2ll(self)
DEPRECATED, use property latlon . |
|
|
|
|
|
toDatum(self,
datum2,
datum=None)
Convert this cartesian from one datum to an other. |
|
|
|
toEcef(self)
Convert this cartesian to geodetic (lat-/longitude)
coordinates. |
|
|
|
toLatLon(self,
datum=None,
height=None,
LatLon=None,
**LatLon_kwds)
Convert this cartesian to a geodetic (lat-/longitude) point. |
|
|
|
toNvector(self,
Nvector=None,
datum=None,
**name_Nvector_kwds)
Convert this cartesian to n-vector components,
including height. |
|
|
|
toRtp(self)
Convert this cartesian to spherical, polar coordinates. |
|
|
|
toStr(self,
prec=3,
fmt='[%s]',
sep=', ')
Return the string representation of this cartesian. |
|
|
|
toTransform(self,
transform,
inverse=False,
datum=None)
Apply a Helmert transform to this cartesian. |
|
|
|
toVector(self,
Vector=None,
**Vector_kwds)
Return this cartesian's geocentric components as vector. |
|
|
Inherited from vector3d.Vector3d :
bearing ,
circin6 ,
circum3 ,
circum4_ ,
iscolinearWith ,
meeus2 ,
nearestOn ,
nearestOn6 ,
parse ,
radii11 ,
soddy4 ,
toCartesian ,
trilaterate2d2 ,
trilaterate3d2
Inherited from vector3dBase.Vector3dBase :
__abs__ ,
__add__ ,
__bool__ ,
__ceil__ ,
__cmp__ ,
__div__ ,
__divmod__ ,
__eq__ ,
__float__ ,
__floor__ ,
__floordiv__ ,
__ge__ ,
__gt__ ,
__hash__ ,
__iadd__ ,
__idiv__ ,
__ifloordiv__ ,
__imatmul__ ,
__imod__ ,
__imul__ ,
__int__ ,
__ipow__ ,
__isub__ ,
__itruediv__ ,
__le__ ,
__long__ ,
__lt__ ,
__matmul__ ,
__mod__ ,
__mul__ ,
__ne__ ,
__neg__ ,
__nonzero__ ,
__pos__ ,
__pow__ ,
__radd__ ,
__rdiv__ ,
__rdivmod__ ,
__rfloordiv__ ,
__rmatmul__ ,
__rmod__ ,
__rmul__ ,
__round__ ,
__rpow__ ,
__rsub__ ,
__rtruediv__ ,
__sub__ ,
__truediv__ ,
__trunc__ ,
angleTo ,
apply ,
bools ,
cmp ,
cross ,
dividedBy ,
dot ,
equals ,
equirectangular ,
fabs ,
floats ,
intermediateTo ,
ints ,
isconjugateTo ,
isequalTo ,
minus ,
minus_ ,
negate ,
others ,
plus ,
plus_ ,
rotate ,
rotateAround ,
sum ,
times ,
times_ ,
to3xyz ,
unit
Inherited from named._NamedBase :
__repr__ ,
__str__ ,
toRepr
Inherited from named._Named :
__format__ ,
attrs ,
classof ,
copy ,
dup ,
methodname ,
rename ,
renamed ,
toStr2
Inherited from named._NamedLocal :
toAer ,
toEnu ,
toLocal ,
toLtp ,
toNed ,
toXyz
Inherited from object :
__delattr__ ,
__getattribute__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__subclasshook__
|
|
datum
Class property with a .name attribute.
|
|
ellipsoidalCartesian
Get the Cartesian type iff ellipsoidal, overloaded in CartesianEllipsoidalBase.
|
|
height
Get the height (meter ).
|
|
isEllipsoidal
Check whether this cartesian is ellipsoidal (bool or
None if unknown).
|
|
isSpherical
Check whether this cartesian is spherical (bool or
None if unknown).
|
|
latlon
Get this cartesian's (geodetic) lat- and longitude in
degrees (LatLon2Tuple(lat, lon) ).
|
|
latlonheight
Get this cartesian's (geodetic) lat-, longitude in
degrees with height (LatLon3Tuple(lat, lon, height) ).
|
|
latlonheightdatum
Get this cartesian's (geodetic) lat-, longitude in
degrees with height and datum (LatLon4Tuple(lat, lon, height, datum) ).
|
|
philam
Get this cartesian's (geodetic) lat- and longitude in
radians (PhiLam2Tuple(phi, lam) ).
|
|
philamheight
Get this cartesian's (geodetic) lat-, longitude in
radians with height (PhiLam3Tuple(phi, lam, height) ).
|
|
philamheightdatum
Get this cartesian's (geodetic) lat-, longitude in
radians with height and datum (PhiLam4Tuple(phi, lam, height, datum) ).
|
|
sphericalCartesian
Get the Cartesian type iff spherical, overloaded in CartesianSphericalBase.
|
Inherited from vector3dBase.Vector3dBase :
crosserrors ,
euclid ,
homogeneous ,
length ,
length2 ,
x ,
x2y2z2 ,
xyz ,
xyz3 ,
y ,
z
Inherited from named._Named :
classname ,
classnaming ,
iteration ,
name ,
named ,
named2 ,
named3 ,
named4 ,
sizeof
Inherited from named._NamedLocal :
Ecef
Inherited from object :
__class__
|