Class TGeoLocationNode
Unit
X3DNodes
Declaration
type TGeoLocationNode = class(TAbstractX3DGroupingNode)
Description
No description available, ancestor TAbstractX3DGroupingNode description follows
Base node that contains children nodes, in X3D and VRML 2.0.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
|
 |
class function ClassX3DType: string; override; |
|
 |
class function URNMatching(const URN: string): boolean; override; |
|
 |
procedure SetGeoSystem(const Value: array of string); |
|
Properties
 |
property FdGeoCoords: TSFVec3d read FFdGeoCoords; |
|
 |
property FdGeoOrigin: TSFNode read FFdGeoOrigin; |
|
 |
property FdGeoSystem: TMFString read FFdGeoSystem; |
|
 |
property GeoCoords: TVector3Double read GetGeoCoords write SetGeoCoords; |
|
 |
property GeoOrigin: TGeoOriginNode read GetGeoOrigin write SetGeoOrigin; |
|
Generated by PasDoc 0.15.0.
|