📄 dgmcoordsystem.h
字号:
#if !defined(AFX_DGMCOORDSYSTEM_H__FDEC359C_D0F3_48D6_BC4D_279E146BE54F__INCLUDED_)
#define AFX_DGMCOORDSYSTEM_H__FDEC359C_D0F3_48D6_BC4D_279E146BE54F__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
// NOTE: Do not modify the contents of this file. If this class is regenerated by
// Microsoft Visual C++, your modifications will be overwritten.
// Dispatch interfaces referenced by this interface
class CRefSpaceMgr;
/////////////////////////////////////////////////////////////////////////////
// CDGMCoordSystem wrapper class
class CDGMCoordSystem : public COleDispatchDriver
{
public:
CDGMCoordSystem() {} // Calls COleDispatchDriver default constructor
CDGMCoordSystem(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
CDGMCoordSystem(const CDGMCoordSystem& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
// Attributes
public:
// Operations
public:
CRefSpaceMgr GetRefSpaceMgr();
void SetBaseStorageType(long nNewValue);
long GetBaseStorageType();
void SetLonNormStorageOpt(long nNewValue);
long GetLonNormStorageOpt();
void SetApproxVertDataCenterAsHeightVal(double newValue);
double GetApproxVertDataCenterAsHeightVal();
double GetStorageToProjectionScale();
double GetStorageToPaperScale();
// method 'SetStorageToCompMatrix' not emitted because of invalid return type or parameter type
// method 'GetStorageToCompMatrix' not emitted because of invalid return type or parameter type
void SetGuid(const VARIANT& newValue);
VARIANT GetGuid();
void SetGUIDType(long nNewValue);
long GetGUIDType();
void SetHorizResByGroundDistVal(double MagnitudeVal, LPCTSTR UnitStr);
void GetHorizResByGroundDistVal(double* MagnitudeVal, BSTR* UnitStr);
void SetHorizResByAngAlongGroundVal(double MagnitudeVal, LPCTSTR UnitStr);
void GetHorizResByAngAlongGroundVal(double* MagnitudeVal, BSTR* UnitStr);
void SetHorizResByPaperDistVal(double MagnitudeVal, LPCTSTR UnitStr);
void GetHorizResByPaperDistVal(double* MagnitudeVal, BSTR* UnitStr);
void SetVertResByHeightVal(double MagnitudeVal, LPCTSTR UnitStr);
void GetVertResByHeightVal(double* MagnitudeVal, BSTR* UnitStr);
void SetVertResByPaperHeightVal(double MagnitudeVal, LPCTSTR UnitStr);
void GetVertResByPaperHeightVal(double* MagnitudeVal, BSTR* UnitStr);
void SetApproxHorizDataCenterAsGeogPntVal(double Longitude, double Latitude);
void GetApproxHorizDataCenterAsGeogPntVal(double* Longitude, double* Latitude);
void SetApproxHorizDataCenterAsProjPntVal(double ProjectionX, double ProjectionY);
void GetApproxHorizDataCenterAsProjPntVal(double* ProjectionX, double* ProjectionY);
void SetApproxHorizDataCenterAsGeocPntVal(double GeocentricX, double GeocentricY, double GeocentricZ);
void GetApproxHorizDataCenterAsGeocPntVal(double* GeocentricX, double* GeocentricY, double* GeocentricZ);
void SetApproxHorizDataCenterAsPaperPntVal(double PaperX, double PaperY);
void GetApproxHorizDataCenterAsPaperPntVal(double* PaperX, double* PaperY);
// method 'TransformPoints' not emitted because of invalid return type or parameter type
void TransformPoint(long InputPointType, long InputSpaceID, long OutputPointType, long OutputSpaceID, double* X, double* Y, double* Z);
// method 'LoadFromGCoordSystemTableRowFormat' not emitted because of invalid return type or parameter type
// method 'FormatGCoordSystemTableRow' not emitted because of invalid return type or parameter type
void IsEssentiallyIdentical(LPDISPATCH CoordSystem, BOOL* IsEssentiallyIdentical);
void Clone(LPDISPATCH* CoordSystemClone);
void CopyTo(LPDISPATCH CoordSystemDest);
void GetStorageMeridianConvergence(double Longitude, double Latitude, double Height, double* StorageMeridianConvergence);
void IsTransformationValid(long InputPointType, long InputSpaceID, long OutputPointType, long OutputSpaceID, BOOL* IsValid);
void ChangeGUID();
void SaveToFile(LPCTSTR FileName);
void LoadFromFile(LPCTSTR FileName);
void SetName(LPCTSTR lpszNewValue);
CString GetName();
void SetDescription(LPCTSTR lpszNewValue);
CString GetDescription();
void IsExactlyIdentical(LPDISPATCH CoordSystem, BOOL* IsExactlyIdentical);
void LoadFromMGEFileSecondaryCoordSystem(LPCTSTR FileName);
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DGMCOORDSYSTEM_H__FDEC359C_D0F3_48D6_BC4D_279E146BE54F__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -