Class TGeoCoordinateNode
Unit
X3DNodes
Declaration
type TGeoCoordinateNode = class(TAbstractCoordinateNode)
Description
No description available, ancestor 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; |
|
 |
procedure SetGeoSystem(const Value: array of string); |
|
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.15.0.
|