Back to Glossary

Point

A single coordinate location, represented as one (x, y) pair.

Category: Geometry

Definition (expanded)

A Point is the simplest geometry type. In GeoJSON it is {type:'Point', coordinates:[x,y]}. In WKT it is POINT(x y). Many polygon-focused tools ignore points on import, but points are common for labels, samples, and centroids.