Unit 'gmGridMap3D' Package
[Overview][Types][Classes][Index] [#bs_engines]

TgmGridMap

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

Declaration

Source position: gmgridmap3d.pas line 53

type TgmGridMap = class(TPersistent)

protected

  procedure GetXIndexAndFraction();

  

  procedure GetYIndexAndFraction();

  

  procedure ValidateGridCell();

  

  procedure ValidateGrid;

  

public

  constructor Create; virtual;

  

  procedure SetGridSize();

  

  procedure SetArea();

  

  procedure MatchToPointlist();

  

  function ZValue();

  

  procedure NormalAndZ();

  

  procedure ProjectPoint();

  

  function LengthAlongSurface();

  

  property GridXSize: Integer; [rw]

  

  property GridYSize: Integer; [rw]

  

  property GridXSpacing []: Double; [r]

  

  property GridYSpacing []: Double; [r]

  

  property GridZValue []: Double; [rw]

  

  property InterpolationMethod: TgmInterpolationMethod; [rw]

  

  property Width: Double; [r]

  

  property Height: Double; [r]

  

end;

Inheritance

TgmGridMap

  

|

TObject



CT Web help

CodeTyphon Studio