Geo.Library:地理库,可读写到wktgeojson并进行交集,并集,差等。支持点,多点,多边形,多面

上传者: 42138716 | 上传时间: 2022-05-16 21:25:26 | 文件大小: 62KB | 文件类型: ZIP
C#
Geo.Library-.NET的2D地理空间库 Geo 2D库可读取/写入wkt / wkb / geojson并进行交集,并集,差等计算。 支持点,多点,多边形,多面体。 努吉特 Install-Package GeoLibrary -Version 1.1.0 支持几何类型 观点 多点 LineString 多边形 多多边形 特征 WKT支持 从WKT字符串读取 写入WKT字符串 GeoJson支持 从GeoJson字符串读取 写入GeoJson字符串 WKB支持 从WKB十六进制字符串读取 写入WKB十六进位字串 几何运算 交叉口检查 点与点 点和多点 多点和多点 点和多边形(点是否在多边形内) MultiPoint&Polygon(是否任何点在多边形内) 相交 点与点 点和多点 多点和多点 联盟 点与点 点和多点 多点和多点 点特殊功能 IsBetweenLinear:

文件下载

资源详情

[{"title":"( 51 个子文件 62KB ) Geo.Library:地理库,可读写到wktgeojson并进行交集,并集,差等。支持点,多点,多边形,多面","children":[{"title":"Geo.Library-master","children":[{"title":".gitattributes <span style='color:#111;'> 65B </span>","children":null,"spread":false},{"title":".github","children":[{"title":"workflows","children":[{"title":"dotnet.yml <span style='color:#111;'> 635B </span>","children":null,"spread":false}],"spread":true}],"spread":true},{"title":"LICENSE <span style='color:#111;'> 1.05KB </span>","children":null,"spread":false},{"title":"GeoLibrary.Unit","children":[{"title":"Extension.Facts","children":[{"title":"PointExtensionFacts.cs <span style='color:#111;'> 2.76KB </span>","children":null,"spread":false}],"spread":true},{"title":"Model.Facts","children":[{"title":"MultiPointFacts.cs <span style='color:#111;'> 4.05KB </span>","children":null,"spread":false},{"title":"PointFacts.cs <span style='color:#111;'> 3.61KB </span>","children":null,"spread":false},{"title":"PolygonFacts.cs <span style='color:#111;'> 6.57KB </span>","children":null,"spread":false},{"title":"MultiPolygonFacts.cs <span style='color:#111;'> 4.64KB </span>","children":null,"spread":false},{"title":"LineStringFacts.cs <span style='color:#111;'> 6.59KB </span>","children":null,"spread":false}],"spread":true},{"title":"IO.Facts","children":[{"title":"Wkt","children":[{"title":"WktReaderFacts.cs <span style='color:#111;'> 5.54KB </span>","children":null,"spread":false},{"title":"WktWriterFacts.cs <span style='color:#111;'> 2.65KB </span>","children":null,"spread":false}],"spread":true},{"title":"Wkb","children":[{"title":"WkbWriterFacts.cs <span style='color:#111;'> 3.98KB </span>","children":null,"spread":false},{"title":"WkbReaderFacts.cs <span style='color:#111;'> 4.53KB </span>","children":null,"spread":false}],"spread":true},{"title":"GeoJson","children":[{"title":"GeoJsonReaderFacts.cs <span style='color:#111;'> 7.09KB </span>","children":null,"spread":false},{"title":"GeoJsonWriterFacts.cs <span style='color:#111;'> 2.95KB </span>","children":null,"spread":false}],"spread":true}],"spread":true},{"title":"Operation.Facts","children":[{"title":"MultiPointFacts.cs <span style='color:#111;'> 2.91KB </span>","children":null,"spread":false},{"title":"PointFacts.cs <span style='color:#111;'> 46.60KB </span>","children":null,"spread":false}],"spread":true},{"title":"GeoLibrary.Unit.csproj <span style='color:#111;'> 577B </span>","children":null,"spread":false}],"spread":true},{"title":"README.md <span style='color:#111;'> 1.76KB </span>","children":null,"spread":false},{"title":"GeoLibrary","children":[{"title":"Operation","children":[{"title":"IntersectionOperator.cs <span style='color:#111;'> 1.44KB </span>","children":null,"spread":false},{"title":"IntersectCheckOperator.cs <span style='color:#111;'> 5.92KB </span>","children":null,"spread":false},{"title":"UnionOperator.cs <span style='color:#111;'> 2.07KB </span>","children":null,"spread":false},{"title":"Clipper.cs <span style='color:#111;'> 3.54KB </span>","children":null,"spread":false},{"title":"Edge.cs <span style='color:#111;'> 973B </span>","children":null,"spread":false}],"spread":true},{"title":"Interface","children":[{"title":"ICurve.cs <span style='color:#111;'> 109B </span>","children":null,"spread":false}],"spread":true},{"title":"Extension","children":[{"title":"ReaderExtension.cs <span style='color:#111;'> 578B </span>","children":null,"spread":false},{"title":"DoubleExtension.cs <span style='color:#111;'> 1.13KB </span>","children":null,"spread":false},{"title":"PointExtension.cs <span style='color:#111;'> 1.96KB </span>","children":null,"spread":false}],"spread":true},{"title":"GeoLibrary.csproj <span style='color:#111;'> 973B </span>","children":null,"spread":false},{"title":"Model","children":[{"title":"Geometry.cs <span style='color:#111;'> 1.27KB </span>","children":null,"spread":false},{"title":"Point.cs <span style='color:#111;'> 3.29KB </span>","children":null,"spread":false},{"title":"GeometryCollection.cs <span style='color:#111;'> 1020B </span>","children":null,"spread":false},{"title":"LineString.cs <span style='color:#111;'> 3.55KB </span>","children":null,"spread":false},{"title":"Polygon.cs <span style='color:#111;'> 5.97KB </span>","children":null,"spread":false},{"title":"MultiPoint.cs <span style='color:#111;'> 2.80KB </span>","children":null,"spread":false},{"title":"MultiPolygon.cs <span style='color:#111;'> 1.47KB </span>","children":null,"spread":false}],"spread":true},{"title":"IO","children":[{"title":"Wkt","children":[{"title":"WktWriter.cs <span style='color:#111;'> 3.87KB </span>","children":null,"spread":false},{"title":"WktReader.cs <span style='color:#111;'> 6.01KB </span>","children":null,"spread":false},{"title":"WktTypes.cs <span style='color:#111;'> 403B </span>","children":null,"spread":false}],"spread":true},{"title":"Wkb","children":[{"title":"WkbReader.cs <span style='color:#111;'> 4.34KB </span>","children":null,"spread":false},{"title":"Dimension.cs <span style='color:#111;'> 149B </span>","children":null,"spread":false},{"title":"GeometryType.cs <span style='color:#111;'> 272B </span>","children":null,"spread":false},{"title":"EndianBinaryReader.cs <span style='color:#111;'> 2.55KB </span>","children":null,"spread":false},{"title":"WkbWriter.cs <span style='color:#111;'> 4.23KB </span>","children":null,"spread":false}],"spread":false},{"title":"GeoJson","children":[{"title":"JsonObject.cs <span style='color:#111;'> 736B </span>","children":null,"spread":false},{"title":"GeoJsonTypes.cs <span style='color:#111;'> 346B </span>","children":null,"spread":false},{"title":"GeoJsonWriter.cs <span style='color:#111;'> 4.44KB </span>","children":null,"spread":false},{"title":"GeoJsonReader.cs <span style='color:#111;'> 9.87KB </span>","children":null,"spread":false}],"spread":false}],"spread":true},{"title":"Constants.cs <span style='color:#111;'> 442B </span>","children":null,"spread":false}],"spread":true},{"title":"GeoLibrary.sln <span style='color:#111;'> 2.01KB </span>","children":null,"spread":false},{"title":".gitignore <span style='color:#111;'> 3.75KB </span>","children":null,"spread":false}],"spread":true}],"spread":true}]

评论信息

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明