Class TGeoCoordinateNode
Unit
X3DNodes
Declaration
type TGeoCoordinateNode = class(TAbstractCoordinateNode)
Description
no description available, TAbstractCoordinateNode description follows
Base node type for all coordinate node types.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
|
|
 |
class function ClassX3DType: string; override; |
|
|
 |
class function URNMatching(const URN: string): boolean; override; |
|
|
 |
function CoordCount: Cardinal; override; |
|
|
Properties
 |
property FdPoint: TMFVec3d read FFdPoint; |
|
|
 |
property FdGeoOrigin: TSFNode read FFdGeoOrigin; |
|
|
 |
property FdGeoSystem: TMFString read FFdGeoSystem; |
|
|
 |
property GeoOrigin: TGeoOriginNode read GetGeoOrigin write SetGeoOrigin; |
|
|
Generated by PasDoc 0.14.0.
|