zz Web Mapping Illustrated Table of Contents

简介:

从amazon买了3本书:

Web Mapping Illustrated
PostgreSQL (2nd Edition) 
MapServer

Web Mapping Illustrated 
Using Open Source GIS Toolkits

By?a href="http://www.oreillynet.com/cs/catalog/view/au/1898">Tyler燤itchell
First Edition June 2005 
ISBN: 0-596-00865-1
367 pages, $39.95 US, $55.95 CA, £28.50 UK 

Table of Contents

 

Foreword

Preface

1. Introduction to Digital Mapping
     The Power of Digital Maps
     The Difficulties of Making Maps
     Different Kinds of Web Mapping

2. Digital Mapping Tasks and Tools
     Common Mapping Tasks
     Common Pitfalls, Deadends, and Irritations
     Identifying the Types of Tasks for a Project

3. Converting and Viewing Maps
     Raster and Vector
     OpenEV
     MapServer
     Geospatial Data Abstraction Library (GDAL)
     OGR Simple Features Library
     PostGIS
     Summary of Applications

4. Installing MapServer
     How MapServer Applications Operate
     Walkthrough of the Main Components
     Installing MapServer
     Getting Help

5. Acquiring Map Data
     Appraising Your Data Needs
     Acquiring the Data You Need

6. Analyzing Map Data
     Downloading the Demonstration Data
     Installing Data Management Tools: GDAL and FWTools
     Examining Data Content
     Summarizing Information Using Other Tools

7. Converting Map Data
     Converting Map Data
     Converting Vector Data
     Converting Raster Data to Other Formats

8. Visualizing Mapping Data in a Desktop Program
     Visualization and Mapping Programs
     Using OpenEV
     OpenEV Basics

9. Create and Edit Personal Map Data
     Planning Your Map
     Preprocessing Data Examples

10. Creating Static Maps
     MapServer Utilities
     Sample Uses of the Command-Line Utilities
     Setting Output Image Formats

11. Publishing Interactive Maps on the Web
     Preparing and Testing MapServer
     Create a Custom Application for a Particular Area
     Continuing Education

12. Accessing Maps Through Web Services
     Web Services for Mapping
     What Do Web Services for Mapping Do?
     Using MapServer with Web Services
     Reference Map Files

13. Managing a Spatial Database
     Introducing PostGIS
     What Is a Spatial Database?
     Downloading PostGIS Install Packages and Binaries
     Compiling from Source Code
     Steps for Setting Up PostGIS
     Creating a Spatial Database
     Load Data into the Database
     Spatial Data Queries
     Accessing Spatial Data from PostGIS in Other Applications

14. Custom Programming with MapServer's MapScript
     Introducing MapScript
     Getting MapScript
     MapScript Objects
     MapScript Examples
     Other Resources
     Parallel MapScript Translations

A. A Brief Introduction to Map Projections

B. MapServer Reference Guide for Vector Data Access

Index

本文转自xiaotie博客园博客,原文链接http://www.cnblogs.com/xiaotie/archive/2005/08/25/222225.html如需转载请自行联系原作者


xiaotie 集异璧实验室(GEBLAB)

相关文章
|
Java
【SpringBoot】WebMvcConfigurer实现类不被加载(o.s.web.servlet.PageNotFound : No mapping for GET)的问题解决
【SpringBoot】WebMvcConfigurer实现类不被加载(o.s.web.servlet.PageNotFound : No mapping for GET)的问题解决
1039 0
|
1月前
|
XML JSON API
ServiceStack:不仅仅是一个高性能Web API和微服务框架,更是一站式解决方案——深入解析其多协议支持及简便开发流程,带您体验前所未有的.NET开发效率革命
【10月更文挑战第9天】ServiceStack 是一个高性能的 Web API 和微服务框架,支持 JSON、XML、CSV 等多种数据格式。它简化了 .NET 应用的开发流程,提供了直观的 RESTful 服务构建方式。ServiceStack 支持高并发请求和复杂业务逻辑,安装简单,通过 NuGet 包管理器即可快速集成。示例代码展示了如何创建一个返回当前日期的简单服务,包括定义请求和响应 DTO、实现服务逻辑、配置路由和宿主。ServiceStack 还支持 WebSocket、SignalR 等实时通信协议,具备自动验证、自动过滤器等丰富功能,适合快速搭建高性能、可扩展的服务端应用。
95 3
|
13天前
|
设计模式 前端开发 数据库
Python Web开发:Django框架下的全栈开发实战
【10月更文挑战第27天】本文介绍了Django框架在Python Web开发中的应用,涵盖了Django与Flask等框架的比较、项目结构、模型、视图、模板和URL配置等内容,并展示了实际代码示例,帮助读者快速掌握Django全栈开发的核心技术。
96 44
|
9天前
|
前端开发 API 开发者
Python Web开发者必看!AJAX、Fetch API实战技巧,让前后端交互如丝般顺滑!
在Web开发中,前后端的高效交互是提升用户体验的关键。本文通过一个基于Flask框架的博客系统实战案例,详细介绍了如何使用AJAX和Fetch API实现不刷新页面查看评论的功能。从后端路由设置到前端请求处理,全面展示了这两种技术的应用技巧,帮助Python Web开发者提升项目质量和开发效率。
21 1
|
11天前
|
XML 安全 PHP
PHP与SOAP Web服务开发:基础与进阶教程
本文介绍了PHP与SOAP Web服务的基础和进阶知识,涵盖SOAP的基本概念、PHP中的SoapServer和SoapClient类的使用方法,以及服务端和客户端的开发示例。此外,还探讨了安全性、性能优化等高级主题,帮助开发者掌握更高效的Web服务开发技巧。
|
14天前
|
安全 数据库 开发者
Python Web开发:Django框架下的全栈开发实战
【10月更文挑战第26天】本文详细介绍了如何在Django框架下进行全栈开发,包括环境安装与配置、创建项目和应用、定义模型类、运行数据库迁移、创建视图和URL映射、编写模板以及启动开发服务器等步骤,并通过示例代码展示了具体实现过程。
28 2
WK
|
14天前
|
安全 Java 编译器
C++和Java哪个更适合开发web网站
在Web开发领域,C++和Java各具优势。C++以其高性能、低级控制和跨平台性著称,适用于需要高吞吐量和低延迟的场景,如实时交易系统和在线游戏服务器。Java则凭借其跨平台性、丰富的生态系统和强大的安全性,广泛应用于企业级Web开发,如企业管理系统和电子商务平台。选择时需根据项目需求和技术储备综合考虑。
WK
16 0
|
1月前
|
设计模式 测试技术 持续交付
开发复杂Web应用程序
【10月更文挑战第3天】开发复杂Web应用程序
36 2
|
1月前
|
Java PHP
PHP作为广受青睐的服务器端脚本语言,在Web开发中占据重要地位。理解其垃圾回收机制有助于开发高效稳定的PHP应用。
【10月更文挑战第1天】PHP作为广受青睐的服务器端脚本语言,在Web开发中占据重要地位。其垃圾回收机制包括引用计数与循环垃圾回收,对提升应用性能和稳定性至关重要。本文通过具体案例分析,详细探讨PHP垃圾回收机制的工作原理,特别是如何解决循环引用问题。在PHP 8中,垃圾回收机制得到进一步优化,提高了效率和准确性。理解这些机制有助于开发高效稳定的PHP应用。
43 3
|
16天前
|
JavaScript 前端开发 Java
SpringBoot_web开发-webjars&静态资源映射规则
https://www.91chuli.com/ 举例:jquery前端框架
12 0

热门文章

最新文章