|
|
|
__contains__(self,
point)
Is the point in one of the clips? |
|
|
|
__eq__(self,
other)
Is this composite equivalent to an other ,
i.e. |
|
|
|
__iter__(self)
Yield all points, duplicates and intersections. |
|
|
|
__ne__(self,
other)
See method __eq__ . |
|
|
|
__len__(self)
Return the total number of points. |
|
|
|
__repr__(self)
String repr of this composite. |
|
|
|
__str__(self)
String str of this composite. |
|
|
|
clipids(self)
Return a tuple with all clipid s, ordered. |
|
|
|
isequalTo(self,
other,
eps=None)
Is this boolean/composite equal to an other
within a given, non-negative tolerance? |
|
|
|
toLatLon(self,
LatLon=None,
closed=False,
**LatLon_kwds)
Yield all (non-duplicate) points and intersections as an instance of
LatLon . |
|
|
Inherited from named._Named :
__format__ ,
__imatmul__ ,
__matmul__ ,
__rmatmul__ ,
attrs ,
classof ,
copy ,
dup ,
methodname ,
rename ,
renamed ,
toRepr ,
toStr ,
toStr2
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__subclasshook__
|