资源简介
激光雷达是近年来兴起的一种快速获取地物目标三维信息的主动遥感技术.其采集的离散激光点具有数据量大,信息丰富等特点.目前常用的LIDAR数据存储格式,在存储LIDAR数据时存在种种不足,且数据交换和共享困难.LAS格式是ASPRS制定的标准LIDAR数据交换格式,能较好地解决多属性离散激光点数据的存储问题,具有结构严谨,便于扩展等优点.本文在对LAS格式进行解析的基础上,针对LAS变长记录的扩展域,介绍了一些实际的应用.

代码片段和文件信息
// 3D.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “3D.h“
#include “MainFrm.h“
#include “3DDoc.h“
#include “3DView.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CMy3DApp
BEGIN_MESSAGE_MAP(CMy3DApp CWinApp)
//{{AFX_MSG_MAP(CMy3DApp)
ON_COMMAND(ID_APP_ABOUT OnAppAbout)
// NOTE - the ClassWizard will add and remove mapping macros here.
// DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG_MAP
// Standard file based document commands
ON_COMMAND(ID_FILE_NEW CWinApp::OnFileNew)
ON_COMMAND(ID_FILE_OPEN CWinApp::OnFileOpen)
// Standard print setup command
ON_COMMAND(ID_FILE_PRINT_SETUP CWinApp::OnFilePrintSetup)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CMy3DApp construction
CMy3DApp::CMy3DApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CMy3DApp object
CMy3DApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CMy3DApp initialization
BOOL CMy3DApp::InitInstance()
{
AfxEnableControlContainer();
// Standard initialization
// If you are not using these features and wish to reduce the size
// of your final executable you should remove from the following
// the specific initialization routines you do not need.
#ifdef _AFXDLL
Enable3dControls(); // Call this when using MFC in a shared DLL
#else
Enable3dControlsStatic(); // Call this when linking to MFC statically
#endif
// Change the registry key under which our settings are stored.
// TODO: You should modify this string to be something appropriate
// such as the name of your company or organization.
SetRegistryKey(_T(“Local AppWizard-Generated Applications“));
LoadStdProfileSettings(); // Load standard INI file options (including MRU)
// Register the application‘s document templates. Document templates
// serve as the connection between documents frame windows and views.
CSingleDocTemplate* pDocTemplate;
pDocTemplate = new CSingleDocTemplate(
IDR_MAINframe
RUNTIME_CLASS(CMy3DDoc)
RUNTIME_CLASS(CMainframe) // main SDI frame window
RUNTIME_CLASS(CMy3DView));
AddDocTemplate(pDocTemplate);
// Parse command line for standard shell commands DDE file open
CCommandLineInfo cmdInfo;
ParseCommandLine(cmdInfo);
// Dispatch commands specified on the command line
if (!ProcessShellCommand(cmdInfo))
return FALSE;
// The one and only window has been initialized so show and update it.
m_pMainWnd->ShowWindow(SW_SHOW);
m_pMainWnd->UpdateWindow();
return TRUE;
}
/////////////////////////////////
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 2102 2008-10-12 13:37 3D\dlg_proc.cpp
文件 3063 2008-12-16 13:51 3D\3D.clw
文件 4163 2008-04-27 19:09 3D\3D.cpp
文件 512 2008-04-27 19:09 3D\3D.dsw
文件 1322 2008-04-27 19:13 3D\3D.h
文件 394240 2008-12-16 13:52 3D\3D.ncb
文件 238 2008-12-16 13:51 3D\3D.plg
文件 923 2008-07-28 16:06 3D\3DPoint.h
文件 535 2008-11-06 10:52 3D\3DPoint.cpp
文件 16787 2008-04-27 21:30 3D\3DView.cpp
文件 3821 2008-04-27 21:30 3D\3DView.h
文件 3094 2008-06-16 17:10 3D\Dib.cpp
文件 886 2008-06-16 12:07 3D\Dib.h
文件 2120 2008-04-18 21:29 3D\DLG_Preproc.cpp
文件 1275 2008-04-18 21:29 3D\DLG_Preproc.h
文件 1251 2008-04-27 20:02 3D\dlg_proc.h
文件 4838 2008-04-26 22:35 3D\lasdefinitions.h
文件 12347 2008-04-26 22:35 3D\lasreader.cpp
文件 1605 2008-04-26 22:35 3D\lasreader.h
文件 9146 2008-04-22 09:34 3D\laswriter.cpp
文件 1619 2008-04-22 09:34 3D\laswriter.h
文件 2890 2008-04-27 19:11 3D\MainFrm.cpp
文件 1755 2008-04-27 19:13 3D\MainFrm.h
文件 4229 2008-04-27 19:05 3D\ReadMe.txt
文件 2259 2008-11-06 11:43 3D\resource.h
文件 204 2008-04-27 19:05 3D\StdAfx.cpp
文件 1054 2008-04-27 19:05 3D\StdAfx.h
文件 1309 2008-07-25 14:32 3D\dlg_Addpt.h
文件 2642 2008-07-25 14:36 3D\dlg_Addpt.cpp
文件 1456 2008-07-30 08:46 3D\dlg_ptextract.h
............此处省略52个文件信息
- 上一篇:使用JRTPLib基于RTP协议服务器与客户端传输文字的
- 下一篇:MFC图片浏览器
相关资源
- 基于mfc的多线程文件传输
- C++多线程网络编程Socket
- 计算机二级C语言上机填空,改错,编
- 串口通讯技术实现--两台pc机通过串口
- C语言进阶——嵌入式系统高级C语言编
- 国民技术SKY6610T 软硬件开发资料
- 《LINUX C编程从初学到精通》光盘源码
- 嵌入式QtC++编程课件
- 嵌入式c编程语言入门与深入.pdf58199
- C51单片机技术教程(304页)
- C语言模块化编程(我见过最好的)
- 汽车电子编程规范(Unlock-MISRA C 2012)
- windows网络编程_文件传输
- 工程库实现面向对象编程
- LabwindowsCVI 串口编程及事例.docx
- GCC与汇编保护模式编程三
- 林锐—高质量C编程
- 计算机数据采集卡编程
- visual c++高级编程及其项目应用开发源
- 高质量C++/C 编程指南
- c语言编程经典例题100例 word版
- MFC UDP编程
- MX Component V4编程手册
- c++ 编程修养(32条编程建议)
- C++设计模式pdf高清完整版
- VC编程助手2010破解版(原名VA_X_10.6.
- Linux操作系统下C语言编程从零开始
- C语言面向对象编程
- VC++编程技术600个大型项目源码.rar
- Visual C++开发大全 提高卷
评论
共有 条评论