OpenGIS Simple feature access

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的实现

http://www.opengeospatial.org/standards/sfa

posted @   太一吾鱼水  阅读(697)  评论(0编辑  收藏  举报
编辑推荐:
· 基于Microsoft.Extensions.AI核心库实现RAG应用
· Linux系列:如何用heaptrack跟踪.NET程序的非托管内存泄露
· 开发者必知的日志记录最佳实践
· SQL Server 2025 AI相关能力初探
· Linux系列:如何用 C#调用 C方法造成内存泄露
阅读排行:
· 震惊!C++程序真的从main开始吗?99%的程序员都答错了
· 【硬核科普】Trae如何「偷看」你的代码?零基础破解AI编程运行原理
· 单元测试从入门到精通
· 上周热点回顾(3.3-3.9)
· Vue3状态管理终极指南:Pinia保姆级教程
历史上的今天:
2013-04-01 [WorldWind学习]5.相机对象
2013-04-01 [WorldWind学习]4.DrawArgs对象
2013-04-01 [WorldWind学习]3.Device对象
2012-04-01 编译一个OpenGL项目(C语言)
点击右上角即可分享
微信分享提示