|
__init__(self,
lat0,
lon0,
datum=Datum(name='WGS84', ellipsoid=Ellipsoids.WGS84, transform=Tran... ,
**name)
New CassiniSoldner projection. |
|
|
|
forward(self,
lat,
lon,
**name)
Convert an (ellipsoidal) geodetic location to Cassini-Soldner easting
and northing. |
|
|
|
forward4(self,
lat,
lon,
**name)
Convert an (ellipsoidal) geodetic location to Cassini-Soldner easting
and northing. |
|
|
|
forward6(self,
lat,
lon,
**name)
Convert an (ellipsoidal) geodetic location to Cassini-Soldner easting
and northing. |
|
|
|
reset(self,
lat0,
lon0)
Set or reset the center point of this Cassini-Soldner projection. |
|
|
|
reverse(self,
easting,
northing,
LatLon=None,
**name_LatLon_kwds)
Convert a Cassini-Soldner location to (ellipsoidal) geodetic lat- and
longitude. |
|
|
|
reverse4(self,
easting,
northing,
**name)
Convert a Cassini-Soldner location to (ellipsoidal) geodetic lat- and
longitude. |
|
|
|
toLatLon(self,
easting,
northing,
LatLon=None,
**name_LatLon_kwds)
Convert a Cassini-Soldner location to (ellipsoidal) geodetic lat- and
longitude. |
|
|
|
toRepr(self,
prec=6,
**unused)
Return a string representation of this projection. |
|
|
|
toStr(self,
prec=6,
sep=' ',
**unused)
Return a string representation of this projection. |
|
|
Inherited from named._NamedBase :
__repr__ ,
__str__ ,
others
Inherited from named._Named :
__format__ ,
__imatmul__ ,
__matmul__ ,
__rmatmul__ ,
attrs ,
classof ,
copy ,
dup ,
methodname ,
rename ,
renamed ,
toStr2
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__subclasshook__
|
|
datum
Get the datum (Datum).
|
|
equatoradius
Get the ellipsoid's equatorial radius, semi-axis
(meter ).
|
|
a
Get the ellipsoid's equatorial radius, semi-axis
(meter ).
|
|
flattening
Get the ellipsoid's flattening (scalar ).
|
|
f
Get the ellipsoid's flattening (scalar ).
|
|
geodesic
Get this projection's wrapped geodesic.Geodesic, provided Karney's geographiclib package is installed, otherwise an
exact GeodesicExact instance.
|
|
isExact
Return True if this projection's geodesic is GeodesicExact.
|
|
lat0
Get the center latitude (degrees90 ).
|
|
latlon0
Get the center lat- and longitude (LatLon2Tuple(lat, lon) ) in
(degrees90 , (degrees180 ).
|
|
lon0
Get the center longitude (degrees180 ).
|
|
majoradius
DEPRECATED, use property equatoradius .
|
Inherited from named._Named :
classname ,
classnaming ,
iteration ,
name ,
named ,
named2 ,
named3 ,
named4 ,
sizeof
Inherited from object :
__class__
|