# windows_kmlHelper **Repository Path**: darcy_d/windows_kmlHelper ## Basic Information - **Project Name**: windows_kmlHelper - **Description**: 用于KML的读写 - **Primary Language**: C# - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2015-03-05 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: utils **Tags**: None ## README ##已实现功能 *** ### 1、输出 #### document + 名称name + 地名标注Placemark #### Placemark + 名称name + 描述description + 地址address + 点Point + 单点时间TimeStamp(针对Point) + 线LineString + 面Polygon + 时间端TimePeriod(针对LineString和Polgyon) #### Point + 对2维图形的立体化处理extrude + 高程模式altitudeMode + 坐标coordinates #### LineString + 根据地形自动调整tessellate + 坐标coordinates #### Polygon + 坐标coordinates