fbpx
วิกิพีเดีย

จีโอเจซัน

จีโอเจซัน (อังกฤษ: GeoJSON) เป็นฟอร์แมตระบบมาตรฐานเปิดที่ออกแบบมาเพื่อใช้ในการแสดงคุณสมบัติทางภูมิศาสตร์อย่างง่ายพร้อมกับข้อมูลเชิงพื้นที่

คุณสมบัติทางภูมิศาสตร์ในจีโอเจซันมี 3 รูปแบบคือ จุด (ตำแหน่งที่ตั้งของสถานที่) เส้น (ถนนและเส้นชายแดน) และรูปปิด (พื้นที่จังหวัด, ประเทศ) นอกจากนี้จีโอเจซันไม่จำเป็นต้องนำไปใช้แทนลักษณะทางกายภาพของโลกเท่านั้น เพราะแอปพลิเคชั่นเกี่ยวกับเส้นทางและการนำทางก็ใช้จีโอเจซันในการรายงานบริการ

จีโอเจซันต่างจากระบบสารสนเทศภูมิศาสตร์อื่น ๆ ตรงที่มันมีลักษณะเป็นโค้ดหรือตัวอักษร อีกทั้งยังไม่ได้มีการกำกับดูแลจากองค์การมาตราฐานที่เป็นทางการ แต่ดูแลโดยกลุ่มผู้พัฒนาอินเทอร์เน็ต

ตัวอย่าง

{ "type": "FeatureCollection", "features": [ { "type": "Feature", "properties": { "name": "กรุงเทพมหานคร" }, "geometry": { "type": "Point", "coordinates": [  100.4940676689148,  13.752745506893154 ] } }, { "type": "Feature", "properties": { "name": "จังหวัดสมุทรปราการ" }, "geometry": { "type": "Point", "coordinates": [  100.5969786643982,  13.600353098084849 ] } } ] } 

เรขาคณิต

เรขาคณิตพื้นฐาน
ชนิด ตัวอย่าง
จุด  
{ "type": "Point", "coordinates": [30.0, 10.0] } 
เส้น  
{ "type": "LineString", "coordinates": [ [30.0, 10.0], [10.0, 30.0], [40.0, 40.0] ] } 
รูปปิด  
{ "type": "Polygon", "coordinates": [ [[30.0, 10.0], [40.0, 40.0], [20.0, 40.0], [10.0, 20.0], [30.0, 10.0]] ] } 
 
{ "type": "Polygon", "coordinates": [ [[35.0, 10.0], [45.0, 45.0], [15.0, 40.0], [10.0, 20.0], [35.0, 10.0]], [[20.0, 30.0], [35.0, 35.0], [30.0, 20.0], [20.0, 30.0]] ] } 
เรขาคณิตที่มีมากกว่าสอง
ชนิด ตัวอย่าง
หลายจุด  
{ "type": "MultiPoint", "coordinates": [ [10.0, 40.0], [40.0, 30.0], [20.0, 20.0], [30.0, 10.0] ] } 
หลายเส้น  
{ "type": "MultiLineString", "coordinates": [ [[10.0, 10.0], [20.0, 20.0], [10.0, 40.0]], [[40.0, 40.0], [30.0, 30.0], [40.0, 20.0], [30.0, 10.0]] ] } 
หลายรูปปิด  
{ "type": "MultiPolygon", "coordinates": [ [  [[30.0, 20.0], [45.0, 40.0], [10.0, 40.0], [30.0, 20.0]] ], [  [[15.0, 5.0], [40.0, 10.0], [10.0, 20.0], [5.0, 10.0], [15.0, 5.0]] ] ] } 
 
{ "type": "MultiPolygon", "coordinates": [ [  [[40.0, 40.0], [20.0, 45.0], [45.0, 30.0], [40.0, 40.0]] ], [  [[20.0, 35.0], [10.0, 30.0], [10.0, 10.0], [30.0, 5.0], [45.0, 20.0], [20.0, 35.0]],  [[30.0, 20.0], [20.0, 15.0], [20.0, 25.0], [30.0, 20.0]] ] ] } 
เรขาคณิตหลายรูปแบบ  
{ "type": "GeometryCollection", "geometries": [ {  "type": "Point",  "coordinates": [40.0, 10.0] }, {  "type": "LineString",  "coordinates": [  [10.0, 10.0], [20.0, 20.0], [10.0, 40.0]  ] }, {  "type": "Polygon",  "coordinates": [  [[40.0, 40.0], [20.0, 45.0], [45.0, 30.0], [40.0, 40.0]]  ] } ] } 


