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。
A 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的实现
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 基于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语言)