DK11 for Java | tatukgis.jdk.TGIS_Shape.GetSnapPoint | Constructors | Fields | Methods | Properties
Retrieving a snap point.
// Java public TGIS_Point GetSnapPoint( TGIS_Point _ptg, double _prec, /* ref */ @ValueTypeParameter VarParameter<double> _dist );
// Oxygene public function GetSnapPoint( _ptg : TGIS_Point; _prec : Double; var _dist : Double ) : TGIS_Point; virtual;
Name | Type | Description |
---|---|---|
_ptg | TGIS_Point | point for which we are seeking a snap point ; |
_prec | double Double | snapping precision; only points closer to _ptg then _prec can be found ; |
_dist | double Double | achieved precision |
Type | Description |
---|---|
TGIS_Point | Found snap point. If such point cannot be localized then same as _ptg. |
Snap point is the best point in the shape for which we can perform snapping.