「GIS/KML」修訂間的差異

出自六年制學程
跳至導覽 跳至搜尋
第1行: 第1行:
 
[[分類:GIS]]
 
[[分類:GIS]]
 
==取得圖資==
 
==取得圖資==
 +
*Document 包全部
 +
*Placemark 包人個物件
 +
*#name
 +
*#description
 +
*#可以含 cdata(Character Data) 段落,表明其中沒有標籤,不可對其內部進行 XML 解析
 +
*#ExtendedData:外掛數據
 +
*#*每組 data 都有 name 屬性及 value 標籤
 +
*#Polygon
 +
*#*coordinates 中標示各點:經度,緯度,高度
 +
*#Point
 +
*#LineString
  
  

於 2018年4月25日 (三) 08:27 的修訂

取得圖資

  • Document 包全部
  • Placemark 包人個物件
    1. name
    2. description
    3. 可以含 cdata(Character Data) 段落,表明其中沒有標籤,不可對其內部進行 XML 解析
    4. ExtendedData:外掛數據
      • 每組 data 都有 name 屬性及 value 標籤
    5. Polygon
      • coordinates 中標示各點:經度,緯度,高度
    6. Point
    7. LineString



參考資料