Class TGeoLODNode

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TGeoLODNode = class(TAbstractGroupingNode, IAbstractBoundedObject)

Description

no description available, TAbstractGroupingNode description follows

Base node that may contain children nodes. Note that this descends from TAbstractChildNode, so it can be inserted as child of another grouping node. So, you can create a hierarchy of nodes with any depth.

Hierarchy

Overview

Methods

Public procedure CreateNode; override;
Public class function ClassX3DType: string; override;
Public class function URNMatching(const URN: string): boolean; override;

Properties

Public property EventChildren: TMFNodeEvent read FEventChildren;
Public property EventLevel_changed: TSFInt32Event read FEventLevel_changed;
Public property FdCenter: TSFVec3d read FFdCenter;
Public property FdChild1Url: TMFString read FFdChild1Url;
Public property FdChild2Url: TMFString read FFdChild2Url;
Public property FdChild3Url: TMFString read FFdChild3Url;
Public property FdChild4Url: TMFString read FFdChild4Url;
Public property FdGeoOrigin: TSFNode read FFdGeoOrigin;
Public property FdGeoSystem: TMFString read FFdGeoSystem;
Public property FdRange: TSFFloat read FFdRange;
Public property FdRootUrl: TMFString read FFdRootUrl;
Public property FdRootNode: TMFNode read FFdRootNode;
Public property FdBboxCenter: TSFVec3f read FFdBboxCenter;
Public property FdBboxSize: TSFVec3f read FFdBboxSize;
Public property Center: TVector3Double read GetCenter write SetCenter;
Public property GeoOrigin: TGeoOriginNode read GetGeoOrigin write SetGeoOrigin;
Public property Range: Single read GetRange write SetRange;
Public property BboxCenter: TVector3Single read GetBboxCenter write SetBboxCenter;
Public property BboxSize: TVector3Single read GetBboxSize write SetBboxSize;

Description

Methods

Public procedure CreateNode; override;
 
Public class function ClassX3DType: string; override;
 
Public class function URNMatching(const URN: string): boolean; override;
 

Properties

Public property EventChildren: TMFNodeEvent read FEventChildren;
 
Public property EventLevel_changed: TSFInt32Event read FEventLevel_changed;
 
Public property FdCenter: TSFVec3d read FFdCenter;
 
Public property FdChild1Url: TMFString read FFdChild1Url;
 
Public property FdChild2Url: TMFString read FFdChild2Url;
 
Public property FdChild3Url: TMFString read FFdChild3Url;
 
Public property FdChild4Url: TMFString read FFdChild4Url;
 
Public property FdGeoOrigin: TSFNode read FFdGeoOrigin;
 
Public property FdGeoSystem: TMFString read FFdGeoSystem;
 
Public property FdRange: TSFFloat read FFdRange;
 
Public property FdRootUrl: TMFString read FFdRootUrl;
 
Public property FdRootNode: TMFNode read FFdRootNode;
 
Public property FdBboxCenter: TSFVec3f read FFdBboxCenter;
 
Public property FdBboxSize: TSFVec3f read FFdBboxSize;
 
Public property Center: TVector3Double read GetCenter write SetCenter;
 
Public property GeoOrigin: TGeoOriginNode read GetGeoOrigin write SetGeoOrigin;
 
Public property Range: Single read GetRange write SetRange;
 
Public property BboxCenter: TVector3Single read GetBboxCenter write SetBboxCenter;
 
Public property BboxSize: TVector3Single read GetBboxSize write SetBboxSize;
 

Generated by PasDoc 0.14.0.