Package pygeodesy :: Module utmupsBase :: Class UtmUpsBase
[frames] | no frames]

Class UtmUpsBase

  object --+        
           |        
named._Named --+    
               |    
named._NamedBase --+
                   |
                  UtmUpsBase
Known Subclasses:

Base class for Utm and Ups coordinates.

Instance Methods
 
__repr__(self)
str(x)
 
__str__(self)
str(x)
 
to2en(self, falsed=True)
Return easting and northing, falsed or unfalsed.
 
toEpsg(self)
Determine the EPSG (European Petroleum Survey Group) code.

Inherited from named._NamedBase: others, toStr, toStr2

Inherited from named._Named: __copy__, classof, copy

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __subclasshook__

Properties
  convergence
Get the meridian convergence (degrees) or None.
  datum
Get the datum (Datum).
  easting
Get the easting (meter).
  falsed
Get easting and northing falsed (bool).
  falsed2
(INTERNAL) Must be overloaded.
  hemisphere
Get the hemisphere (str, 'N'|'S').
  northing
Get the northing (meter).
  scale
Get the grid scale (float) or None.
  scale0
Get the central scale factor (float).

Inherited from named._Named: classname, classnaming, name, named, named2

Inherited from object: __class__

Method Details

__repr__(self)
(Representation operator)

 

str(x)

Overrides: object.__repr__
(inherited documentation)

__str__(self)
(Informal representation operator)

 

str(x)

Overrides: object.__str__
(inherited documentation)

to2en(self, falsed=True)

 

Return easting and northing, falsed or unfalsed.

Parameters:
  • falsed - Return easting and northing falsed (bool), otherwise unfalsed.
Returns:
An EasNor2Tuple(easting, northing).

toEpsg(self)

 

Determine the EPSG (European Petroleum Survey Group) code.

Returns:
EPSG code (int).
Raises:

Property Details

convergence

Get the meridian convergence (degrees) or None.

Get Method:
convergence(self) - Get the meridian convergence (degrees) or None.
Set Method:
Read_Only(self, ignored) - Throws an AttributeError, always.

datum

Get the datum (Datum).

Get Method:
datum(self) - Get the datum (Datum).
Set Method:
Read_Only(self, ignored) - Throws an AttributeError, always.

easting

Get the easting (meter).

Get Method:
easting(self) - Get the easting (meter).
Set Method:
Read_Only(self, ignored) - Throws an AttributeError, always.

falsed

Get easting and northing falsed (bool).

Get Method:
falsed(self) - Get easting and northing falsed (bool).
Set Method:
Read_Only(self, ignored) - Throws an AttributeError, always.

falsed2

(INTERNAL) Must be overloaded.

Get Method:
falsed2(self) - (INTERNAL) Must be overloaded.
Set Method:
Read_Only(self, ignored) - Throws an AttributeError, always.

hemisphere

Get the hemisphere (str, 'N'|'S').

Get Method:
hemisphere(self) - Get the hemisphere (str, 'N'|'S').
Set Method:
Read_Only(self, ignored) - Throws an AttributeError, always.

northing

Get the northing (meter).

Get Method:
northing(self) - Get the northing (meter).
Set Method:
Read_Only(self, ignored) - Throws an AttributeError, always.

scale

Get the grid scale (float) or None.

Get Method:
scale(self) - Get the grid scale (float) or None.
Set Method:
Read_Only(self, ignored) - Throws an AttributeError, always.

scale0

Get the central scale factor (float).

Get Method:
scale0(self) - Get the central scale factor (float).
Set Method:
Read_Only(self, ignored) - Throws an AttributeError, always.