Polygon
The closed geometry defining parcel boundaries. Stored as GeoJSON, KML, or WKT; viewed in GIS software.
A polygon (Turkish: poligon or çokgen) is a vector data type in Geographic Information Systems (GIS) that defines a closed area. It must have at least 3 vertices, and the first and last points must coincide (closed shape). Every parcel, building footprint, zoning block, lake boundary is modelled as a polygon.
GIS has three fundamental vector geometry types: point — a single coordinate; line — connecting two or more points; polygon — a closed area. In real estate/zoning applications, parcel boundaries, building areas and zoning regions are all expressed as polygons.
Key polygon properties: area — in m² or hectares; perimeter — metre distance totalling vertex-to-vertex edges; vertex count. In GeoJSON, a polygon has the structure `"type": "Polygon", "coordinates": [[[x1,y1], [x2,y2], ..., [x1,y1]]]`. Libraries like PostGIS and Turf.js support polygon analyses (intersection, union, contains).
Polygons with holes (e.g. a public-use area inside private land) are modelled as MultiPolygon or Polygon with holes. On Drozero's map layers, parcel polygons are clickable; click opens block-parcel data.
Examples
- 1.A 500 m² rectangular parcel is expressed as a 4-cornered polygon; in GeoJSON it has 5 coordinate points (the first point is repeated to close).
- 2.In İstanbul's 1/1000 implementation zoning plan, every parcel is shown in a different colour polygon (housing yellow, green space green).
- 3.After drone-collected land imagery produces an ortophoto, an engineer manually clicks corner points to draw the polygon; the system auto-calculates m².
Frequently Asked Questions
Is polygon the same as 'çokgen'?expand_more
How is polygon area calculated?expand_more
Do overlapping polygons cause problems?expand_more
How many vertices should a polygon have?expand_more
Related Terms
Sources
- • OGC Simple Features Specification
- • GeoJSON Format Specification (RFC 7946)
- • TKGM Spatial Data Infrastructure Technical Documentation
Try the FAR/GCR calculator
Calculate total floor area, storey count and estimated unit count in seconds from parcel m² and zoning values.
Go to Calculatorarrow_forwardLast updated: 2026-04-24