DK11 for Java | tatukgis.jdk.TGIS_Shape.PartLength | Constructors | Fields | Methods | Properties
Calculate the length of a shape part.
// Java public double PartLength( int _part );
// Oxygene public function PartLength( _part : Integer ) : Double; virtual;
Name | Type | Description |
---|---|---|
_part | int Integer | number of the part closest to a given point |
Type | Description |
---|---|
double Double | Part length in map units. |