|
|
|
AddEdge(self,
azi,
s)
Add another polygon edge. |
|
|
|
AddPoint(self,
lat,
lon)
Add another polygon point. |
|
|
|
Compute(self,
reverse=False,
sign=True)
Compute the accumulated perimeter and area. |
|
|
|
Reset(self)
Reset this polygon to empty. |
|
|
|
Clear(self)
Reset this polygon to empty. |
|
|
|
TestEdge(self,
azi,
s,
reverse=False,
sign=True)
Compute the properties for a tentative, additional edge |
|
|
|
TestPoint(self,
lat,
lon,
reverse=False,
sign=True)
Compute the properties for a tentative, additional vertex |
|
|
|
toStr(self,
prec=6,
sep=', ',
**unused)
Return this GeodesicExactArea as string. |
|
|
Inherited from named._NamedBase :
__repr__ ,
__str__ ,
others ,
toRepr
Inherited from named._Named :
__format__ ,
__imatmul__ ,
__matmul__ ,
__rmatmul__ ,
attrs ,
classof ,
copy ,
dup ,
methodname ,
rename ,
renamed ,
toStr2
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__subclasshook__
|
|
area0x
Get the ellipsoid's surface area (meter squared),
more accurate for very oblate ellipsoids.
|
|
area0
Get the ellipsoid's surface area (meter squared),
more accurate for very oblate ellipsoids.
|
|
ellipsoid
Get this area's ellipsoid (Ellipsoid[2] ).
|
|
geodesic
Get this area's geodesic object (Geodesic[Exact] ).
|
|
earth
Get this area's geodesic object (Geodesic[Exact] ).
|
|
lat0
Get the first point's latitude (degrees ).
|
|
lat1
Get the most recent point's latitude (degrees ).
|
|
lon0
Get the first point's longitude (degrees ).
|
|
lon1
Get the most recent point's longitude (degrees ).
|
|
num
Get the current number of points (int ).
|
|
polyline
Is this perimeter only (bool ), area NAN?
|
|
verbose
Get the verbose option (bool ).
|
Inherited from named._Named :
classname ,
classnaming ,
iteration ,
name ,
named ,
named2 ,
named3 ,
named4 ,
sizeof
Inherited from object :
__class__
|