博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
OpenGIS Simple feature access
阅读量:6177 次
发布时间:2019-06-21

本文共 883 字,大约阅读时间需要 2 分钟。

OGIS规范定义的几何对象定义

Curve:A Curve is a 1-dimensional geometric object usually stored as a sequence of Points, with the subtype of Curve specifying the form of the interpolation between Points. This standard defines only one subclass of Curve, LineString, which uses linear interpolation between Points.

LineString: 表示曲线,内部包含多个点,相邻点对构成直线段。

A LineString is a Curve with linear interpolation between Points. Each consecutive pair of Points defines a Line segment.

A Line is a LineString with exactly 2 Points. Line表示只有2个点的曲线段。

A LinearRing is a LineString that is both closed and simple. 闭合简单,线环

MultiLineString 类似于AE中的Polyline。

Polygon is a planar Surface, defined by 1 exterior boundary and 0 or more interior boundaries.

MultiPolygon 类似于AE中的Polygon,不过AE中A polygon is a collection of one or many exterior and interiorrings.

SharpMap的实现

转载于:https://www.cnblogs.com/yhlx125/p/3637813.html

你可能感兴趣的文章
SSH2屌丝增强版1:构建GenericDao
查看>>
nfs服务配置
查看>>
内存不足导致不能执行system
查看>>
Android Studio导出jar包
查看>>
通过python 爬取网址url 自动提交百度
查看>>
我的友情链接
查看>>
乔布斯走了,苹果会坠落吗?
查看>>
java高级_01
查看>>
win8重装成win8.1后把hyperv的虚拟机导入
查看>>
linux命令汇总(mkdir、rmdir、touch、dirname、basename)
查看>>
mv或者cp带小括号文件名解析问题总结
查看>>
Elasticsearch学习笔记3: bulk批量处理
查看>>
EBS12.2.5 升级到EBS12.2.6的问题及跟踪处理
查看>>
网站访问流程
查看>>
java的日志工具log4j的配置方法
查看>>
jQuery on()方法
查看>>
步调一致才能得胜利
查看>>
mysql 锁机制
查看>>
add_header X-Frame-Options "SAMEORIGIN";NGINX
查看>>
linux中的计划任务
查看>>