อ้างอิง

  1. Butler, Howard; Daly, Martin; Doyle, Allan; Gillies, Sean; Hagen, Stefan; Schaub, Tim (August 2016). [[[:แม่แบบ:Cite IETF/makelink]] [[:แม่แบบ:Cite IETF/doctypes]]] Check |url= value (help). IETF. doi:10.17487/RFC7946. URL–wikilink conflict (help)
  2. "Providing Directions". developer.apple.com.
  3. "GeoJSON Info Page". lists.geojson.org.

โอเจซ, งกฤษ, geojson, เป, นฟอร, แมตระบบมาตรฐานเป, ดท, ออกแบบมาเพ, อใช, ในการแสดงค, ณสมบ, ทางภ, ศาสตร, อย, างง, ายพร, อมก, บข, อม, ลเช, งพ, นท, ณสมบ, ทางภ, ศาสตร, ในม, ปแบบค, ตำแหน, งท, งของสถานท, เส, ถนนและเส, นชายแดน, และร, ปป, นท, งหว, ประเทศ, นอกจากน, ไม, จ. cioxecsn xngkvs GeoJSON 1 epnfxraemtrabbmatrthanepidthixxkaebbmaephuxichinkaraesdngkhunsmbtithangphumisastrxyangngayphrxmkbkhxmulechingphunthikhunsmbtithangphumisastrincioxecsnmi 3 rupaebbkhux cud taaehnngthitngkhxngsthanthi esn thnnaelaesnchayaedn aelaruppid phunthicnghwd praeths nxkcaknicioxecsnimcaepntxngnaipichaethnlksnathangkayphaphkhxngolkethann ephraaaexpphliekhchnekiywkbesnthangaelakarnathangkichcioxecsninkarraynganbrikar 2 cioxecsntangcakrabbsarsnethsphumisastrxun trngthimnmilksnaepnokhdhruxtwxksr xikthngyngimidmikarkakbduaelcakxngkhkarmatrathanthiepnthangkar aetduaelodyklumphuphthnaxinethxrent 3 twxyang aekikh type FeatureCollection features type Feature properties name krungethphmhankhr geometry type Point coordinates 100 4940676689148 13 752745506893154 type Feature properties name cnghwdsmuthrprakar geometry type Point coordinates 100 5969786643982 13 600353098084849 erkhakhnit aekikh erkhakhnitphunthan chnid twxyangcud type Point coordinates 30 0 10 0 esn type LineString coordinates 30 0 10 0 10 0 30 0 40 0 40 0 ruppid type Polygon coordinates 30 0 10 0 40 0 40 0 20 0 40 0 10 0 20 0 30 0 10 0 type Polygon coordinates 35 0 10 0 45 0 45 0 15 0 40 0 10 0 20 0 35 0 10 0 20 0 30 0 35 0 35 0 30 0 20 0 20 0 30 0 erkhakhnitthimimakkwasxng chnid twxyanghlaycud type MultiPoint coordinates 10 0 40 0 40 0 30 0 20 0 20 0 30 0 10 0 hlayesn type MultiLineString coordinates 10 0 10 0 20 0 20 0 10 0 40 0 40 0 40 0 30 0 30 0 40 0 20 0 30 0 10 0 hlayruppid type MultiPolygon coordinates 30 0 20 0 45 0 40 0 10 0 40 0 30 0 20 0 15 0 5 0 40 0 10 0 10 0 20 0 5 0 10 0 15 0 5 0 type MultiPolygon coordinates 40 0 40 0 20 0 45 0 45 0 30 0 40 0 40 0 20 0 35 0 10 0 30 0 10 0 10 0 30 0 5 0 45 0 20 0 20 0 35 0 30 0 20 0 20 0 15 0 20 0 25 0 30 0 20 0 erkhakhnithlayrupaebb type GeometryCollection geometries type Point coordinates 40 0 10 0 type LineString coordinates 10 0 10 0 20 0 20 0 10 0 40 0 type Polygon coordinates 40 0 40 0 20 0 45 0 45 0 30 0 40 0 40 0 xangxing aekikh Butler Howard Daly Martin Doyle Allan Gillies Sean Hagen Stefan Schaub Tim August 2016 aemaebb Cite IETF makelink aemaebb Cite IETF doctypes Check url value help IETF doi 10 17487 RFC7946 URL wikilink conflict help Providing Directions developer apple com GeoJSON Info Page lists geojson org ekhathungcak https th wikipedia org w index php title cioxecsn amp oldid 9342688, wikipedia, วิกิ หนังสือ, หนังสือ, ห้องสมุด,

บทความ

, อ่าน, ดาวน์โหลด, ฟรี, ดาวน์โหลดฟรี, mp3, วิดีโอ, mp4, 3gp, jpg, jpeg, gif, png, รูปภาพ, เพลง, เพลง, หนัง, หนังสือ, เกม, เกม