{{sellerTotalView > 1 ? __("sellers", {number: sellerTotalView}) : __("seller", {number: sellerTotalView}) }}, {{numTotalView > 1 ? __("items", {number: numTotalView}) : __("item", {number: numTotalView}) }}
free FREE

Change Your Zip Code

Inventory information and delivery speeds may vary for different locations.

Location History

{{email ? __('Got it!') : __('Restock Alert')}}

We will notify you by email when the item back in stock.

Cancel
Yami

Jingdong book

ArcGIS Engine地理信息系统开发从入门到精通(第2版)(附CD光盘1张)

{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}

ArcGIS Engine地理信息系统开发从入门到精通(第2版)(附CD光盘1张)

{{__(":people-members", {'people': item.limit_people_count})}} {{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ item.invalid_price }} {{ itemDiscount }}
Ends in
{{ itemCurrency }}{{ item.valid_price }}
{{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }}
{{ itemDiscount }}
{{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }} {{ itemCurrency }}{{ item.invalid_price }} {{itemDiscount}}
{{ itemCurrency }}{{ item.valid_price }}
Sale ends in
Sale will starts after Sale ends in
{{ getSeckillDesc(item.seckill_data) }}
{{ __( "Pay with Gift Card to get sale price: :itemCurrency:price", { 'itemCurrency' : itemCurrency, 'price' : (item.giftcard_price ? priceFormat(item.giftcard_price) : '0.00') } ) }} ({{ itemCurrency }}{{ priceFormat(item.giftcard_price / item.bundle_specification) }}/{{ item.unit }}) Details
Best before

Currently unavailable.

We don't know when or if this item will be back in stock.

Unavailable in your area.
Sold Out

Details

Full product details
Content Description

《ArcGIS Engine地理信息系统开发从入门到精通(第2版)》讲解基于ArcGIS Engine 10开发平台,介绍了相关的开发技术和工程应用,并用C#语言编程实现了工程实例。
《ArcGIS Engine地理信息系统开发从入门到精通(第2版)》分4篇共16章,第一篇基础篇(第1~9章)集中介绍了 ArcGIS Engine基础知识,包括开发基础组件对象模型、ArcGIS Engine介绍、基于.NET的ArcGIS Engine的开发,ArcGIS Engine中的控件、框架控件介绍、控件使用实例等,为以后应用ArcGIS Engine的各种接口,快速地实现系统的开发打下坚实的基础;第二篇应用提高篇(第10章)介绍了空间分析,通过学习这些高级应用可以使读者得心应手地完成各种GIS系统的开发;第三篇综合实例篇(第11章~第12章)用两个综合例子将前面讲解的知识点串起来,让读者将学习的知识点融合起来,以便可以胜任项目开发的角色;第四篇常见疑难解答与经验技巧集萃(第13~16章),本篇将一些开发过程中常见的异常、数据库连接与释放、数据加载以及一些经验技巧作了介绍,本篇的例子主要是对开发过程中经常碰到的问题和实战技巧进行了汇总解答,以便帮助读者提高工作效率。
《ArcGIS Engine地理信息系统开发从入门到精通(第2版)》从开发者的角度,全面讨论了ArcGIS Engine开发的知识,让读者了解和掌握ArcGIS Engine开发的实战技术,无论是想对ArcGIS Engine入门还是对ArcGIS Engine感兴趣的GIS人员,都能从本书中得到提高。
Author Description

资深技术开发工程师,深入理解了ArcGIS Engine内涵、精髓,在ArcGIS教学、地理信息系统应用开发及培训上有丰富的经验,开发了多个地理信息工程应用项目。
Catalogue

第一篇 基础篇
第1章 开发基础
1.1 组件对象模型
1.2 ArcGIS Engine介绍
1.2.1 ArcGIS Engine的体系结构
1.2.2 ArcGIS Engine的类库
1.2.3 ArcGIS Engine10新特性介绍
1.3 .NET平台概述
1.3.1 .NET平台介绍
1.3.2 .NET FrameWork 4.0新特性
1.4 基于.NET的ArcGIS Engine的开发
1.5 本章小结

第2章 ArcGIS Engine中的控件
2.1 制图控件介绍
2.1.1 地图控件
2.1.2 页面布局控件
2.2 3D控件介绍
2.2.1 场景控件——SceneControl
2.2.2 Globe控件
2.2.3 SceneControl和GlobeControl的异同
2.3 框架控件介绍
2.3.1 图层树控件——TOCControl
2.3.2 工具栏控件——ToolbarControl
2.4 控件使用实例
2.4.1 GIS系统常用功能集合
2.4.2 布局控件与地图控件关联
2.4.3 布局控件中属性设置与绘制元素
2.5 本章小结

