Class TObsLocation

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TObsLocation = class(TObject)

Description

Hierarchy

Overview

Fields

Strict Private FLocation: TPoint3d;

Methods

Private function GetCenter2D: TPoint2D;
Private procedure SetCenter2D(const Value: TPoint2D);

Properties

Public property X: double read FLocation.x write FLocation.x;
Public property Y: double read FLocation.y write FLocation.y;
Public property Z: double read FLocation.Z write FLocation.Z;
Public property Location: TPoint3d read FLocation write FLocation;
Public property Center2D: TPoint2D read GetCenter2D write SetCenter2D;

Description

Fields

Strict Private FLocation: TPoint3d;
 

Methods

Private function GetCenter2D: TPoint2D;
 
Private procedure SetCenter2D(const Value: TPoint2D);
 

Properties

Public property X: double read FLocation.x write FLocation.x;
 
Public property Y: double read FLocation.y write FLocation.y;
 
Public property Z: double read FLocation.Z write FLocation.Z;
 
Public property Location: TPoint3d read FLocation write FLocation;
 
Public property Center2D: TPoint2D read GetCenter2D write SetCenter2D;
 

Generated by PasDoc 0.12.1 on 2013-05-13 15:42:05