Class TGeoLocationNode

Unit

Declaration

type TGeoLocationNode = class(TAbstractGroupingNode)

Description

No description available, ancestor TAbstractGroupingNode description follows

Base node that contains children nodes.

Hierarchy

Overview

Methods

Public procedure CreateNode; override;
Public class function ClassX3DType: string; override;
Public procedure SetGeoSystem(const Value: array of string); overload;
Public procedure SetGeoSystem(const Value: TCastleStringList); overload;

Properties

Public property FdGeoCoords: TSFVec3d read FFdGeoCoords;
Public property GeoCoords: TVector3Double read GetGeoCoords write SetGeoCoords;
Public property FdGeoOrigin: TSFNode read FFdGeoOrigin;
Public property GeoOrigin: TGeoOriginNode read GetGeoOrigin write SetGeoOrigin;
Public property FdGeoSystem: TMFString read FFdGeoSystem;

Description

Methods

Public procedure CreateNode; override;
 
Public class function ClassX3DType: string; override;
 
Public procedure SetGeoSystem(const Value: array of string); overload;
 
Public procedure SetGeoSystem(const Value: TCastleStringList); overload;
 

Properties

Public property FdGeoCoords: TSFVec3d read FFdGeoCoords;

Internal wrapper for property GeoCoords. This wrapper API may change, we advise to access simpler GeoCoords instead.

Public property GeoCoords: TVector3Double read GetGeoCoords write SetGeoCoords;
 
Public property FdGeoOrigin: TSFNode read FFdGeoOrigin;

Internal wrapper for property GeoOrigin. This wrapper API may change, we advise to access simpler GeoOrigin instead.

Public property GeoOrigin: TGeoOriginNode read GetGeoOrigin write SetGeoOrigin;
 
Public property FdGeoSystem: TMFString read FFdGeoSystem;

Internal wrapper for property GeoSystem. This wrapper API may change, we advise to access simpler GeoSystem instead.


Generated by PasDoc 0.16.0.