第3章 几何对象和空间坐标系
3.1 Geometry对象
3.2 Envelope对象
3.3 Curve对象
3.3.1 Segment对象
3.3.2 Path对象
3.3.3 Ring对象
3.3.4 PolyCurve对象
3.4 点对象
3.5 线对象
3.6 面对象
3.7 空间坐标系及变换
3.8 本章小结

第4章 地图组成及图层控制
4.1 地图对象
4.1.1 IMap接口
4.1.2 IGraphicsContainer接口
4.1.3 IActiveView接口
4.1.4 IActiveViewEvents接口
4.1.5 IMapBookmark接口
4.1.6 ITableCollection接口
4.2 图层对象
4.2.1 ILayer接口
4.2.2 要素图层
4.2.3 CAD文件
4.2.4 TIN图层
4.2.5 GraphicsLayer
4.3 屏幕显示对象
4.4 页面布局对象
4.5 地图排版
4.5.1 Page对象
4.5.2 SnapGrid对象
4.5.3 SnapGuides对象
4.5.4 RulerSettings对象
4.6 Element对象
4.6.1 图形元素
4.6.2 框架元素
4.7 MapGrid对象模型
4.7.1 MapGrid对象
4.7.2 MapGridBorder对象
4.8 MapSurround对象
4.8.1 图例对象
4.8.2 指北针对象
4.8.3 比例尺对象
4.8.4 比例文本对象
4.9 Style对象
4.10 添加、删除图层数据
4.10.1 矢量数据的添加
4.10.2 栅格数据的添加
4.10.3 删除图层数据
4.11 图层控制
4.11.1 图层间关系的调整
4.11.2 图层显示状态的控制
4.12 本章小结

第5章 地图制图
5.1 地图标注
5.2 符号及符号库
5.2.1 颜色对象
5.2.2 Symbol对象
5.3 专题图制作
5.3.1 SimpleRenderer专题图
5.3.2 ClassBreakRenderer专题图
5.3.3 UniqueValueRenderer专题图
5.3.4 ProportionalSymbolRenderer专题图
5.3.5 ChartRenderer专题图
5.3.6 DotDensityRenderer专题图
5.4 地图打印输出
5.4.1 Printer对象
5.4.2 Paper对象
5.4.3 在控件中打印输出
5.4.4 地图的转换输出
5.4.5 ExportFileDialog对象
5.5 本章小结

第6章 空间数据管理
6.1 SDE及空间数据
6.1.1 SDE介绍
6.1.2 空间数据
6.2 空间数据库及组织
6.2.1 混合型空间数据库
6.2.2 集成型空间数据库
6.3 空间数据模型
6.3.1 矢量模型(vector model)
6.3.2 栅格模型(raster model)
6.3.3 数字高程模型(DEM,Digital Elevation Model)
6.3.4 面向对象的数据模型(Object-Oriented Data Model)
6.3.5 混合数据模型(Hybrid Model)
6.4 Geodatabase体系结构
6.4.1 Geodatabase介绍
6.4.2 Geodatabase的体系结构
6.5 Geodatabase对象模型
6.5.1 Geodatabase中的主要类
6.5.2 Geodatabase中的其他常用类
6.6 Geodatabase的使用与开发
6.6.1 空间数据库连接
6.6.2 创建新的数据集
6.6.3 空间数据的入库
6.7 本章小结

第7章 数据编辑
7.1 简介
7.2 捕捉功能设计与实现
7.3 要素编辑
7.3.1 开始编辑
7.3.2 结束编辑
7.3.3 图形编辑
7.4 高级编辑
7.5 本章小结

第8章 栅格数据
8.1 简介
8.2 访问和创建栅格数据
8.3 栅格数据配准
8.4 栅格数据处理
8.4.1 栅格数据转换
8.4.2 栅格数据变换
8.4.3 栅格数据叠置分析
8.4.4 栅格数据与矢量数据叠加分析
8.5 栅格图层渲染
8.5.1 RasterRGBRenderer(栅格RGB符号化)
8.5.2 RasterUniqueValueRenderer(唯一值符号化)
8.5.3 RasterClassfyColorRamp-Renderer(分类符号化)
8.5.4 RasterStretchColorRamp-Renderer
8.5.5 RasterDiscreteColorRenderer(点密度符号化)
8.6 本章小结

第9章 三维可视化
9.1 简介
9.2 数据的三维显示
9.2.1 DEM数据的加载
9.2.2 叠加纹理数据
9.2.3 分层设色
9.3 三维分析
9.3.1 三维场景属性查询
9.3.2 坡度分析
9.3.3 通视分析
9.3.4 剖面图绘制
9.4 本章小结

