DK11 for ActiveX | TatukGIS_XDK11.ITGIS_CSEllipsoid.Distance | Methods | Properties
Calculates distance over Great Circle
// C# public double Distance( ITGIS_Point _ptg_a, ITGIS_Point _ptg_b );
' VisualBasic Public Function Distance( ByVal _ptg_a As ITGIS_Point, ByVal _ptg_b As ITGIS_Point ) As Double
// Oxygene public function Distance( _ptg_a : ITGIS_Point; _ptg_b : ITGIS_Point ) : Double;
Name | Type | Description |
---|---|---|
_ptg_a | ITGIS_Point | start point; longitude & latitude must be expressed in radians |
_ptg_b | ITGIS_Point | end point; longitude & latitude must be expressed in radians |
Type | Description |
---|---|
double Double | Computed distance in meters. |