Package pygeodesy :: Module karney :: Class _CapsBase
[frames] | no frames]

Class _CapsBase

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

(INTERNAL) Base class for [_]Geodesic*Exact.

Instance Methods
 
caps_(self, caps)
Check the available capabilities.

Inherited from named._NamedBase: __repr__, __str__, others, toRepr, toStr

Inherited from named._Named: __imatmul__, __matmul__, __rmatmul__, attrs, classof, copy, dup, methodname, rename, toStr2

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

Class Variables
  ALL = 32640
  AREA = 16384
  AZIMUTH = 512
  DISTANCE = 1024
  DISTANCE_IN = 2048
  EMPTY = 0
hash(x)
  GEODESICSCALE = 8192
  LATITUDE = 128
  LINE_OFF = 32768
  LONGITUDE = 256
  LONG_UNROLL = 65536
  REDUCEDLENGTH = 4096
  STANDARD = 3968
Properties
  caps
Get the capabilities (bit-or'ed Caps).
  debug
Get the debug option (bool).

Inherited from named._Named: classname, classnaming, iteration, name, named, named2, named3, named4, sizeof

Inherited from object: __class__

Method Details

caps_ (self, caps)

 

Check the available capabilities.

Arguments:
  • caps - Bit-or'ed combination of Caps values for all capabilities to be checked.
Returns:
True if all caps are available, False otherwise (bool).

Property Details

caps

Get the capabilities (bit-or'ed Caps).

Get method:
caps(self) - Get the capabilities (bit-or'ed Caps).
Set method:
_fset_error(inst, val) - Throws an AttributeError, always.
Delete Method:
_fdel(inst) - Zap the cached/memoized property value.

debug

Get the debug option (bool).

Get method:
debug(self) - Get the debug option (bool).
Set method:
debug(self, debug) - Set the debug option (bool) to include more details in GDict results.