User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_shape.partlengthcs_integer

Table of Contents

TGIS_Shape.PartLengthCS method

DK for Java | tatukgis.jdk.TGIS_Shape.PartLengthCS | Constructors | Fields | Methods | Properties

Calculate the length of a shape part.

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

Syntax

// Java
public double PartLengthCS(
  int _part
);
// Oxygene
public
  function PartLengthCS(
    _part : Integer
  ) : Double; virtual;

Parameters

Name Type Description
_part int
Integer
number of the part closest to a given point

Result

Type Description
double
Double
Part length in meters (or -1 if map units if CS is not defined).

Remarks

For polygons function returns length of the perimeter.

2025/01/31 01:18

Page Tools