Class TGeoLocationNode
Unit
X3DNodes
Declaration
type TGeoLocationNode = class(TAbstractGroupingNode)
Description
No description available, ancestor TAbstractGroupingNode description follows
Base node that contains children nodes.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
procedure CreateNode; override; |
|
|
class function ClassX3DType: string; override; |
|
|
procedure SetGeoSystem(const Value: array of string); overload; |
|
Properties
|
property FdGeoCoords: TSFVec3d read FFdGeoCoords; |
Internal wrapper for property GeoCoords. This wrapper API may change, we advise to access simpler GeoCoords instead.
|
|
property GeoCoords: TVector3Double read GetGeoCoords write SetGeoCoords; |
|
|
property FdGeoOrigin: TSFNode read FFdGeoOrigin; |
Internal wrapper for property GeoOrigin. This wrapper API may change, we advise to access simpler GeoOrigin instead.
|
|
property GeoOrigin: TGeoOriginNode read GetGeoOrigin write SetGeoOrigin; |
|
|
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.