|
__init__(self,
latlons,
closed=False,
radius=None,
wrap=True)
Handle LatLon points as pseudo-xy coordinates. |
|
|
|
|
|
|
|
|
|
__len__(self)
Return the number of pseudo-xy's. |
|
|
|
__repr__(self)
Return a string representation. |
|
|
|
|
|
__str__(self)
Return a string representation. |
|
|
integer
|
count(self,
xy)
Count the number of matching points. |
|
|
|
find(self,
xy,
*start_end)
Find the first matching point. |
|
|
|
findall(self,
xy,
*start_end)
Yield indices of all matching points. |
|
|
integer
|
index(self,
xy,
*start_end)
Find the first matching point. |
|
|
|
point(self,
ll)
Create a pseudo-xy. |
|
|
|
rfind(self,
xy,
*start_end)
Find the last matching point. |
|
|
Inherited from _Basequence :
copy ,
dup
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__
|