Unit 'GIS_EarthObjPointsGenerators' Package
[Overview][Types][Classes][Index] [#pl_gaiagis]

TBasePointsGenerator

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

Declaration

Source position: GIS_EarthObjPointsGenerators.pas line 34

type TBasePointsGenerator = class(TEarthRoot)

protected

  procedure FindVariables();

  

  procedure SetMaxShapeSizeX();

  

  procedure SetMaxShapeSizeY();

  

  procedure SetShapeSizeX();

  

  procedure SetShapeSizeY();

  

public

  constructor Create; virtual;

  

  destructor Destroy; override;

  

  procedure Execute();

  

  procedure BuildShape; virtual;

  

  procedure AddPoint();

  

  function GetPoint();

  

published

  property ShapeUnit: TEarthUnitTypes; [rw]

  

  property MaxShapeSizeX: Double; [rw]

  

  property MaxShapeSizeY: Double; [rw]

  

  property ShapeSizeX: Double; [rw]

  

  property ShapeSizeY: Double; [rw]

  

end;

Inheritance

TBasePointsGenerator

  

|

TEarthRoot

  

|

TObject



CT Web help

CodeTyphon Studio