User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_shape.distance2shape_tgis_shape

Table of Contents

TGIS_Shape.Distance2Shape method

DK11 for .NET | TatukGIS.NDK.TGIS_Shape.Distance2Shape | Constructors | Fields | Methods | Properties

Calculate planar distance between two shapes.

Available also on: Delphi | Java | ActiveX | Python.

Syntax

// C#
public virtual double Distance2Shape(
  TGIS_Shape _shp
);
' VisualBasic
Public Overridable Function Distance2Shape(
  ByVal _shp As TGIS_Shape
) As Double
// Oxygene
public
  function Distance2Shape(
    _shp : TGIS_Shape
  ) : Double; virtual;

Parameters

Name Type Description
_shp TGIS_Shape reference shape

Result

Type Description
double
Double
Distance in map units.
2022/11/16 01:35

Page Tools