Home | Trees | Indices | Help |
|
---|
|
object --+ | tuple --+ | object --+ | | | named._Named --+ | named._NamedTuple --+ | Trilaterate5Tuple
5-Tuple (min, minPoint, max, maxPoint, n)
with
min
and max
in meter
, the
corresponding trilaterated minPoint
and
maxPoint
as LatLon
and the number
n
. For area overlap, min
and max
are the smallest respectively largest overlap found. For perimeter
intersection, min
and max
represent the closest
respectively farthest intersection margin. Count n
is the
total number of trilaterated overlaps or intersections found, 0, 1,
2...6
with 0
meaning concentric.
See Also:
The ellipsoidalKarney-
,
ellipsoidalVincenty-
and
sphericalTrigonometry.LatLon.trilaterate5
method for
further details on corner cases, like concentric or single
trilaterated results.
Instance Methods | |
Inherited from Inherited from Inherited from Inherited from |
Static Methods | |
Inherited from |
Class Variables | |
_Names_ =
Tuple specifying the name of each
Named-Tuple item.
|
|
_Units_ = Meter, _Pass, Meter, _Pass, Number_ Tuple defining the units of the value of each
Named-Tuple item.
|
Properties | |
Inherited from Inherited from Inherited from |
Class Variable Details |
_Names_Tuple specifying the Note: Specify at least 2 item names.
|
_Units_Tuple defining the Note:
The
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Oct 12 20:50:02 2020 | http://epydoc.sourceforge.net |