第二篇 应用提高篇
第10章 空间分析
10.1 简介
10.2 空间查询
10.2.1 基于属性查询
10.2.2 基于空间位置查询
10.2.3 要素选择集
10.3 空间几何图形的集合运算
10.4 空间拓扑运算
10.5 空间关系运算
10.5.1 IRelationalOperator接口
10.5.2 IproximityOperator接口
10.6 网络及网络分析
10.6.1 主要对象类
10.6.2 类之间的相互关系
10.7 本章小结

第三篇 综合实例篇
第11章 符号库管理系统的开发
11.1 简介
11.2 系统设计
11.2.1 主程序界面设计
11.2.2 点状符号
11.2.3 线状符号
11.2.4 面状符号
11.3 符号管理工具实现
11.4 本章小结

第12章 空间数据管理系统
12.1 简介
12.2 空间数据管理框架设计
12.3 空间数据管理实现
12.4 本章小结

第四篇 常见疑难解答与经验技巧集萃
第13章 空间数据库连接与释放
13.1 Shapefile文件
13.2 Coverage数据格式
13.3 Geodatabase数据格式
13.4 ArcSDE(Enterprise Geodatabase)数据库连接
13.5 TIN不规则三角网
13.6 栅格数据
13.7 CAD数据
13.8 一般关系表
13.9 ArcSDE客户端负载连接方式
13.10 ArcSDE连接Oracle数据库
13.11 ArcSDE连接释放
13.12 自动关闭空闲SDE连接

第14章 空间数据库加载
14.1 通过设置属性加载个人数据库
14.2 通过名称加载个人数据库
14.3 SDE数据库
14.4 分图层加载CAD图层
14.5 整幅CAD图的加载

第15章 程序出错和异常
15.1 释放资源异常问题
15.2 表结构操作错误
15.3 要素编辑的错误
15.4 Network I/O Error异常
15.5 数据插入错误
15.6 索引被占用异常
15.7 SDE导入空间数据错误
15.8 HRESULT:0x80040228异常
15.9 HRESULT:0x80040213异常
15.10 HRESULT:0x80040205
15.11 HRESULT:0x80010105(RPC_E_SERVERFAULT)

第16章 其他经验技巧
16.1 ArcEngine中的先闪烁后刷新现象
16.2 ArcEngine中几种数据的删除方法和性能比较
16.3 数据游标
16.4 投影变换
16.5 ITopologicalOperator
16.6 缓冲区查询
16.7 插入记录效率
……

Specifications

Brand Jingdong book
Brand Origin China

Disclaimer

Product packaging, specifications and price are subject to change without notice. All information about the products on our website is provided for information purposes only. Please always read labels, warnings and directions provided with the product before use.

View Full Terms of Use
Add to favorites
{{ $isZh ? coupon.coupon_name_sub : coupon.coupon_ename_sub | formatCurrency }}
{{__("Buy Directly")}} {{ itemCurrency }}{{ item.directly_price }}
Quantity
{{ quantity }}
{{ instockMsg }}
{{ limitText }}
{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}
Sold by JD@CHINA
Ship to
{{ __("Ship to United States only") }}
Free shipping over 69
Genuine guarantee

Added to Cart

Keep Shopping

More to Consider

{{ item.brand_name }}

{{ item.item_name }}

{{ item.currency }}{{ item.market_price }}

{{ item.currency }}{{ item.unit_price }}

{{ item.currency }}{{ item.unit_price }}

Coupons

{{ coupon.coupon_name_new | formatCurrency }}
Clip Clipped Over
{{ getCouponDescStr(coupon) }}
{{ coupon.use_time_desc }}
Expires soon {{ formatTime(coupon.use_end_time) }}

Share this item with friends

Cancel

Yami Gift Card

Get this exclusive deal when paying with gift card

Terms and Conditions

Gift card deals are special offers for selected products;

The gift card deals will automatically be activated if a customer uses gift card balance at check out and the balance is sufficient to pay for the total price of the shopping cart products with gift card deals;

You will not be able to activate the gift card deals if you choose other payment methods besides gift card. The products will be purchased at their normal prices;

If your account balance is not enough to pay for the products with gift card deals, you can choose to reload your gift card balance by clicking on the Reload button at either shopping cart page or check out page;

Products that have gift card deals can be recognized by a special symbol showing 'GC Deal';

For any additional questions or concerns, please contact our customer service;

Yamibuy reserves the right of final interpretation.

Sold by Yami

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

