文件名称:GeoJSON:一个.NET Core库,用于序列化和反序列化GeoJSON格式的JSON数据。 符合RFC 7946
文件大小:50KB
文件格式:ZIP
更新时间:2024-05-27 07:19:58
C#
BAMCIS GeoJSON .NET Core 2.0中编写的GeoJSON的实现。 该库符合RFC 7946( )的要求。 可以在nuget 上找到。 目录 局限性 该库不支持RFC 7946的第6节,即使用外部成员扩展GeoJSON。 您将需要使用序列化JSON中包含的其他属性来扩展现有的Geometries,Feature和FeatureCollection类。 用法 例子1 给定一些GeoJSON数据,例如: { " type " : " Feature " , " geometry " : { " type " : " Point " , " coordinates " : [ 102.0 , 0.5 ] }, " properties " : { " prop0 " : " value0 " } } 您可以接收文本并将其反
【文件预览】:
GeoJSON-main
----.gitignore(4KB)
----README.md(6KB)
----GeoJSON.Tests()
--------polygon.json(154B)
--------feature_out_of_range.json(147B)
--------feature_id_number.json(160B)
--------linestring.json(132B)
--------point.json(57B)
--------featurecollection.json(958B)
--------geometrycollection.json(879B)
--------feature_id_string.json(164B)
--------GeoJsonUnitTests.cs(13KB)
--------featurebbox.json(187B)
--------feature.json(147B)
--------3dlinestringbbox.json(199B)
--------WkbUnitTests.cs(24KB)
--------multipoint.json(152B)
--------polygonwithhole.json(293B)
--------GeoJSON.Tests.csproj(3KB)
--------featurecollectionbbox.json(996B)
--------position.json(32B)
--------multipolygon.json(365B)
--------multilinestring.json(175B)
--------feature_id_num_as_string.json(162B)
--------feature_null_geometry.json(91B)
----LICENSE(1KB)
----.gitattributes(2KB)
----GeoJSON.sln(2KB)
----GeoJSON()
--------FeatureId.cs(3KB)
--------GeoJSON.snk(596B)
--------LineString.cs(3KB)
--------GeoJSON.csproj(2KB)
--------MultiLineString.cs(3KB)
--------Geometry.cs(4KB)
--------Polygon.cs(5KB)
--------Position.cs(6KB)
--------GeometryCollection.cs(3KB)
--------Serde()
--------MultiPoint.cs(3KB)
--------LinearRing.cs(1KB)
--------Hashing.cs(845B)
--------Feature.cs(4KB)
--------Wkb()
--------GeoJsonConfig.cs(2KB)
--------GeoJsonType.cs(682B)
--------MultiPolygon.cs(3KB)
--------GeometryType.cs(436B)
--------FeatureCollection.cs(3KB)
--------GeoJson.cs(5KB)
--------Point.cs(4KB)