DK11 for Java | tatukgis.jdk.TGIS_ShapePolygon.PartLengthCS | Constructors | Fields | Methods | Properties
Calculate the length of a shape part.
Available also on: Delphi | .NET.
Overrides TGIS_Shape.PartLengthCS.
// Java public double PartLengthCS( int _part );
// Oxygene public function PartLengthCS( _part : Integer ) : Double; override;
Name | Type | Description |
---|---|---|
_part | int Integer | number of the part closest to a given point |
Type | Description |
---|---|
double Double | Part length in meters (or -1 if map units if CS is not defined). |