2014年4月1日
摘要: procedure CreateShape(const _layer: TObject; const _ptg: TGIS_Point3D; const _type: TGIS_ShapeType; const _dim: TGIS_DimensionType);ParametersDescriptionconst _layer: TObjectTGIS_Layer which will own new shape const _ptg: TGIS_Point3D"starting" 3D of a new shape to be created; expected Vie 阅读全文
posted @ 2014-04-01 22:16 知真道 阅读(628) 评论(0) 推荐(0) 编辑
摘要: function GetPointOnLine(const _distance: Double; const _offset: Double; const _part: Integer): TGIS_Point; virtual; overload;Returnsfound point; if _distance Length, then point will be located after last point of the lineDescriptionCalculate a point located at _distance from the beginning and moved. 阅读全文
posted @ 2014-04-01 20:25 知真道 阅读(303) 评论(0) 推荐(0) 编辑
摘要: 方法原型:function LocateEx(const _ptg: TGIS_Point; const _prec: Double; const _uid: Integer; var _dist: Double; var _part: Integer; var _proj: TGIS_Point; const _visible: Boolean): TGIS_Shape;参数ParametersDescriptionconst_ptg:TGIS_Pointreferencepoint/searchingpoint/inalyer;ifthelayerhasbeenattachedtotheV 阅读全文
posted @ 2014-04-01 19:38 知真道 阅读(480) 评论(0) 推荐(0) 编辑