CFx SDK Documentation 2026 SP0
Loading...
Searching...
No Matches
OdGeodeticTransformationAnalytical.h
Go to the documentation of this file.
1
2// Copyright (C) 2002-2024, Open Design Alliance (the "Alliance").
3// All rights reserved.
4//
5// This software and its documentation and related materials are owned by
6// the Alliance. The software may only be incorporated into application
7// programs owned by members of the Alliance, subject to a signed
8// Membership Agreement and Supplemental Software License Agreement with the
9// Alliance. The structure and organization of this software are the valuable
10// trade secrets of the Alliance and its suppliers. The software is also
11// protected by copyright law and international treaty provisions. Application
12// programs incorporating this software must include the following statement
13// with their copyright notices:
14//
15// This application incorporates Open Design Alliance software pursuant to a license
16// agreement with Open Design Alliance.
17// Open Design Alliance Copyright (C) 2002-2024 by Open Design Alliance.
18// All rights reserved.
19//
20// By use of this software, its documentation or related materials, you
21// acknowledge and accept the above terms.
23#ifndef _ODSPATIALREFERENCE_ODGEODETICTRANSFORMATIONANALYTICAL_INCLUDED_
24#define _ODSPATIALREFERENCE_ODGEODETICTRANSFORMATIONANALYTICAL_INCLUDED_
25
27
28namespace OdSpatialReference
29{
30 class OdGeodeticTransformationAnalyticalImpl;
31
38 {
40 public:
47
53 void setMethodCode(OdInt16 nMethodCode);
54
60 double getDeltaX() const;
61
67 void setDeltaX(double dValue);
68
74 double getDeltaY() const;
75
81 void setDeltaY(double dValue);
82
88 double getDeltaZ() const;
89
95 void setDeltaZ(double dValue);
96
102 double getRotateX() const;
103
109 void setRotateX(double dValue);
110
116 double getRotateY() const;
117
123 void setRotateY(double dValue);
124
130 double getRotateZ() const;
131
137 void setRotateZ(double dValue);
138
144 double getScale() const;
145
151 void setScale(double dValue);
152
158 double getTranslateX() const;
159
165 void setTranslateX(double dValue);
166
172 double getTranslateY() const;
173
179 void setTranslateY(double dValue);
180
186 double getTranslateZ() const;
187
193 void setTranslateZ(double dValue);
194 };
195
200}
201
202#endif //_ODSPATIALREFERENCE_ODGEODETICTRANSFORMATIONANALYTICAL_INCLUDED_
short OdInt16
#define ODSPREF_RX_DECLARE_MEMBERS(ClassName)
#define TD_SPATIALREFERENCE_API
OdSmartPtr< OdGeodeticTransformationAnalytical > OdGeodeticTransformationAnalyticalPtr