Yami is committed to provide our customers with a peace of mind when purchasing from us. Most items shipped from Yamibuy.com can be returned within 30 days of receipt of shipment (For Food, Beverages, Snacks, Dry Goods, Health supplements, Fresh Grocery and Perishables Goods, within 7 days of receipt of shipment due to damages or quality issues; To ensure that every customer receives safe and high-quality products, we do not provide refunds or returns for beauty products once they have been opened or used, except in the case of quality issues; Some products may have different policies or requirements associated with them, please see below for products under special categories, or contact Yami Customer Service for further assistance).
Thank you for your understanding and support.

Learn More

Sold by Yami

Terms and Conditions of Yami E-Gift Card

If you choose “Redeem automatically” as your delivery method, your gift card balance will be reload automatically after your order has been processed successfully;

If you choose “Send to Email”as your delivery method, the card number and CVV will be sent to the email address automatically;

Any user can use the card number and CVV to redeem the gift card, please keep your gift card information safely. If you have any trouble receiving email, please contact Yami customer service;

Yami gift card can be used to purchase both Yami owned or Marketplace products;

Yami gift card will never expire;

Yami gift card balance does not have to be used up at once;

All rights reserved by Yami.

Return Policy

Gift card that has already been consumed is non-refundable.

Sold by JD@CHINA

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Sold by JD@CHINA

Service Guarantee

Yami Cross-store Free Shipping over $69
Yami 30-days Return

Yami-China FC

Yami has a consolidation warehouse in China which collects multiple sellers’ packages and combines to one order. Our Yami consolidation warehouse will directly ship the packages to your door. Cross-store free shipping over $69.

Return Policy

You may return products within 30 days upon receiving the products. Sellers take responsibilities for any wrong shipment or missing items. Packing needs to be unopened for any other than quality issues return. We promise to pack carefully, but because goods are taking long journey to destinations, simple damages to packaging may occur. Any damages not causing internal goods quality problems are not allowed to return. If you open the package and any quality problem is found, please contact customer service within three days after receipt of goods.

Shipping Information

Yami Consolidation Service Shipping Fee $9.99(Free shipping over $69)

Sellers in China will ship their orders within 1-2 business days once the order is placed. Packages are sent to our consolidation warehouse in China and combined there. Our Yami consolidation warehouse will directly ship the packages to you via UPS. The average time for UPS to ship from China to the United States is about 10 working days and it can be traced using the tracking number. Due to the pandemic, the delivery time may be delayed by about 5 days. The package needs to be signed by the guest. If the receipt is not signed, the customer shall bear the risk of loss of the package.

Sold by JD@CHINA

Service Guarantee

Free shipping over 69
Genuine guarantee

Shipping

Yami Consolidated Shipping $9.99(Free shipping over $69)


Seller will ship the orders within 1-2 business days. The logistics time limit is expected to be 7-15 working days. In case of customs clearance, the delivery time will be extended by 3-7 days. The final receipt date is subject to the information of the postal company.

Yami Points information

All items are excluding from any promotion or points events on Yamibuy.com

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Yami

Download the Yami App

Back Top

Recommended for You

About the brand

Jingdong book

为您推荐

Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折

Reviews{{'('+ commentList.posts_count + ')'}}

Have your say. Be the first to help other guests.

Write a review
{{ totalRating }} Write a review
  • {{i}} star

    {{i}} stars

    {{ parseInt(commentRatingList[i]) }}%

Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}
Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}

No related comment~

Review

Yami Yami

{{ showTranslate(commentDetails) }}Show Less

{{ strLimit(commentDetails,800) }}Show more

Show Original

{{ commentDetails.content }}

Yami
Show All

{{ formatTime(commentDetails.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ commentDetails.likes_count }} {{ commentDetails.likes_count }} {{ commentDetails.reply_count }} {{commentDetails.in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Comments{{'(' + replyList.length + ')'}}

Yami Yami

{{ showTranslate(reply) }}Show Less

{{ strLimit(reply,800) }}Show more

Show Original

{{ reply.reply_content }}

{{ formatTime(reply.reply_in_dtm) }}

{{ reply.reply_likes_count }} {{ reply.reply_likes_count }} {{ reply.reply_reply_count }} {{reply.reply_in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Cancel

That’s all the comments so far!

Write a review
How would you rate this item?

Please add your comment.

  • A nice nickname will make your comments more popular!
  • The nickname in your account will be changed to the same as here.
Thanks for your review
Our community rely on great reviews like yours to find the best of Asia.

Report

If you find this content inappropriate and think it should be removed from the Yami.com site, let us know please.

Cancel

Are you sure to delete your review?

Cancel

You’ve Recently Viewed

About the brand

Jingdong book