Unit 'GIS_SysUtils' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_gaiagis]

TPointStore

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: GIS_SysUtils.pas line 291

type TPointStore = class(TEarthRoot)

protected

  FPoints: DynArray;

  

  FPoint3DArray: DynArray;

  

  function Get3D();

  

  function GetLL();

  

  function GetDD();

  

  procedure PutDD();

  

  procedure PutLL();

  

  procedure SetCount();

  

  function GetCount;

  

  function GetHeightFlag;

  

  procedure SetHeightFlag();

  

public

  Flags: TPointStoreFlagsSet;

  

  destructor Destroy; override;

  

  procedure Assign(); override;

  

  function ObjectInstanceSize;

  

  procedure Insert();

  

  procedure Delete();

  

  procedure Clear;

  

  function Add();

  

  function PointStoreMER;

  

  function Clone;

  

  procedure Move();

  

  function PointInPolygon();

  

  function PointOnPolyline();

  

  function Centroid;

  

  procedure Translate();

  

  procedure Refresh;

  

  function Point3DArray();

  

  property AsDD []: TPointDD; [rw]

  

  property AsLL []: TPointLL; default; [rw]

  

  property As3D []: TPoint3D; [r]

  

published

  property Count: Integer; [rw]

  

  property StoreHeight: Boolean; [rw]

  

end;

Inheritance

TPointStore

  

|

TEarthRoot

  

|

TObject



CT Web help

CodeTyphon Studio