Package pygeodesy :: Module booleans :: Class _CompositeFHP
[frames] | no frames]

Class _CompositeFHP

  object --+        
           |        
named._Named --+    
               |    
  _CompositeBase --+
                   |
                  _CompositeFHP
Known Subclasses:

(INTERNAL) A list of _Clips representing a composite polygon of LatLonFHP points and mutual intersections.

Instance Methods
 
__init__(self, lls, raiser=False, **name_kind_eps)
New BooleanFHP.

Inherited from _CompositeBase: __contains__, __iter__, __len__, __repr__, __str__, clipids

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

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

Properties

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

Inherited from object: __class__

Method Details

__init__ (self, lls, raiser=False, **name_kind_eps)
(Constructor)

 

New BooleanFHP.

Arguments:
  • lls - The polygon points (iterable of 2 or more LatLons, LatLonFHPs or ClipFHP4Tuples).
  • raiser - If True throw ClipError exceptions for errors.
  • name_kind_eps - Optional name=NN (str) and/or optional kind='corners' of lls points (str) and eps=EPS tolerance for duplicate removal (str).
Overrides: object.__init__