DK11 for Java | tatukgis.jdk.TGIS_Shape.DistanceCS | Constructors | Fields | Methods | Properties
Calculate WGS84 distance between a point and the shape.
// Java public double DistanceCS( TGIS_Point _ptg, double _prec );
// Oxygene public function DistanceCS( _ptg : TGIS_Point; _prec : Double ) : Double; virtual;
Name | Type | Description |
---|---|---|
_ptg | TGIS_Point | reference point |
_prec | double Double | precision /not longer distance than/; point inside the polygon is always not greater then _prec; if _prec less than 0, then being outside/inside polygon means the same; |
Type | Description |
---|---|
double Double | Distance between shapes in meters (if CS of layers are known). |