|
__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 :
__imatmul__ ,
__matmul__ ,
__rmatmul__ ,
attrs ,
classof ,
copy ,
dup ,
methodname ,
rename ,
renamed ,
toStr2
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__subclasshook__
|