|
__init__(self,
lat0,
lon0,
datum=Datum(name='WGS84', ellipsoid=Ellipsoids.WGS84, transform=Tran... ,
name='
' )
New CassiniSoldner projection. |
|
|
|
copy(self)
Copy this Cassini-Soldner projection. |
|
|
|
forward(self,
lat,
lon)
Convert an (ellipsoidal) geodetic location Cassini-Soldner easting
and northing. |
|
|
|
forward4(self,
lat,
lon)
Convert an (ellipsoidal) geodetic location Cassini-Soldner easting
and northing. |
|
|
|
reset(self,
lat0,
lon0)
Set the center point of this projection. |
|
|
|
reverse(self,
easting,
northing,
LatLon=None)
Convert a Cassini-Soldner location to (ellipsoidal) geodetic lat- and
longitude. |
|
|
|
toLatLon(self,
easting,
northing,
LatLon=None)
Convert a Cassini-Soldner location to (ellipsoidal) geodetic lat- and
longitude. |
|
|
|
reverse4(self,
easting,
northing)
Convert a Cassini-Soldner location to (ellipsoidal) geodetic lat- and
longitude. |
|
|
|
toStr(self,
prec=6,
sep=' ' )
Return a string representation of this projection. |
|
|
|
toStr2(self,
prec=6)
Return a string representation of this projection. |
|
|
Inherited from bases._Based :
__repr__ ,
__str__ ,
classof ,
others
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__subclasshook__
|